Recent Topics

1 May 26, 2006 16:07    

Comment modifier le format de la date des archives lorsqu'elles sont classées par jour sur le side menu ?
Actuellement : 26.05.06 et j'aimerais voir : 26 Mai 2006

Merci

Laureen

2 Jun 06, 2006 04:40

Bon Jour Laureen:

You need to edit the file _class_itemlist.php, which is located in the b2evocore directory.

Look for the date_if_changed function. The parameters will be:
( $before='<h2>', $after='</h2>', $format=' ')

You need to change that to:
( $before='<h2 align="center">', $after='</h2>', $format='j F Y' )

This change also causes the date to align to the center of the box, instead of the left. Upload the file on to your web server and it should work.

Chris ;) / csadams.com


Form is loading...