Many thanks for the help.
Announcement
Collapse
No announcement yet.
Alphabetical Sort Default By Forum
Collapse
X
-
Alphabetical Sort Default By Forum
How would one go about setting specific forums to display alphabetically by default? I have some forums in which the vbulleitn standard of the most recent post at the top make sense, but others that are more along the lines of archives, and alphabetical would be the most logical for them.
Many thanks for the help.Tags: None
-
Phillip,
Your license info didn't take. You need to enter both your vB license and customer password into your user profile.
To find out about the hacking, you really should ask in the Hacks Request forum.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Yep - it took this time. Thanks!Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Couldn't find your thread in the Requests forum, so I guess I'll post this here.
In forumdisplay.php, add this code:
PHP Code:if ($forumid=='9')
$sortfield='title';
PHP Code:$sort[$sortfield]='selected';
Comment
-
-
Yup, I got it. However I have one last question, is there a way to have it sort A-Z rather than Z-A as it is currently? Or am I doing somthing wrong?
Many Thanks...Last edited by Phillip Phee; Tue 2 Oct '01, 8:44am.
Comment
-
Sorry, didn't see your last post until now.
Instead of:
PHP Code:if ($forumid=='9' or $forumid=='10' or $forumid=='14' or $forumid=='3')
$sortfield='title';
PHP Code:if ($forumid=='9' or $forumid=='10' or $forumid=='14' or $forumid=='3') {
$sortfield='title';
$sqlsortorder='';
$order['asc']='selected';
}
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment