Quick question - enabling instant notification as default

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dbahn
    Member
    • Oct 2008
    • 70

    Quick question - enabling instant notification as default

    I run a very small forum, and thought there was a way to enable instant email notification (Thread subscription) by default rather than by user selection, but I can't for the life of me find out how.

    Anyone know? Seems to me it is an option since I recall it having to be re-set on a different vBulletin forum I participate in.
  • Lats
    Senior Member
    • Mar 2002
    • 3671

    #2
    Check this thread - http://www.vbulletin.com/forum/showthread.php?t=164379

    Look for Thread subscription/email notification defaults
    Lats...

    Comment

    • Chalz
      Senior Member
      • Apr 2007
      • 144
      • 3.7.x

      #3
      You can make it default for all new users under the registration options.

      adminCP > VBoptions > User Registration Options > Automatic Thread Subscription Mode


      To update all current users to instant notification, you can use the Automatic Query.

      adminCP > maintenance > Execute SQL Query > Automatic Query > instant email notification

      To run queries your ID must be in the config.php X=your ID

      Code:
      //    ****** USERS WITH QUERY RUNNING PERMISSIONS ******
          //    The users specified here will be allowed to run queries from the control panel.
          //    See the above entries for more information on the format.
          //    Please note that the ability to run queries is quite powerful. You may wish
          //    to remove all user IDs from this list for security reasons.
      $config['SpecialUsers']['canrunqueries'] = '[COLOR=Red]X[/COLOR]';

      Comment

      • dbahn
        Member
        • Oct 2008
        • 70

        #4
        Originally posted by Chalz
        You can make it default for all new users under the registration options.

        Ah, great. Thanks. That's what I was looking for.

        Comment

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