PDA

View Full Version : [REQ][vB3b7] Change Style (drop down menu)


Schorsch
09-27-2003, 10:47 AM
I'm looking for a template mod to change the styles, such as it is here on vB.org

thanks

Xenon
09-27-2003, 01:27 PM
it's just a hardcoded thing.

open template forumhome and below $navbar add:

<center>
<select name="newstyleid" onChange="window.location='index.php?styleid=' + this.value">
<option value="0">Choose your vB.org style here:</option>
<option value="3">Dark Blue</option>
<option value="9">Admin CP Blue</option>
<option value="10">Admin CP Silver</option>
<option value="1">Purple</option>
<option value="2">Stylish Green</option>
<option value="6">Plain Green</option>
</select>
</center>

you have to change id's and stylenames :)

Schorsch
09-27-2003, 03:24 PM
Thank you very much Xenon :)

Xenon
09-27-2003, 05:43 PM
you're welcome :)