sorry, I thought I had replied to your previous topic, but it seems to be blank.
If you go to
dashboard>users>all users and find the user (that page has a search users at the top right), then if you hover over the username, you will see the ‘subscriptions’ option for that user and can then manage that users subsriptions
Thanks, your plugin is amanzing
I just donated you USD 20 Transaction ID: 1X015299DL686521A
Another question, is there a way by webhooks to automate this process?
I’m not quite sure what you are asking.
You can auto subscribe new users using
dashboard>settings>bbp style pack>Subscription management
if you want to hook from code, you can use
bbp_add_user_subscription( $author_id, $topic_id );
and
bbp_remove_user_subscription ( $author_id, $topic_id );
Today, although a user is assigned automatically to a forum, before starting to receive the notification email, he has to go to the forum and press subscribe. I would like to automatically subscribe the users to start receiving the notification emails once they have been assigned to a specific forum.
This screenshot, I belive it will make it easier to understand what I am asking
https://prnt.sc/EoX78l2ndCrI
Sorry, can you explain what you mean by ‘ once they have been assigned to a specific forum.’ – what is this process?
So you are assigning forums to leandash courses, and then wanting any new users oif the course to be assigned to that forum.
ok, this would need to be raised with Learndash as it is in their part that the solution would be.
Thanks, I think now I understand it. Great plugin. Keep up the excellent work.