Is it possible to extract user ranking logic to a separate module?

I have two web sites: one of them doesn't need ranking at all (but needs karma). the second one requires different role assigning. So integrated ranking seems redundant for me.

... and thanks a lot for a grate module! :o)

Comments

mercmobily’s picture

Status: Active » Closed (won't fix)

Hi,

There would be no point. The ranking function is only really one query, and the whole user_karma module uses the "ranking" for role assignment. Splitting would be both difficult and... well, pointless, really.

Or, are you suggesting that the role assigning should be in a different module? Hummm nah, they are just soooo connected, and 95% of the time people will want to be able to do it anyway.

It's really much simpler this way, both for the users and for me.

I didn't even know people were using this module outside Drigg... It's very generic, and it _could_ become the standard "karma" module for Drupal. It's all plugin based, and it's actively maintained. However, not many people know about it...

Merc.