Back to vBulletin 4.x Template Modifications

Switch Styles Option Box
Mod Version: 1.00, by 8thos

vB Version: 4.1.4 Rating: (0 vote - 0 average) Installs: 7
Released: 07 Jul 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

This is a box I put in the header of my site to change forum skins.

You can use it anywhere though.



Get HTML color codes from this site: http://html-color-codes.info/

This is my regular forum link:

http://the8thlegion.com/forum.php

This is my forum link after switching to the next style:

http://the8thlegion.com/forum.php?styleid=185

For this line of the code, make the style ID number match your skin.


Code:
<option value="185">Black</option>
The code in green is the name of your style.

Write the style name where it is in blue.

The code in red is where you change the color inside the box.


Code:
<form action="forum.php" method="get" id="footer_select"><select style="background-color:#e9e9e9;" name="styleid" onchange="switch_id(this, 'style')"><optgroup>
<option value="" select="selected">Choose A Theme</option>
<option value="198">Steel</option>
<option value="185">Black</option>
<option value="191">Pink</option>
</optgroup>
</select>
</form>

Download

No files for download.

Similar Mods

Quick Reply Box (with Close/Open thread switch) vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024