Switch Styles Option Box
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> 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 |