The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
query to run
My guess:
DELETE FROM forumsubscription WHERE userid = 250 Stupid server time is messed up. |
#2
|
|||
|
|||
to unsubscribe a user from a certain forum? Example, userid=250, forumid=64. For some reason a former mod is still subscribed to our mod forum and is receiving email notification of new posts. Even though he has been removed as a mod from all forums.
|
#3
|
|||
|
|||
[sql]
DELETE FROM forumsubscription WHERE userid = 250 AND forumid = 64; [/sql] |
#4
|
||||
|
||||
Is there a way to do this forumwide, instead of having to do it for each forum?
|
#5
|
||||
|
||||
I thought that might be it, but I wanted confirmation just to be sure. Thank you, sir.
LOL I almost missed this message. When I clicked on the link in the email notification, the message I was taken to was my last one. Good thing I scrolled up. |
#6
|
||||
|
||||
Yep, the server time was messed up for a few minutes. Thankfully not much longer than that.
|
#7
|
|||
|
|||
Hmm, got this after I ran the query;
PHP Code:
|
#8
|
|||
|
|||
Ah well, I just went into the table subscribeforum and manually deleted the userid from that forumid.
|
#9
|
||||
|
||||
Quote:
|
#10
|
|||
|
|||
table subscribeforum, click browse. Sort by userid or forumid.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|