Closed (duplicate)
Project:
Subscriptions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 May 2009 at 01:07 UTC
Updated:
31 May 2009 at 07:15 UTC
I initially set the user default for 2 content types. I'd like to now add a 3rd content type, and update the subscriptions settings for all existing users to now include this 3rd content type. Is this possible to do automatically (without having to edit the subscriptions settings for each individual user)?
Comments
Comment #1
salvisNo, there's no UI to do that.
See #296123: mySQL query to subscribe all current users? and #171853: Subscribe all the users of a role to a taxonomy term for details.
Comment #2
somebodysysop commentedYes, this is a duplicate. However, I'd like to report for anyone searching to perform this particular function, the code below works:
This will add the content type 'page' to all users who are currently subscribed to content type 'story'.
Thanks for the help!