Active
Project:
Usernode Guestbook
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Nov 2007 at 16:10 UTC
Updated:
5 Jan 2008 at 02:07 UTC
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
Comment #1
marcor commentedOK, we use
usernode_save_node($node);instead ofnode_save($node);. This is supposed to invoke all hooks properly.Will be fixed in next dev version.
Comment #2
marcor commentedThe 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.
Comment #3
marcor commentedWill 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.