how to enable plugins via config.php?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • selfinfliction
    New Member
    • Dec 2008
    • 21

    [Forum] how to enable plugins via config.php?

    I was just trying to install a plugin to limit the signature sizes of the members on my forum and got it all setup but it didn't seem to be working. when going into the plugin manager it shows the plugin just installed, but also says this at the top:

    Warning: Plugins are currently globally disabled via config.php.
    i searched around but can't seem to find it, any help is greatly appreciated
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Look in your config.php file for this line and either comment it out or remove it:
    Code:
    define('DISABLE_HOOKS', true);

    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

    • bikoy888
      New Member
      • May 2011
      • 10
      • 4.1.x

      #3
      hi,

      i removed the said line in my config.php under :
      /public_html/forums/includes
      and
      /vbforum_4_4-1-3/upload/includes

      but it still says plug-ins are globally disabled via config.php

      Comment

      • beishe8
        Senior Member
        • Oct 2005
        • 6782
        • 4.2.X

        #4
        Originally posted by bikoy888
        hi,

        i removed the said line in my config.php under :
        /public_html/forums/includes
        and
        /vbforum_4_4-1-3/upload/includes

        but it still says plug-ins are globally disabled via config.php
        Seems you removed something from the wrong place.
        Look again for /public_html/forums/includes/config.php

        Remove the line:
        define('DISABLE_HOOKS', true);
        or disable it:
        //define('DISABLE_HOOKS', true);


        vB5 is unequivocally the best forum software, but not yet...

        Comment

        • bikoy888
          New Member
          • May 2011
          • 10
          • 4.1.x

          #5
          thanks beishe8

          i think i have to disable all the plug-ins first before removing the ('DISABLE_HOOKS', true) line else the forum might break

          Comment

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