The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
admincp -> Style Manager -> Edit Templates -> Registration Template -> Regisration
Right above {vb:raw human_verify} add the code: here is my example code: HTML Code:
<h3 class="blocksubhead">Additional Information</h3> <div class="section"> <div class="blockrow"> <label>Location:</label> <div class="rightcol"> <input type="text" class="primary textbox" name="userfield[field2]" id="cfield_2" value="" maxlength="100" tabindex="1"> <p class="description">Where you live</p> <input type="hidden" name="userfield[field2_set]" value="1"> </div> </div><div class="blockrow"> <label>Gender:</label> <div class="rightcol"> <select class="primary" name="userfield[field5]" id="cfield_5" tabindex="1"> <option value="0" selected="selected"></option> <option value="1">Male</option><option value="2">Female</option> </select> <input type="hidden" name="userfield[field5_set]" value="1"> <p class="description">Select your gender</p> </div> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|