The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[Solved] Unsubscribe All Users from Specific Threads
I have an issue, when I want to delete subscribes from users it says "No Threads Matched Your Query" This is wrong, because I see that member is subscribed to that thread.
I thing that i cannot delete subscribes that they have the option "Notification none" I don't know how this option is there for users. That's what I see to mine two other user I have. If option is something else except Through my control panel only, no problem. Any help why this is happening, Thanks |
#2
|
|||
|
|||
Can you post the query you are using
|
#3
|
||||
|
||||
I just go to admins panel.
Threads & Posts - Unsubscribe - Unsubscribe All Users from Specific Threads Enter the threadid(s) of the threads from which you want to unsubscribe users. I put there thread id, or to the other option Unsubscribe All Threads from Specific Users that's all, thanks |
#4
|
|||
|
|||
Double check thread id as it must be wrong. You could go to users profile from admincp click on Quick User Links and Delete Subscriptions then from there
|
#5
|
||||
|
||||
The id thread are ok, and I can delete members subscribes that they choose notification by email, if they choose only by control panel, then I cannot delete.
By user as you say, yes this way I can delete it, but I don't want to delete all subscribes for all threads. Thank you for the answer. Meanwhile I have removed code from all places so members cannot have the option "Through my control panel only" |
#6
|
|||
|
|||
Run this query from your admincp
DELETE FROM `subscribethread` WHERE (`subscribethreadid`='x') Change the x to what you need it will remove anyone subscribe to the thread you want Or if you want to do for just one user for one thread DELETE FROM `subscribethread` WHERE `userid`='x' AND (`subscribethreadid`='x') Change the userid and subscribethreadid |
#7
|
||||
|
||||
Thanks for this help, I will do so.
Any way I must find why I cannot delete those subscribes from user that select notification "Through my control panel only" with the physical way as supposed to be. I am sure that the advice with query will work. Thank you very much, hope though some one else maybe had same issue, or he don't know if it even exist. I did not to, and came up with this issue when I try to delete them. |
#8
|
|||
|
|||
Check server error logs there might be some info there, well this hope
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|