Recent Topics

1 Dec 24, 2007 23:39    

My b2evolution Version: Not Entered

1) I recently upgraded to 2.2 and I can't figure out how to change the format of the blog post. I want the title of the post to be on top and above of the date and time and poster instead of how it is now.

Ex:

BLOG TITLE!!!
10:30 am - rfreezy

not

10:30 am- rfreezy
BLOG TITLE!!

I played around in the main php file for awhile and couldn't get anything without causing an error.

2) Also, when you create a page via the backoffice post function.. how do you disable the user and date/time function of the post JUST for the page?

2 Dec 24, 2007 23:57

hi rfreezy,

In the index.main.php (evopress: post.main.php) search for:

<h3 class="bTitle"><?php $Item->title(); ?></h3>


and place that somewhere up like just above:

<div class="bSmallHead">


Do not use it iside a php block. A php block starts with <?php and ends wit ?>.

Good luck


Form is loading...