Author |
Message |
dogs and things Board Member

Joined: 18 Nov 2008
         Posts: 621 Location: Spain

|
Posted: Fri Jun 05, 2009 11:21 pm Post subject: How to unsubscribe one user from all watched topics? |
|
|
Hello,
I want to unsubscribe one user from all topics this user is subscribed to.
How do I proceed? _________________ phpBB2 will never die, I hope! |
|
Back to top |
|
 |
dogs and things Board Member

Joined: 18 Nov 2008
         Posts: 621 Location: Spain

|
Posted: Fri Jun 05, 2009 11:48 pm Post subject: Re: How to unsubscribe one user from all watched topics? |
|
|
The answer:
Code: | UPDATE phpbb_topics_watch SET `notify_status` = 0 WHERE user_id = XXX |
Where XXX has to be changed into the user's id. _________________ phpBB2 will never die, I hope! |
|
Back to top |
|
 |
Ornette Board Member

Joined: 16 Mar 2009
         Posts: 37

|
Posted: Tue Jun 09, 2009 1:43 am Post subject: Re: How to unsubscribe one user from all watched topics? |
|
|
There should be a 'watched topics' manager in phpBB somewhere
Is there a mod that does such a thing? |
|
Back to top |
|
 |
dogs and things Board Member

Joined: 18 Nov 2008
         Posts: 621 Location: Spain

|
Posted: Tue Jun 09, 2009 6:42 am Post subject: Re: How to unsubscribe one user from all watched topics? |
|
|
I didnīt find such a MOD.
I did find All Topics You Are Watching, This hack adds a link in your profile that allows you to check all of the topics that you are subscribed to.
Sounds like a MOD to this MOD would be what is missing.
I'll install this later on and see, it looks like there's an Unwatch option included. _________________ phpBB2 will never die, I hope! |
|
Back to top |
|
 |
dogs and things Board Member

Joined: 18 Nov 2008
         Posts: 621 Location: Spain

|
Posted: Tue Jun 09, 2009 3:59 pm Post subject: Re: How to unsubscribe one user from all watched topics? |
|
|
I installed this MOD and what it does is show a list of watched topics. That's good.
Another good thing is that in that list there's a column to Unwatch a topic.
The only bad thing is that the method to "Unwatch a topic" is to click a text-link in the Unwatch column. This would be enough in the case of few Watched topics and/or when someone only wants to Unwatch a few topics. But if the list is long it woukd be much better if there where checkboxes and a Unwatch All Marked button, like in private messages.
For someone that knows how to do this it would be easy to quickly improve this MOD, for someone like me that doesnīt know this would mean a good bit of puzzling and such.
As I found out the MOD I am looking for already exists, it's
List watched Topics and as far as I can see it's one of the features this here board has buillt in too. On the index page it0s one of the search options. _________________ phpBB2 will never die, I hope! |
|
Back to top |
|
 |
|