My users are getting the karma badge automatically when they first sign in. I am guessing this is because I use the advanced reputation mod that starts everyone with 100 karma points. I'd like to set that limit from 0 to 101 so they get the badge when someone gives them karma rather than up front...
I found this line:
if ($memberContext[$memberID]['karma']['good'] != 0 && !in_array($badgeAction,$currentBadges))
Would I be correct in assuming I could change that 0 to 101 to accomplish what I am looking to do?
Thanks!