The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
In forumdisplay.php I have the following code placed to alphabetize the thread titles in one forum.
switch ($sortfield) { case 'title': case 'lastpost': case 'replycount': case 'views': case 'postusername': case 'voteavg': break; default: if($foruminfo[forumid]==163) $sortfield='title'; else $sortfield='lastpost'; } This is placing the threads in reversed alphabetical order Z - A. How can I change it to place them A-Z? Thanks! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|