The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stretch / resizable message area?
I would like the message area used for new replies, post edits, etc to either stretch with the browser or be a resizable textarea like the template editor's textarea.
At first I tried the obvious of setting 'Message Area Width' to a percentile and editing out the 'px' suffix in the editor_toolbar_on template, but that actually shrunk the area! I figured it had to be tied to a div, table, etc, but even adding "width=100%" to all areas I thought could be at play here, it did no good. So then I moved on to a resizable textarea with the little resizable corner in the bottom right (no, the resize buttons are not sufficent). I compared the source of the textarea item from the control panel to the textarea in the template, matched them up, and... nothing. Anyone know how to make one / both of these modifications? My 'search-fu' has not returned any results thus far. |
#3
|
|||
|
|||
I'm afraid not for our boards:
That's the bottom right corner of the message area and the smilie box on the right. Clicking, hovering, etc does not bring up any additional options. We're running 3.8.8 p1 and the templates are default (reverted my testing). |
#4
|
||||
|
||||
Are you using Chrome?
|
#5
|
|||
|
|||
I have not tried chrome, but it is the same in Firefox and IE. And again, only for our board - the admin panel is resizable, just like the Quick Reply box on this forum.
|
#6
|
|||
|
|||
If you have a custom skin search for
Code:
resize: both; Otherwise try adding this to top of Additional CSS in Style Manager Code:
textarea { resize: both; } Code:
textarea { resize: both!important; } |
#7
|
|||
|
|||
Thanks for the ideas (I've been out ill so just now getting back to this). With my version, I don' see an 'Additional CSS' (search doesn't find it either) - the closest I see is editor.css. Adding to that regretfully had no effect. The resize option was not found in my style anywhere's beforehand either.
|
#8
|
|||
|
|||
Additional CSS is a box to put css in style mamager not a file, to get to it open:
Admincp > Styles & Templates > Style Manager then click the go button, scroll to the near bottom of the page and you will see it. |
#9
|
|||
|
|||
Wow do I feel stupid in regards to the 'additional css'. :erm:
That said, no effect, sadly. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|