Increase the default size of the post and thread text entry boxes?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 2darkpark
    Member
    • Jun 2004
    • 74

    Increase the default size of the post and thread text entry boxes?

    Hello:
    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 size. I simply don't know where to change this, though, in VB5. Thanks!
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Try adding the following to the css_additional.css template:

    Code:
    .content-entry-box .ckeditor-bare-box, .content-entry-box .ckeditor-bare-box.entry-field {
       height: 250px;
    }
    Change the value to whatever height you want to display the box at.


    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • David Copeland
      Senior Member
      • May 2000
      • 1354
      • 4.2.5

      #3
      Originally posted by 2darkpark
      Hello: 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 size. I simply don't know where to change this, though, in VB5. Thanks!
      I think there is a drag and drop icon in the lower right corner of the message boxes. Once the member drags and drops the box to their desired size, it is saved.

      Another option is to encourage members to use the GO ADVANCE button to have more tools, plus the ability to see the full size preview before submitting.

      DAVID COPELAND
      Licensed VB Holder Since 2000
      Celebrating 22 Years with VB

      Comment

      • 2darkpark
        Member
        • Jun 2004
        • 74

        #4
        Thanks, Trevor. Worked perfectly.

        Comment

        • wdwms
          Member
          • Jan 2013
          • 90
          • 4.2.X

          #5
          Originally posted by Trevor Hannant
          Try adding the following to the css_additional.css template:
          Code:
           .content-entry-box .ckeditor-bare-box, .content-entry-box .ckeditor-bare-box.entry-field { height: 250px; }
          Change the value to whatever height you want to display the box at.
          This actually does not work. It displays correctly, but once you click in the box to write something, the box jumps back to the original size that is defined by default. Ideas?

          Comment

          • wdwms
            Member
            • Jan 2013
            • 90
            • 4.2.X

            #6
            Any ideas? I made the suggested change and it is not affecting the size of the text entry boxes. They start larger and immediately resize to the default size.

            Comment

            • Riasat
              Senior Member
              • Aug 2006
              • 4013

              #7

              Comment

              • wdwms
                Member
                • Jan 2013
                • 90
                • 4.2.X

                #8
                Thank you Riasat!

                Comment

                Related Topics

                Collapse

                Working...