Achievement range not working (??)

I'm trying to set up and test achievements on our staging site.  I have a series of achievements for number of likes given.   I'm using the range feature as follows:

  • 1 like.   RANGE: 1 to 4
  • 5 likes   RANGE 5 to 9
  • 10 likes RANGE 10 to 19
  • 20 likes RANGE 20 to 29
  • etc.

The idea is that someone will only have one LIKE achievement at a time, depending on the number of likes they've received.

I'm testing it by going in and giving likes to one user's content.  The problem is, it doesn't seem to be working.   Though I've given likes to about 10 different forum posts, the user still shows the 1 like achievement badge.   I'm sure the content type is checked in the achievements.

What am I missing or not understanding on how this is supposed to work?   Thanks. - Kim



Added image
[edited by: kgroneman at 3:58 PM (GMT 0) on Thu, Dec 17 2020]
Parents Reply
  • Former Member
    0 Former Member in reply to kgroneman

    "Minimum count of content" means only 1 post needs the required number of likes (10-19). You could require more posts to have that level of likes if desired.

    We don't have an automation that tracks a member's total likes, you would need to create a new Achievement Automation similar to "Award to members based on their total friendships" except counting likes instead. The core_v2_like.List method should get you that number. Once that automation is created, you can then create an achievement using that automation in the way you are trying to.

Children