This mod, have stayed the same for ages, now, I have come up with a add-on for it, you may use it or not depending on if you find it usefull.
as well have having the "viewtopic page" display locked topics last, I find it usefull if users are preforming a serch for specific word/autors, using the search function - that they get locked at the end in the result as well.
also announcements, and sticky topics should be displayed first - since they are usual good info for the users searching for answers.
this litle mod, does that
new version is 1.2.1
in file search.php
- Code: Select all
[FIND]
$sql .= " ORDER BY ";
[AFTER, ADD]
// added mod, makes locked go to button in search
$sql .= ' t.topic_status ASC, t.topic_type DESC, ';
this is now included in the how-to