updating all existing users...
Daryljames - October 17, 2008 - 03:28
| Project: | Node Taxonomy Notifications |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
Love the module...
I was trying to hire someone to write something similar... But this is perfect...
One thing...
Is there anything I can do to update all users on my site to be subscribed to the terms in their nodeprofile...
At this point only new users get notifications of new content...
Thanks
Daryl

#1
Hi,
I've recently started co-maintaining this module.
Here's the current situation with subscribing users to existing terms.
There is a function in the module to do this, but we've always run it manually. This can be helpful if you have a large data set.
The function is:
_nodetaxonomy_notifications_enable_for_node_type($type);
$type is the name of the content type that you want to subscribe people to.
The devel module provides an easy place to run the above function call.
#2