How can buttons be added to quickreply/quickedit?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gunnar
    New Member
    • Jul 2006
    • 6
    • 5.6.3

    [Forum] How can buttons be added to quickreply/quickedit?

    How can I add the button group for CODE, HTML and PHP to the quick reply and quick edit toolbars?
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #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.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      hook location - editor_toolbar_filter
      PHP Code:
      $toolbar[] = array('Code''Html''Php'); 

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools <- awesome site for html/css help

      Comment

      • Gunnar
        New Member
        • Jul 2006
        • 6
        • 5.6.3

        #4
        Originally posted by Lynne
        hook location - editor_toolbar_filter
        PHP Code:
        $toolbar[] = array('Code''Html''Php'); 
        Lynne and Steve,
        Thank you for your replies.
        However, I am unable to locate the hook location in the forum.
        Maybe you could add that as a feature request to include some kind of settings to customize the toolbar.
        I will head over to vbulletin.org and ask my question again.

        Comment

        • HMBeaty
          Senior Member
          • Mar 2005
          • 1105
          • 4.2.5

          #5
          Originally posted by Gunnar
          Lynne and Steve,
          Thank you for your replies.
          However, I am unable to locate the hook location in the forum.
          Maybe you could add that as a feature request to include some kind of settings to customize the toolbar.
          I will head over to vbulletin.org and ask my question again.

          It's there on mine.....

          EDIT: AND I have it working on my test site (the code, html, php buttons)
          "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time!"
          "It's important to only think about what you desire, not what you fear to achieve your ultimate goal!!"
          "When doors close, tear down the walls. Never give up!"

          Comment

          • Gunnar
            New Member
            • Jul 2006
            • 6
            • 5.6.3

            #6
            Thanks!
            You're right, works perfectly now.
            I just did not find the correct place to insert the PHP code.

            Comment

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