I've added a new setting to the User Points Voting API module that allows you to skip moderation for votes. This is a cool feature (a gift that came with the 3.x version of the userpoints_api) that helps guys like me who like to moderate their users point earnings but get really tired of approving points for votes.

So, if I understand it correctly, you can have moderation turned on but can set up things like votes to skip moderation (very nice feature!) Or, if you just want to moderate votes you can adjust your settings to do just that.

Anyway, I can't get it to work so I'm asking for your help. Please take a look at the moderation section of the userpoints_votingapi.module code and see if you can see what I'm doing wrong.

Download it here: http://drupal.org/node/211965

Thanks,
Kevin

Comments

kmillecam’s picture

Status: Active » Fixed

Marking this as fixed.

The API documentation led me astray.

It specified: 'moderation' => (boolean) TRUE or FALSE. If NULL site settings are adhered to
It really wanted: 'moderate' => (boolean) TRUE or FALSE. If NULL site settings are adhered to

All is well now.

New build will be available in the morining.

Kevin

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.