The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Newthread Template change
Hey everyone, i'm all new to vBulletin, and so far im amazed of how costumizable and user friendly this forum is. But after having played around in my forum's settings for a few hours, i've run into a problem that i know i should be able to fix, but i just cant seem to get it to work.
im sitting in Style Manager \ New Posting Templates \ Newthread. trying to figure out how to make the Prefix allign with the Thread label in new post. My coding is a bit rusty since it's been years since i made any programming, but im sure the solution is fairly simple, im just not able to figure out what to do. To make my point more clear i made a photoshop of how i wanted it to look. if anyone could help me fix this, i'd be so thankful, it really is confusing the hell out of me. |
#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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|