The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
resize the reply box
Hi I am trying to re-size the reply box, you know when you go to advance reply , i want to resize that box. Not the quick reply box, the box that when you go to advance reply.
Here is an attachment, i want to make that box smaller a little |
#2
|
|||
|
|||
You'll need to edit the template, i would guess "newreply", if i recall, they are all using the style options, so you will have to edit it manually in the template.
|
#3
|
||||
|
||||
Editing the templates or StyleVars is correct.
Unless I'm reading your question wrong, you want the textbox wider? If yes, then you can do so in StyleVars "Message Area Width (pixels)". You can set the width in pixels. Or... You can set the width and height manually by going into template "editor_toolbar_on" in Editor Templates and find lines (near bottom): Code:
<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]">$newpost[message]</textarea> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|