This might be due to my own failure to understand the assignment flow completely, but here's my issue:
In my WP/Badgearoo instance, I've got two types of conditions, those that give the user points and/or badges for performing certain actions, and those that are meant to reward a badge only when a user reaches several arbitrarily designated point totals. The former type of assignment seems to working just fine, but the latter doesn't seem to be happening at all.
These "level achievement" badges each have only a single condition step: Custom > Minimum Points, along with the respective levels' point thresholds. But it appears that user point totals aren't ever actually being checked against these conditions, and thus no one ever gets an assignment...
Am I misunderstanding how this is supposed to work? I would prefer not to hack a custom solution if one is already coded in and I'm just missing how to trigger it...
This might be due to my own failure to understand the assignment flow completely, but here's my issue:
In my WP/Badgearoo instance, I've got two types of conditions, those that give the user points and/or badges for performing certain actions, and those that are meant to reward a badge only when a user reaches several arbitrarily designated point totals. The former type of assignment seems to working just fine, but the latter doesn't seem to be happening at all.
These "level achievement" badges each have only a single condition step: Custom > Minimum Points, along with the respective levels' point thresholds. But it appears that user point totals aren't ever actually being checked against these conditions, and thus no one ever gets an assignment...
Am I misunderstanding how this is supposed to work? I would prefer not to hack a custom solution if one is already coded in and I'm just missing how to trigger it...