PDA

View Full Version : Comment Order Backwards


greenhybrid
20 Apr 2005, 18:19
It appears the comment ordering is backwards by default. The newest comments are showing up at the top. I don't know if this was intentional, but is there a way to flip it either in options or the code?

cinq
21 Apr 2005, 08:20
I don't have the code on hand now, but look at the query that pulls the comments (in articles.php), it probably is a matter of ordering the comment dateline by ASC instead of DESC. :)

WiBu
23 Apr 2005, 18:11
On line 1184 change



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



to



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

greenhybrid
23 Apr 2005, 18:27
Thanks.