Hi, I recently installed the notification module and I'm having trouble setting up the Tags subscription page. If I'm understanding this correctly, the notification page in account settings only shows the current subscriptions. However, is there a way the user can see a list of tags that are available, and allow them to check the ones they want to subscribe to?
Comments
Comment #1
KristineC commentedI'm curious, is there no solution for this yet? If not, is there something I can do to achieve this effect?
Comment #2
bsandor commentedMy solution for D6 was a list with links for 'subscribe to TAXONOMYNAME' I don't have the code so cant share.
Would be great having a list with checkboxes.
You can achieve my solution by checking what url is created once you find a term in the searchfield and click on subscribe -> next screen has a url. Understand its structure and create you list.
I say it's a simple thing to create a form with checkboxes for sure. Also a views or VBO support might be a great solution here as you might need not to list every tags.
So I think the best soulution is a list with checkboxes or some swithes (flag anyways) with a list that you can controll. (this might be controlled by views or vbo.
Naturally I would add an access control to it.
Also this feature might be out of focus of this module as it is closer to a framework to be able to use in any situations. What i miss is a API doc for sure.