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

Comments

russellb’s picture

Status: Fixed » Active

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.

russellb’s picture

Status: Active » Fixed

Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.