Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I like the pretty colors! :D

No, just kidding. I like hearing the latest rumors.
 
It takes a little more effort to make a website that adapts to the window width, rather than having a fixed-width design, but it's almost always worthwhile.

I wish the vBulletin "Reply to Thread" textbox would adjust to the window width too.
 
It takes a little more effort to make a website that adapts to the window width, rather than having a fixed-width design, but it's almost always worthwhile.

I wish the vBulletin "Reply to Thread" textbox would adjust to the window width too.

Can't you change that in the templates? (DISCLAIMER: I only have real experience with phpBB boards, so if I say something that makes no sense that's why :p )

Like something in here?:

PHP:
	<tr valign="top">
		<td class="controlbar"><textarea name="message" id="vB_Editor_001_textarea" rows="10" cols="60" style="width:540px; height:250px" tabindex="1" dir="ltr">[quote="Doctor Q, post: 3008601"]It takes a little more effort to make a website that adapts to the window width, rather than having a fixed-width design, but it's almost always worthwhile.

I wish the vBulletin "Reply to Thread" textbox would adjust to the window width too.[/QUOTE]

</textarea></td>
		<td class="controlbar">
 
It takes a little more effort to make a website that adapts to the window width, rather than having a fixed-width design, but it's almost always worthwhile.

I wish the vBulletin "Reply to Thread" textbox would adjust to the window width too.

you can fix that with simple template changes. Simple for those that know about the template changes in general

EDIT: You may actually need to change the js file, I am currently looking into it
 
Let me amend my statement to say "I wish by default the vBulletin Reply to Thread textbox would adjust to the window width." We've made dozens of changes to templates, and we could completely write all of vBulletin if we wanted to, but it's a bother to maintain template changes through each upgrade, so the more that's perfect by default, the better.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.