Please or Register to create posts and topics.

Can I see what users are subscribed to certain topics?

Since I use my forum on a private site for work, I’d like to see which users are subscribed to certain topics, and which topics a user is subscribed to. Any way to accomplish this? Thanks in advance.

Hello @gogrw

Currently its only possible for the user itself to see for which kind of topics/forums they are subscribed. If you have experience with SQL, you could make a query against the wp_usermeta table using the asgarosforum_subscription_topic/asgarosforum_subscription_forum value and searching it for a certain topic/forum and user-ID combination.

gogrw has reacted to this post.
gogrw
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thank you!