Recent Topics

1 Nov 29, 2005 09:15    

How do I change the appearance of the date and make it something like this?

http://skins.b2evolution.net/a.php?skin=Kubrickb2gemublogs

Like, with the title on top followed by the date underneath? I want it to be in this format as well -> eg "June 17th, 2005".

2 Nov 29, 2005 22:10

Your best bet is to download that skin and look at the source code to see how it does what it does. The _main.php file is what you need to look at. The code used to display the date (and locale) is here:

<div class="bSmallHead">
<?php $Item->issue_date('F jS, Y'); ?> <?php // locale_flag( $Item->locale, 'h10px' ); ?>
</div>

Put that code into the _main.php of the skin you're using, right under the title.


Form is loading...