The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do I add a line of decriptive text under the title box on a new thread..
... Hi guys,
I am looking on how to add a line of descriptive text below the Title box on a new thread. Like in the attachment below. Does anyone know please? vB4.1.8 |
#2
|
||||
|
||||
open template newthread
Find Code:
<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" /> Code:
<span style="text-align:right;clear:both;width:495px;display:block;font-size:11px;color:#333;">TEST TEST TEST TEST</span> You can change the text-align to left if you'd like and adjust to fit your needs. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|