Quote:
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.