PDA

View Full Version : Change the default size of the quick reply box


servan
05-17-2006, 07:37 AM
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!

Marco van Herwaarden
05-17-2006, 11:06 AM
You can change this in the Style Vars using the Style Manager in your AdminCP.

servan
05-17-2006, 11:15 AM
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).

Marco van Herwaarden
05-17-2006, 12:07 PM
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.

servan
05-17-2006, 03:05 PM
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. :-((