Quote:
Originally Posted by Royalridge
My bad, for option 1 it should have been:
forumdisplay_sort:
Code:
if ($forumid == 77) {
$sqlsortfield = "thread.dateline";
$sqlsortorder = "asc";
$handled = true;
}
As for the other versions, I'm actually in the process of tidying up our 3.5.4 upgrade and will have a look at 'em when the heat dies down 
|
Can anyone help a novice out here please? Where would this code actually be inserted?