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!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | user_titles-356988-3.patch | 1.4 KB | rooby |
Comments
Comment #1
rooby commentedShould be possible. I'll have a look when I get a spare minute.
Comment #2
rooby commentedComment #3
rooby commentedHere 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.
Comment #4
agileware commentedCommitted and in 6.x-1.0-beta3
Comment #5
agileware commented