Award an achievement based on total reply count

Hello,

I want to award an achievement to a user based on his total replies count in Forums.

Below are the breakups:

  1. If total reply count <= 25, then award an achievement - Newbie
  2. If total reply count >25 && total reply count <= 75, then award an achievement - Intermediate
  3. If total reply count > 75, then award an achievement - Expert.

I tried setting up rule with different combination and below is what I have reached closest to what I want, but that didn't worked.

I know that I can create custom rules by extending the Rule support (https://community.telligent.com/community/10/w/developer-training/53168/extending-rule-support). But, before I take that route, I would like to know whether my requirement can be met by out-of-the-box features.

Any help will be appreciated.

Thank you.

Parents Reply
  • Thank you for the reply. I noticed that the rule that I shared above works when I posted a forum thread reply but after a delay. I assume that's because it is taken care by Job Server and is expected.

    So my questions is User: Total Posts (from the above attached image) represents forum replies only or it include activities from blog comments, etc. If User: Total Posts refers to forum replies alone, then I could use the above rule as it is. Can you please confirm?

    Thank you.

Children