PDA

View Full Version : Display all threads in alphabetical order...


sabret00the
05-22-2003, 05:19 PM
:nervous: heres my formal request for a hack to display all threads in alphabetical order in a specific forum or forums.

basically i've got a forum or a few for reviews (games, movies, music) and i would like it if the threads could be displayed in alphabetical order as it'd just be easier to find reviews, also i would be grateful if i would display all threads and override usercp settings

filburt1
05-22-2003, 05:26 PM
You can already do this via the dropdowns at the bottom of forumdisplay. If you want it permanently done, I believe a hack has already been released (advanced forum properties or something).

Logician
05-23-2003, 06:22 AM
edit forumdisplay.php, find:


$sortfield = "";


after that add:

if ($foruminfo[forumid]==X) {$sortfield = "title";$sortorder='asc';}

Replace X with your forumid