how to turn on subscribe to thread for exisiting users?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • asimo
    Member
    • Dec 2007
    • 56

    how to turn on subscribe to thread for exisiting users?

    Is there a sql i can run to turn on email notifications and subscribe to thread by default for existing users?

    thanks
  • kh99
    Senior Member
    • Aug 2009
    • 533

    #2
    If you are allowed to use Exec SQL Query under Maintenance in the admincp, then there is a "canned" query to do it. The query is:

    UPDATE user SET autosubscribe = 1


    Edit: ...but if you want to do it so you don't change any users who already have something selected, then maybe this instead:


    UPDATE vbuser SET autosubscribe = 1 WHERE autosubscribe = -1

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      You can run the query "Instant email notification" in Maintenance > Execute SQL Query to automatically subscribe users *for now on* to any threads they create or post to. However, they will still have the option to turn that off per thread/post or in their Settings area.

      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

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