The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
List sections in alphabetical order
How would I go about making the box that list sections, list them in alphabetical order instead of order they are created. When We promote an article to a thread I would like for the mod to be able to find the section easily.
I rss each section into my entry page on vbadvanced so that is why I have a lot of sections. |
#2
|
||||
|
||||
I would guess you need to modify the query near the bottom of the packages/vbcms/widget/sectionnavext.php file to order by the title instead of the leftnode.
|
#3
|
|||
|
|||
Its not a widget but under the heading "Publishing Options" when promoting a post to an article.
|
#4
|
||||
|
||||
Ah, under Display Settings > Section. Those are actually in the same order as listed in the Admicnp > vBulletin CMS > Section Manager. So, if you list them in the order you want them in the Section Manager, then they would show in that order when promoting a thread. It looks like the sections are set in packages/vbcms/content/section.php around line 1062-1104. So, you would need to modify that code there.
|
#5
|
|||
|
|||
Ok I want them to show in order they are promoted but in the list to select the section I would like that list to show in alphabetical order.
Is that still in the section.php file? --------------- Added [DATE]1364363958[/DATE] at [TIME]1364363958[/TIME] --------------- $displayorder_array = array(0 => ''); Maybe changing that? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|