The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
VB4 where is the text Message after Title for newthread post
In 3.8 we had Title and then" Message". What happened to the text "Message" in 4.0
How to enable it or customize it? Thank you for your time. |
#2
|
|||
|
|||
Anyone??
|
#3
|
|||
|
|||
hmm, can you explain a bit more specific?
|
#4
|
|||
|
|||
Please see the attachment. The Text Message is missing in VB4 and I would like add and/or customize it.
|
#5
|
||||
|
||||
You can add it back to the template if you want.
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.) |
#6
|
||||
|
||||
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" /> <img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" /> </div> Add after: Code:
<label for="messagearea" style="font-weight:bold;">{vb:rawphrase message}:</label> Find: Code:
<label for="title" class="full">{vb:rawphrase title}:</label> <input type="text" class="primary textbox full" name="title" id="title" value="{vb:raw title}" maxlength="{vb:raw vboptions.titlemaxchars}" tabindex="1" title="{vb:rawphrase optional}" /> <img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" /> </div> Code:
<label for="messagearea" style="font-weight:bold;">{vb:rawphrase message}:</label> Find: Code:
<!-- subject field --> <div class="blockrow"> <label for="title" class="full">{vb:rawphrase title}:</label> <div><input type="text" class="primary full textbox" id="title" name="title" value="{vb:raw pm.title}" maxlength="85" tabindex="1" /> <img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" /></div> </div> <!-- / subject field --> <!-- message area --> Code:
<label for="messagearea" style="font-weight:bold;">{vb:rawphrase message}:</label> Enjoy! |
#7
|
|||
|
|||
Thank you TheWindows7Site
Thank you Lynne |
#8
|
||||
|
||||
No problem. Let me know how that works for you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|