button bars in the text box editor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cla1975
    New Member
    • Apr 2013
    • 2

    button bars in the text box editor

    Hi all
    as screenshots, the text box displays the 3 button bars, one below the other.



    It would be possible to have them all (or at least two) in a row on the same line?
    And 'possible to decide which buttons to display and which to hide?
    thanks for your help
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Sorry, there is no function to do this. This requires modifying the code. We cannot officially support code modifications or forums running modified code, however you can try searching or asking for help with this over at www.vbulletin.org.
    Vote for:

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

    Comment

    • Riasat
      Senior Member
      • Aug 2006
      • 4013

      #3
      Go to
      Code:
      AdminCP > Style Editor > Edit Templates > additional.css
      Add this code block:

      Code:
      div.cke_break {
       display: inline;
      }
      To control editor buttons, you will need to edit this file:

      Code:
      clientscript/ckeditor/plugins/toolbar/plugin.js
      Around Line 480.

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...