View Full Version : display order of the threads by date?
aritus
04-10-2001, 03:43 AM
How can i display order of the threads by date?
Thank you. :)
Wayne Luke
04-10-2001, 04:05 AM
In either 1.1.X. or 2.0, go into forumdisplay.php and find the query that retrieves the thread information.
It should start with something like:
$threadinfo=$DB_site->query
At the end of the query string it should say something like "ORDER BY lastpost", change that to "ORDER BY dateline"
aritus
04-10-2001, 11:37 AM
Originally posted by wluke
In either 1.1.X. or 2.0, go into forumdisplay.php and find the query that retrieves the thread information.
It should start with something like:
$threadinfo=$DB_site->query
At the end of the query string it should say something like "ORDER BY lastpost", change that to "ORDER BY dateline"
There are difference code between 1.1.X and 2.0 in forumdisplay.php. :confused:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.