• Resolved astrologiamb

    (@astrologiamb)


    Hi

    I know I am asking for a big one, is there anyway you could add a search field in Manage Subscriptions windows? It would be nice to be able to lookup for an specific wordpress user. Although it is great to have the possibility to manually subscribe/unsubscribe a user, it is impossible to find a user the way it is designed today

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Robin W

    (@robin-w)

    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

    Thread Starter astrologiamb

    (@astrologiamb)

    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?

    Plugin Author Robin W

    (@robin-w)

    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 );
    Thread Starter astrologiamb

    (@astrologiamb)

    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

    Plugin Author Robin W

    (@robin-w)

    Sorry, can you explain what you mean by ‘?once they have been assigned to a specific forum.’ – what is this process?

    Thread Starter astrologiamb

    (@astrologiamb)

    Plugin Author Robin W

    (@robin-w)

    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.

    Thread Starter astrologiamb

    (@astrologiamb)

    Thanks, I think now I understand it. Great plugin. Keep up the excellent work.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.