Quote:
Originally Posted by HM666
Login to your admincp and go to Settings > Options > Thread Display Options (showthread) - then scroll down to find... "Full Next / Prev Links" tick "yes" and then save at the bottom.
|
Thanks. That helps with displaying the titles.
Quote:
Originally Posted by nerbert
Try this plugin for "forumdisplay_query"
Code:
$sqlsortfield = "thread.threadid";
$sqlsortorder = "ASC"; // or "DESC", whichever way you want
$sqlsortfield2 = "";
This will override any previously defined values. Thread id's are in the order of posting time. See forumdisplay.php, line 944
|
This seems like it would affect every thread within the whole forum. Is it possible to make this work only in selected forums/subforums?