Download & Extend

See who is subscribed to a node or category

Project:Subscriptions
Version:6.x-1.1
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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

#2

Can this be done with the views module?

#3

No, only with direct SQL queries.

#4

Hello,

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

Thks

#5

Component:Documentation» Code
Category:support request» feature request

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

#6

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

#7

I would love that. Thanks.

#8

Hey there, any movement on this?

#9

Apparently not...

#10

#11

+1

#12

+

#13

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

#14

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

#15

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?

#16

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.