PDA

View Full Version : Increase message area



mqcarpenter
05-15-2006, 12:43 PM
I would like to increase the message area in the live chat window. It looks like it defaults to 2 rows, but when I change this section:


<form name="chat" id="chat">
<input type="hidden" name="cmd" value="chat">
<input type="button" id="send" name="send" value="Send" onClick="do_submit(1);">
<textarea name="message" class="input_txt" cols="40" rows="4" onKeyup="is_typing(event);" wrap="virtual"></textarea>
</form>

...to four rows, it does nothing. Where can I change the message area to show more space for the operator?

TurnkeyAdmin
05-17-2006, 03:22 PM
You need to alter the class file, specifically the input_txt class. be aware though that your message box may not be fully on the screen if you do this.

mqcarpenter
05-19-2006, 08:47 AM
Excellent. It would help to reduce the size of the visitor list frame at the top. Where is that done? Is it scrollable? thx

TurnkeyAdmin
05-21-2006, 01:34 PM
If you are talking about the admin side I would not recommend making to many changes. The CSS ties everything together and positionas everything exactly to the pixel. Making any modification would probably mess other settings up. But you are free to try.

mqcarpenter
05-22-2006, 10:29 AM
I can not figure out which part is controlling the top "visitors" section. Forcing a height on the visitors div id is not working. It is more dangerous to change things blindly. If you could tell me what is controlling the height of that frame, it would help please.

TurnkeyAdmin
05-23-2006, 01:25 AM
Most likely you are changing the right thing but your cache is keeping the size the same. We dont really help with these types of mods but if you paste the line here we can tell you if its correct.