Forums / Cotonti / Support / Change order of the comments

from ASC to DESC

ez
#25019 2010-06-22 23:44
comments:

Look in functions.php and find function sed_build_comments.

	$sql = sed_sql_query("SELECT c.*, u.user_avatar FROM $db_com AS c
		LEFT JOIN $db_users AS u ON u.user_id=c.com_authorid
		WHERE com_code='$code' ORDER BY com_id ASC LIMIT $d, ".$cfg['maxcommentsperpage']);

I think it is this one... (do not kill me If i am wrong)
change ASC in DESC

Warning: Corehacking !

It is a damn shame that this is not configurable !
==- I say: Keep it EZ -==