Closed (outdated)
Project:
Subscriptions
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2013 at 07:00 UTC
Updated:
27 Sep 2019 at 13:53 UTC
Jump to comment: Most recent
Comments
Comment #1
salvisNo, sorry, there's no such feature, but this shouldn't be too hard to do in SQL.
Comment #2
seaneffel commentedOk, fair enough. I guess I would have to set some value for each node and/or comment?
Last question, is there a feature for users to unsubscribe themselves from all nodes, rather than hit each of their own nodes one by one?
Comment #3
salvisYes, exactly. Create a Thread subscription as you want to have them, look it up in the {subscriptions} table (they are of the node/nid/NID type), and create one of those for each thread (NID).
Would you please post the query here that you'll end up using, as an example for others?
(Please use new issues for new questions in order to keep the issues focused.)
The Thread Subscriptions page has checkboxes (including an all-checkbox) for unsubscribing.
Comment #4
seaneffel commentedI am not a MySQL genius but if I do get a query together then I'll post it here. Maybe, just maybe, it can be the start of a feature for the module. On one hand, I know it's rude to sign user up for emails they didn't explicitly say they wanted. On the other hand, this feature would be nice to return subscriptions to users who lost them in a migration (such as me).
Comment #5
mrded commentedCan be done with similar update:
Comment #6
salvis