The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Since this will be in the header, you likely need to make a global start hook plugin. Try putting the above code in a global start hook.
hook code global start PHP Code:
HTML Code:
<form action="_custom_includes/switcher.php" method="post"> <!-- Automatically redirect to the referer --> <input type="hidden" name="referer" id="referer" value="$SS_script" /> <input type="hidden" name="inputStyle1" id="inputStyle1" value="fonts" /> <input type="hidden" name="inputStyle2" id="inputStyle2" value="style" /> <strong>Font Style:</strong><br /> <input type="radio" name="fonts" id="fontStyle1" value="normal"$SS_normal /> <label for="fontStyle1">Normal text (smaller)</label> <input type="radio" name="fonts" id="fontStyle2" value="large"$SS_large /> <label for="fontStyle2">Large text</label><br /> ... addtl. form elements here ... <input type="submit" name="setChanges" value="Change styles" /> </form> don't forget to cache the template. ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|