The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Deleting Default Style
Hi. I have different styles I have the user being able to choose from. However, I still have the default style in the style manager. I'm not positive I want to delete the default style. Below is the code I have for the dropdown box the user can choose from. Is there a way to change this code so it doesn't include the default style? Or, am I just being paranoid and deleting the default style is not a big deal?
Thanks. <td width="10%"> <if condition="$show['quickchooser']"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select> </if> <if condition="$show['languagechooser']"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> |
#2
|
||||
|
||||
In the Style Manager, just don't put a check box next to the Default Style and it won't be shown to regular users (you, the admin, will still see it).
|
#3
|
|||
|
|||
awesome, ok. Thx.
|
#4
|
||||
|
||||
u can't delete the default theme, unless u change in styles options..!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|