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?
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. :)
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.
vBulletin® v3.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.