from ASC to DESC
| ez |
|
|---|---|
|
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 -==
|