Disable Reply with quotes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rose123
    Senior Member
    • Dec 2008
    • 238
    • 3.7.x

    Disable Reply with quotes

    I want to disable reply with quotes for all users. Can I do it based on usergroup. Please help me.
    Thanks in advance.
  • Rose123
    Senior Member
    • Dec 2008
    • 238
    • 3.7.x

    #2
    Please help me with disabling reply with quotes.

    Comment

    • BirdOPrey5
      Senior Member
      • Jul 2008
      • 9613
      • 5.6.3

      #3
      I don't see any setting to do this but if you go to Admin CP -> Plugins & Products -> Add New Plugin

      - Product: vBulletin
      - Hook: postbit_display_complete
      -Title: Disable quoting
      -Execution Order: 5
      - Plugin PHP code:
      PHP Code:
      $post['replylink'] = "";
      $show['multiquote_post'] = false
      -Set Active: Yes

      Save changes.

      That custom plugin should disable the two quoting options on all posts for all users.

      As this is custom coding we do not provide official support. If you have any questions or need additional assistance with it please post on www.vbulletin.org, the site for vBulletin modification.

      Comment

      • Rose123
        Senior Member
        • Dec 2008
        • 238
        • 3.7.x

        #4
        Thanks Joe. I will try it and update you.

        Comment

        • Rose123
          Senior Member
          • Dec 2008
          • 238
          • 3.7.x

          #5
          It worked. Thanks!!!!

          Comment

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