PDA

View Full Version : Quick reply box shrinks???


fsbmax
04-08-2008, 05:55 PM
Hey what's up with my quick reply box. It shrinks when I click the quick reply button.

Where do I edit the template for the second quick reply editor? So I can change its width.....

The first one thats not enabled is 60 cols, I cant find the template to edit the one that gets shown after the quick reply button is clicked.

Any help would be great!!!!

http://www.gfxsupport.com/forums/showthread.php?p=6#post6

fsbmax
04-10-2008, 01:28 AM
anything??? i really need info how to edit or fix why the box is small!!! ive edited the cols in the template "i thought" was the right template and well no changes none at all!

Lynne
04-10-2008, 03:26 AM
I can't see what you are talking about. Perhaps a picture? And if you want us to logon to your forums, you should provide a test account for use.

ringleader
04-10-2008, 10:09 AM
If you have an early version of 3.6.8, upgrade to 3.6.9 as this is a known issue:
http://www.vbulletin.com/forum/project.php?issueid=22747

fsbmax
04-10-2008, 12:19 PM
hey, this is for my quick reply box though, the editor for post reply and new thread page is fine.... here is a test login for you to see my problem!

username: testbot
password: test

http://www.gfxsupport.com/forums

Thanks for your time!

Lynne
04-10-2008, 01:43 PM
Your Quick Reply box looks fine to me. What Quick Reply button are you talking about clicking though? I just went to a thread and the QR box at the bottom looks normal. But, I didn't click on any button to get it, so I'm not sure what you mean there.

fsbmax
04-10-2008, 01:47 PM
yes i removed those quick reply buttons, do you not see my quick reply box is only like half the size as the quick reply "alt1" table

Lynne
04-10-2008, 02:24 PM
So you want it to fill the area? It's a textarea box and so you need to set the width in the code. This is from the source code. It's 60 cols wide. If you want it wider, you need to change that:
<textarea name="message" id="vB_Editor_QR_textarea" rows="10" cols="60" style="width:100%;height:100px"

This is what is in the area for when you hit Post Reply:
<textarea name="message" id="vB_Editor_001_textarea" rows="10" cols="60" style="display:block; width:540px; height:250px"

fsbmax
04-10-2008, 05:55 PM
Ive already tried that one ;)

I set it to 100 cols and it didnt move

I guess I will just deal with it untill I figure it out one day.

Lynne
04-10-2008, 07:05 PM
Ive already tried that one ;)

I set it to 100 cols and it didnt move

I guess I will just deal with it untill I figure it out one day.
Have you tried changing the style part?

From: style="width:100%;height:100px"
To: style="display:block; width:540px; height:250px"

fsbmax
04-10-2008, 08:03 PM
yea that was the next thing I was going to try. Since you posted it I tried it and well ofcourse it worked :D

Thanks a lot Lynne!

buurman
05-05-2008, 09:03 AM
Awesome this worked for me also!

Thx for the help Lynne!