Plugin: Achievements

Join this plugin group to follow comments, support topics and reviews.

Disable notifications (8 posts)

Started 1 year, 4 months ago by: footybible

  • Profile picture of footybible footybible said 1 year, 4 months ago:

    Hi @djpaul love the plugin – I was wondering if there is a way to disable the e-mail notifications with achievements. I have points for quite minor things, so don’t want to spam people. Thanks.

  • Profile picture of footybible footybible said 1 year, 4 months ago:

    @crashutah i saw you were also looking into this, did you figure out how to do it?

  • Profile picture of stwc stwc said 1 year, 4 months ago:

    My Account — Settings — Notifications has a toggle to disable emails from Achievements. Is this not working?

  • Profile picture of footybible footybible said 1 year, 4 months ago:

    Hi @stwc – that allows individual members to toggle it on and off, yes, but I was wondering if there was a way to turn them off by default

  • Profile picture of Paul Gibbs Paul Gibbs said 1 year, 3 months ago:

    @footybible thanks!

    I’ll consider adding an option, or some way that you can turn it off. It may be possible, but I won’t have time to look at the code for some days.

  • Profile picture of Paul Gibbs Paul Gibbs said 1 year, 3 months ago:

    When this plugin moves to custom post types, it wouldn’t be too much harder to add a per-achievement toggle for sending of notification emails. In the interim, to disable all Achievements notification emails regardless of users’ preferences, put this in your functions.php (or wherever):

    remove_action( 'dpa_achievement_unlocked', 'dpa_achievement_unlocked_notification', 10, 2 );
  • Profile picture of junseth junseth said 1 year, 1 month ago:

    @DJpaul I can’t even get the “achievements” tab to show up in my navigation. Am I doing something wrong when I activate the plugin?

  • Profile picture of Paul Gibbs Paul Gibbs said 1 year, 1 month ago:

    What theme? Does http://yoursite.com/achievements/ work? What versions of WordPress, BuddyPress an Achievements?