• Hi,

    Is it possible for admin to manually add subscribers to comments? I have event pages with rsvp. I would like to have the RSVPers receive email notification of comments on the page of their event without them having to know what to do

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @collabora

    In WP admin > StCR > Manage Subscriptions, on the top right of the subscriptions list you’ll see “Add new subscription”, click that and it will expand with fields for “Post ID”, “Email” and “Status”.

    If you’re a developer there’s also a code approach which you can use. More info about that at subscribe-reloaded.com/function-to-add-subscribers-manually/

    Thread Starter Dean

    (@collabora)

    Thanks, but I think you are having dns issues at subscribe-reloaded.com

    Plugin Author WPKube

    (@wpkube)

    Hi @collabora

    Thanks for letting us know about that, we’ll check it out and get it fixed.

    Thread Starter Dean

    (@collabora)

    Well, I don’t know what to do with that. It doesn’t look automated. Is there a way to update a mysql table with members, per post ID?

    Plugin Author WPKube

    (@wpkube)

    Hi @collabora

    It’s a PHP function to add a subscriber. As mentioned, it’s only useful if you are a developer, so you would hook into an action related to the RSVP functionality and use that function to automatically add that person as a subscriber.

    Due to some unique IDs that subscribers get (for security purposes) it’s not possible to add a subscriber directly to the database, it need to go through the system.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Subscribers’ is closed to new replies.