The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I need to change the default size of the quick reply box (to do bigger). What instance do I do this in and what part of the templete would I look at?
i think is showthread_quickreply template but i don't know how to do it: <div class="controlbar"> <if condition="$show['qr_require_click']"> <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]" disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea> <else /> <textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea> </if> </div> Thank you! |
#2
|
|||
|
|||
![]()
You can change this in the Style Vars using the Style Manager in your AdminCP.
|
#3
|
|||
|
|||
![]()
Hi, Marco.
mmm... sure? i'm finding in the Style Vars and i don't know what i must change exactly. (Sorry my bad english, i'm spanish). |
#4
|
|||
|
|||
![]()
AdminCP->Styles & Templates->Style Manager->{select StyleVars in the dropdown for the Style you want to change}:
- Message Area Width (pixels) Actually not sure where the height is getting defined, maybe someone with a bit more designing skils can help you with that. |
#5
|
|||
|
|||
![]()
Thank you Marco.
Yes, my question is about the "hight". i need to know where is the parameter that define the hight of quick reply box. it isn't in Style Manager. :-(( |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|