Is OG integration a possibility for Userpoints? My site will organize local chapters as groups and it would be great if groups could have a points total and be able to gain points directly, by having groups pages and content voted on, by also by the actions of users, which would contribute to the group total. A common use would be for gaming oriented sites that organize in teams or clans.

Comments

jredding’s picture

although there is no current integration between OG and Userpoints with version 3 of Userpoints a new module could be written within the (new) architecture such that a node (i.e. an Organic Group) could accumulate points.

However a custom module would have to be written that grants points to this node AND new reports would have to be written to display points for these particular node types (alternatively you could use views)

kbahey’s picture

Version: 5.x-2.x-dev » 5.x-3.0-beta

How about something like this:

If the number of groups is not large, then you can have the custom module map one category for each group, and accumulate the points for that group based on that. Then, you can have a custom block display the relevant category's points on the og's home page.

In this case, you don't use userpoints_basic, but replace it with your own module.

Although this requires new custom module(s), it will work with the existing standard schema.

berdir’s picture

Status: Active » Closed (won't fix)

Sorry for pinging the participants.

Now that Drupal 7 is out, there is no support for Drupal 5 and the
corresponding modules anymore. Therefore, I'm closing all old issues
which are still open.

I suggest you upgrade to Drupal 6 or 7 and figure out if you're feature
is still needed or the bug still exists and open a new issue in that
case.