Recent Topics

1 Mar 11, 2008 08:19    

My b2evolution Version: Not Entered

How do you make the most recent comments to be on the top instead of the bottom? Thanks

2 Mar 11, 2008 08:25

You could try editing line 156 of _item_feedback.inc.php

$CommentList = & new CommentList( NULL, implode(',', $type_list), array('published'), $Item->ID, '', 'ASC' );

and change 'ASC' to 'DESC'

I havn't done this but it just might work. :)

_item_feedback.inc.php file is in the skins folder.

3 Mar 11, 2008 08:58

Thanks, it works!


Form is loading...