Is there some way to change the default text box size displayed when creating/editing posts ("Write something...")? Either change the default for all forum users (or subsets of users) or an icon to allow the user to expand/contract the text box size as required? Thank you in advance.
Announcement
Collapse
No announcement yet.
Change text box size when creating/editing a post?
Collapse
X
-
I myself added css_additional.css this code, the editor's height was a minimum of 200 pixels.
HTML Code:div#cke_1_contents { min-height: 200px; }
-
The editor should automatically grow as the user enters content. If they past a large amount of content, pressing space or return after the paste should trigger the editor to grow. In addition to this, they can increase the default size by clicking/tapping on the drag bar in the bottom center of the editor and it be saved across devices and sessions.
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Thank you for the reply. Clicking/dragging the bar in the bottom center of the editor does indeed allow us to increase the default size; however, it returns the the default size whenever we move to a different thread/post. How do we save the setting across devices and sessions?
Comment
-
It should save automatically. Make sure you're not blocking any Javascript on your site.
Though if you have CSS like the above added, then it could override any changes.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
Related Topics
Collapse
-
by 2darkparkHello:
Users on my forum tend to write very long, wordy posts and threads. Exactly how do I change the default size of the post AND thread text entry boxes? Ideally I would like to double their...-
Channel: Support Issues & Questions
Fri 22 Feb '13, 4:12pm -
Comment