Hi,

First time using this module, so I'm unsure if something is not working as intended or this behaviour is by design.

I would like for users to be able to subscribe to notifications from their user page. Specifically, I'd like people to subscribe to a particular forum.

I've got the block working, and see "Subscribe to: Content tagged with [Forum Name]", which is perfect.

However, in the Notifications -> Tags (/user/1/notifications/taxonomy) section I can only see my current subscriptions. I'd like users to be able to create a new subscription here.

Wording like "Subscribe to content tagged with a given taxonomy term" implies that this should work.

Any ideas?

Comments

Tsubo’s picture

Enabling the various functions on a clean D7 install does add links to the core navigation menu as follows:

Content type
Subscribe to all content of a given type.
/notifications/subscription/add/content_type

Content type and term
Subscribe to content of given type tagged with term.
/notifications/subscription/add/content_type_term

Multiple tags
Subscribe to content tagged with multiple taxonomy terms.
/notifications/subscription/add/taxonomy_term_multiple

This only allows one term at the moment as far as I can tell... will raise a separate issue.

Tag
Subscribe to content tagged with a given taxonomy term.
/notifications/subscription/add/taxonomy_term

Thread
Subscribe to all changes and comments for a thread.
/notifications/subscription/add/content_thread

Vocabulary
Subscribe to terms of a given vocabulary.
/notifications/subscription/add/taxonomy_vocabulary

You can easily add a separate block with these links for the relevant pages.

Tsubo’s picture

Issue summary: View changes

angle brackets killed example text