1 michael Mar 15, 2009 07:30
3 michael Mar 15, 2009 15:28
I read the post before sending mine.
It does nto apply to nifty corners.
4 john Mar 15, 2009 18:33
Ok.. so try replacing the date format code you have with one form another skin...
eg:
<?php
$Item->issue_time( array(
'before' => '<h2>',
'after' => '</h2>',
'time_format' => 'M j, Y',
) );
?>
5 edb Mar 15, 2009 18:57
Where are you seeing ['#'] ?
6 john Mar 15, 2009 19:00
@EdB from Nifty...
<?php
// ------------------------------ DATE SEPARATOR ------------------------------
$MainList->date_if_changed( array(
'before' => '<h2>',
'after' => '</h2>',
'date_format' => '#',
) );
?>
This post may help you...
http://forums.b2evolution.net/viewtopic.php?t=18235&highlight=date