Hello,

I'm prety sure this cannot be very complicated. I want to add some badges depending on the number of post counts user have in the forum (advanced forum). The user stats module provides the post count statistic. There's event User post count increased provided by user stats which provides with the variable statistic-value. My question is how to check statistic-value == 5 or any other integer?

I ask here because user stats seem to not answer many questions.

Thank you

Comments

TR’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I ask here because user stats seem to not answer many questions.

I guess you didn't get much help here either ...

Regardless, it would be easy to add a new Rules condition to compare the statistic-value with a value of your choice. This is only a few lines of code. That integration would have to go into user_stats (which is not maintained anymore) or into your own custom module.