btappan
09-01-2004, 11:16 PM
I am trying to make "threadstart" the default sort order for the search results in my forum but am not having much luck. I tried this as OCEAN suggested but have had no success:
1. In the "Search.php" file, find:
'sortby' => 'lastpost',
2. Change it to this:
'sortby' => 'threadstart',
3. Now, Find:
$sortby = 'lastpost';
4. And change that to this:
$sortby = 'threadstart';
That should do it! :)
Anybody got an idea of where else the default is being set in this file? with the mod above it still sorts by 'lastpost'
1. In the "Search.php" file, find:
'sortby' => 'lastpost',
2. Change it to this:
'sortby' => 'threadstart',
3. Now, Find:
$sortby = 'lastpost';
4. And change that to this:
$sortby = 'threadstart';
That should do it! :)
Anybody got an idea of where else the default is being set in this file? with the mod above it still sorts by 'lastpost'