The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Style changer in custom javascript navbar
Hi! I have a custom javascript navbar on my forum instead of the standard vBulletin navbar.
I want to put the quick style chooser which is at the bottom of the forum on this navbar as well. The custom navbar follows a code like this: <a href="url">Link text</a> However the vBulletin style chooser is something like this: Code:
<select name="styleid" onChange="switch_id(this, 'style')"> <optgroup label="Quick Style Chooser"> <option value="1" class="" >-- Default Style</option> <option value="10" class="" selected="selected">---- roxor</option> <option value="4" class="" >---- Child of Default Style</option> <option value="2" class="" >-- serene</option> <option value="8" class="" >-- One Column Style</option> </optgroup> </select> Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|