The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Prepopulate message box on reply or new thread
I am looking in the newreply template to prepopulate the message field, but it looks like that is being supplied by a variable {vb:raw messagearea}. Does anyone know where this is set or how to otherwise prepopulate the message field.
Here is the snippet of code within the newreply template I am referencing: Code:
<h2 class="blockhead">{vb:rawphrase your_message}</h2> <div class="wysiwyg_block"> <div class="blockbody formcontrols"> <div class="section"> {vb:raw usernamecode} {vb:raw human_verify} {vb:raw usernameHTML} <div class="blockrow"> <label for="title" class="full">{vb:raw string}{vb:rawphrase title}:</label> <input type="text" class="primary textbox full" name="title" id="title" value="{vb:raw myUniqueTitle}" 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> {vb:raw messagearea} <vb:if condition="$unquoted_post_count > 0"> --------------- Added [DATE]1288045756[/DATE] at [TIME]1288045756[/TIME] --------------- Tend to answer my own questions on here. Its in the editor_toolbar_on template. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|