With userpoints and usernode you can give points if a usernode is created.
When a user saves his account settings page, he is given points again each time it is submitted.

Comments

marcor’s picture

Assigned: Unassigned » marcor
Status: Active » Patch (to be ported)

OK, we use usernode_save_node($node); instead of node_save($node);. This is supposed to invoke all hooks properly.

Will be fixed in next dev version.

marcor’s picture

Status: Patch (to be ported) » Active

The current version in which the current patch is included, usernode_save_node($node); doesn't save the changed comment option. So you cannot change your personal guestbook settings. We need a new solution. Unfortunatly even simple db update doesn't work here. Strange.

marcor’s picture

Will come back to the original version. This is a conflict between usernode and userpoints. http://drupal.org/node/200596 makes clear that userpoints is not standard conform when saving a node. So a usernode cannot be used to gain points for registration, this functionality must be added in a different way.