I have searched as hard as I can. Maybe there is some keyword I am not using. I need a way to see who is subscribed to a node, category, forum, etc ... I would also like to be able to force unsubscribe or subscribe in bulk to a particular post. Can someone help me figure this out?

Comments

salvis’s picture

There is no user interface to do this at present nor any concrete plans to develop one.

davidbessler’s picture

Can this be done with the views module?

salvis’s picture

No, only with direct SQL queries.

robby78’s picture

Hello,

I have the same request... Is anybody do something?

Thks

salvis’s picture

Component: Documentation » Code
Category: support » feature

Actually, I'd like to see this, too, but so far no one has volunteered to work on it...

robby78’s picture

Hello,

I did a liitle module wich print all the node, and all the users who are subcribed...
But it's not really perfect :) It's my first module...
I have a 3 days trainning in few days. I try to improve my module after the training, and if someone want it, I will post it...

Good WE

davidbessler’s picture

I would love that. Thanks.

davidbessler’s picture

Hey there, any movement on this?

salvis’s picture

Apparently not...

rouhipour.marjan’s picture

kenorb’s picture

+1

neek’s picture

+

davidbessler’s picture

This keeps coming up for me. Anything new?? At least a COUNT of how many subscribers are subscribed.

GKent’s picture

I would very much like:

- for anyone, when inside a topic, to be able to click something to see who is subscribed to the topic. This seems like a pretty basic need. If you want to have a conversation and don't know if anyone is listening, then why bother. Or, if you know that some people aren't listening and you want them to, then you can invite them to the topic. But you have to know first who is subscribed.

- to have an easy way to subscribe and unsubscribe in bulk by users and topics. How great it would be to be able to create a topic and then subscribe a certain group of users, or conversely to unsubscribe them.

I would be so great if someone where to make these two things possible.

Thanks for considering this!

GKent

davidbessler’s picture

Still waiting for someone to pick this up. As an admin, i'd like to know who's subscribed. Where is this info stored in the tables?

salvis’s picture

The information is all in the {subscriptions} table.

The problem is that it's stored in a generic way, as (module, field, value), and only the sub-module that's responsible to that type of subscription knows how to interpret these values.

It wouldn't be too hard to, say, implement a list of users that are subscribed to a forum, and that would definitely be useful, but it would be difficult to come up with a generic solution.

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Version 6.x is no longer supported due to Drupal 6 End of Life.