The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi
I'd like a way to subscribe all my users to threads in which they have participated. This should be a simple SQL query i guess but i'm not good enough with SQL/VB to know what to enter... if anyone can help i'd be really really grateful ![]() |
#2
|
||||
|
||||
![]()
That's be tricky as you'd have to create a record for every subscription for every user.
To do it on a going-forward basis, the following query will change every user's thread subscription in their preferences to "Subscribe with no notification"... [SQL] UPDATE user SET autosubscribe = 0 [/SQL] Make sure you backup your database in case you don't like what it does! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|