Posted by Apollo610 on January 10, 2009 at 6:17pm
| Project: | User titles |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi all,
I was wondering if there was any way to add a point scheme to User Titles that would allow me to set the user title based on the user's Karma Points? The karma points value is stored in $user and $account, so it should be easy enough to pull, I'm just not 100% sure how to implement the hook override.
The intent of this is to give a title based on the quality of the content posted by the users, as opposed to the quantity.
Thanks!
Comments
#1
Should be possible. I'll have a look when I get a spare minute.
#2
#3
Here is a patch that adds support for user karma.
You have to apply the patch in #453190: Role based titles first.
This is because that patch moves the integration with userpoints, user_karma etc. out to separate submodules, which is better.
So with this patch you also have to enable the user titles user karma module.
#4
Committed and in 6.x-1.0-beta3
#5
#6
Automatically closed -- issue fixed for 2 weeks with no activity.