The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Hi Deuone,
if you didnt figure it out here some help, how i would do it if i were you... however open the newthread template and search for: Code:
<vb:if condition="$prefix_options"> Code:
<vb:if condition="$prefix_options"> <label for="prefixfield" class="full">{vb:rawphrase prefix}:</label> <select name="prefixid" id="prefixfield" class="full" tabindex="1"> <option value="">{vb:rawphrase no_prefix_meta}</option> {vb:raw prefix_options} </select> <p class="description"></p> </vb:if> <label for="subject" class="full">{vb:rawphrase title}:</label> <input type="text" class="primary full textbox" name="subject" id="subject" value="{vb:raw subject}" maxlength="{vb:raw vboptions.titlemaxchars}" tabindex="1" /> HTML Code:
<ul> <li> <vb:if condition="$prefix_options"> <label for="prefixfield" class="full">{vb:rawphrase prefix}:</label> <select name="prefixid" id="prefixfield" class="full" tabindex="1"> <option value="">{vb:rawphrase no_prefix_meta}</option> {vb:raw prefix_options} </select> <p class="description"></p> </vb:if> </li> <li> <label for="subject" class="full">{vb:rawphrase title}:</label> <input type="text" class="primary full textbox" name="subject" id="subject" value="{vb:raw subject}" maxlength="{vb:raw vboptions.titlemaxchars}" tabindex="1" /> </li> </ul> hope u can figure it out |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|