Subscribing users to forums

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amphicar770
    Member
    • Mar 2005
    • 37
    • 3.0.0 Release Candidate 4

    Subscribing users to forums

    Hi All,

    As I understand it, subscribing to a specific forum will provide an email with a daily digest with the contents of new posts in that forum.

    Is there a way that the administrator (me) can subscribe a given user to one or all forums? Can I establish email subscription to a specific forum by default when a new user registers?

    Thanks.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Originally posted by amphicar770
    Is there a way that the administrator (me) can subscribe a given user to one or all forums?
    You would need to run a query like this for every forumid (Y):

    Code:
    INSERT INTO subscribeforum
    (userid, forumid, emailupdate)
    VALUES ('[color=red]X[/color]', '[color=red]Y[/color]', '[color=red]Z[/color]')
    Where X is the userid of the user, Y is the forumid of the forum, and Z is the number 0 (no email updates), 2 (daily updates), or 3 (weekly updates).

    This should work. You will want to backup first.

    Originally posted by amphicar770
    Can I establish email subscription to a specific forum by default when a new user registers?
    That would require custom code. For help with this I recommend you post on www.vbulletin.org.

    Comment

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