The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What I want to do is have default text in the infraction editor so that a moderator only has to fill in the rest.
Currently, when you go to infract someone, the Message to the User is blank: ![]() How would I make it so it's more like this (so that the text is automatically there)? ![]() Thanks! |
#2
|
|||
|
|||
![]()
Anyone?
|
#3
|
||||
|
||||
![]()
Try editing the editor_on template and change this area near the end:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="top"> <td class="controlbar"> <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="display:block; width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"><if condition="THIS_SCRIPT == 'infraction'">Proof: Link to Rule:</if>$newpost[message]</textarea> </td> <if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if> </tr> </table> |
#4
|
|||
|
|||
![]() Quote:
--------------- Added [DATE]1365872850[/DATE] at [TIME]1365872850[/TIME] --------------- Update: Works great! Thanks a bunch! |
#5
|
|||
|
|||
![]() Quote:
|
#6
|
||||
|
||||
![]()
I think you just need to actually hit return in the editor (of the template) and put the text on a new line if that is what you want. Or, maybe use /n ?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|