2 isaac Jul 22, 2005 05:10

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