1 ega1 Jul 22, 2005 04:24
3 ega1 Jul 22, 2005 23:25
isaac wrote:
Sure.
In your skin's _feedback.php file, and/or the _feedback.php file in the skins folder, find this part:
$CommentList = & new CommentList( 0, implode(',', $type_list), array(), $id, '', 'ASC' );
and change that to
$CommentList = & new CommentList( 0, implode(',', $type_list), array(), $id, '', 'DESC' );
Thank you! I was reading that line and for some reason the ASC thing didn't register.
Sure.
In your skin's _feedback.php file, and/or the _feedback.php file in the skins folder, find this part:
and change that to