Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
So as of right now, there is no possible way other than manually, to give people badges based on how many points they have? seems wierd ... seems like something that'd be a regular feature req on many D5 forums.
your assertion is correct that there is no way in D5 to do this integrated with userpoints.module.
If you want that feature that badly, feel free to offer a bounty to get it backported.
As far as your other assertion that it would seem like a feature many would want, I'd have to assert that if that was the case it would already be ported or a bounty would have already been put together.
I assert that there is another way to do this, for anyone else interested in getting a useful answer in the future:
The Badge module allows you to assign badges to roles. You create as many roles as you need, assign the badge(s) that will be awarded when the userpoint goal(s) are reached, then use userpoints_roles to set the points goals. Once the points are reached for the role's badge you want to automatically assign based on points, it'll assign the role(s), which also automatically assigns the badge(s).
Not as graceful as a simple and direct module, but hey, works.
It's in the 6.x version. I downloaded to check and there is indeed a userpoints_badges folder with files contained in it. Have you checked your folder structure?
Comments
Comment #1
kbahey commentedYou are not blind. You are just confused.
That module exists only in the 6.x version.
Comment #2
AppleBag commentedAh ok, is there another way to do the same thing in D5?
Comment #3
kbahey commentedThe whole module needs to be ported to D5 if you want that functionality.
Comment #4
AppleBag commentedis there another way to do the same thing in D5?
Comment #5
vm commentedkbahey already answered this question : http://drupal.org/node/375529#comment-1457154
however, the short answer = no
Comment #6
AppleBag commentedSo as of right now, there is no possible way other than manually, to give people badges based on how many points they have? seems wierd ... seems like something that'd be a regular feature req on many D5 forums.
Comment #7
vm commentedyour assertion is correct that there is no way in D5 to do this integrated with userpoints.module.
If you want that feature that badly, feel free to offer a bounty to get it backported.
As far as your other assertion that it would seem like a feature many would want, I'd have to assert that if that was the case it would already be ported or a bounty would have already been put together.
Comment #8
AppleBag commentedI assert it must be a very complicated backport? ;)
Comment #9
vm commentedI assert that someonoe would have to understand the innerworkings of both modules.
Comment #10
AppleBag commentedI assert that there is another way to do this, for anyone else interested in getting a useful answer in the future:
The Badge module allows you to assign badges to roles. You create as many roles as you need, assign the badge(s) that will be awarded when the userpoint goal(s) are reached, then use userpoints_roles to set the points goals. Once the points are reached for the role's badge you want to automatically assign based on points, it'll assign the role(s), which also automatically assigns the badge(s).
Not as graceful as a simple and direct module, but hey, works.
Comment #11
v8powerage commentedI installed 6 version and userpoints_badges is nowhere to be found, tried latest 2 and 1 version, where is it?
Comment #12
vm commentedIt's in the 6.x version. I downloaded to check and there is indeed a userpoints_badges folder with files contained in it. Have you checked your folder structure?