Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badge 'liked', 'loved' and 'revered' not awarded automatically (when upvotes received) #36

Open
echteinfachtv opened this issue Apr 12, 2013 · 2 comments

Comments

@echteinfachtv
Copy link

Noticed it myself, and now a user pointed out the issue as he did not get the badge.

Settings:
'liked' → 10 up-votes
'loved' → 50 up-votes
'revered' → 100 up-votes

Issue:
A user reaches x upvotes but is not rewarded the 'loved' badge.

Hunting the bug:

  1. I checked the badge parameters in qa_options, everything seems correct.
  2. I checked the user's upvotes, correct, got more than x upvotes.
  3. I checked that badge is not awared yet (badge_slug), correct, empty result in mysql.

Could it be that check_voted($uid) does not get the userid? Somehow it is not triggered automatically... How is it triggered?

Greetings :)
Kai

*PS: If I go to >Admin >Plugins >Badge Plugin and do Recheck Badge Awarding, those badges get rewarded!

@NoahY
Copy link
Owner

NoahY commented Apr 19, 2013

It seems to work on my site...

@echteinfachtv
Copy link
Author

This is weird. I will look into this as soon as it happens again. Thanks Noah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants