Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
It would appear that this module functions just fine under Drupal 6. I haven't tested extensively, but it did exclude roles. The only changes that needed to be made were to the .info file to make it show as compatible for Drupal 6.
Having never used the 5.x branch, I am not sure what the proper behavior is, but it would appear that my default admin user (uid 1), by being a part of the role I am excluding, also get excluded.
Hi Folks! Thanks for the reply and update. I've installed the last version but it is saying that is incompatible with Drupal 6.8 and it keep disable at the module config.
As noted in the userpoints 1.0 release notes, hook_userpoints has been changed. I expect most of the contrib modules are going to need an update to work properly. I might look into it in the next day or two.
Thanks Fred but I'm not this technical to understand exactly what I have to do to fix it.
I understand that we have a new module called "User points Nodes and Comments". Should I install it? Should I Uninstall the old one? Should I install the pointed patch?
The patches I submitted fix this (userpoints_contrib) to work with the new 6.x-1.0 release of Userpoints. Khalid is rolling them into the next dev release so, you could just wait for that. Or patch the current release with my patches if you're impatient.
The new module moves the points settings for node & comment creation out of the core Userpoints and into it's own so that the core is just an API. You should install it if you're using Userpoints 6.x-1.0 and need to award points for node and comment creation. Otherwise, no.
Thanks Fred. I just give up for while, and uninstalled the module. I'm very patient, and will wait for a good and stable release. Thank you for all you attention, and for your effort in this fantastic module!
Comments
Comment #1
fred0 commentedIt would appear that this module functions just fine under Drupal 6. I haven't tested extensively, but it did exclude roles. The only changes that needed to be made were to the .info file to make it show as compatible for Drupal 6.
Having never used the 5.x branch, I am not sure what the proper behavior is, but it would appear that my default admin user (uid 1), by being a part of the role I am excluding, also get excluded.
Comment #2
kbahey commentedBased on the feedback above, I ported the module to 6.x, and it will be included in the 6.x-1.x-dev tarball in about 8 hours from now.
Comment #3
edalcin commentedHi Folks! Thanks for the reply and update. I've installed the last version but it is saying that is incompatible with Drupal 6.8 and it keep disable at the module config.
Any thoughts?
Thanks!
Comment #4
fred0 commentedYes. Line 5 of the .info file currently reads:
dependencies = userpointswhen it should actually be:
dependencies[] = userpointsComment #5
kbahey commentedFixed and should be available in about 10 hours from now in the -dev tar ball.
Comment #6
edalcin commentedPerfect! Great! Thank you very much indeed! Have a wonderful 2009!
Comment #7
edalcin commentedJust to inform that in this new release the userpoints_role_exempt stops working, giving points to Admin, despite the box is checked. :(
Comment #8
fred0 commentedAs noted in the userpoints 1.0 release notes, hook_userpoints has been changed. I expect most of the contrib modules are going to need an update to work properly. I might look into it in the next day or two.
Comment #9
fred0 commentededalcin,
see here: http://drupal.org/node/357096
Comment #10
edalcin commentedThanks Fred but I'm not this technical to understand exactly what I have to do to fix it.
I understand that we have a new module called "User points Nodes and Comments". Should I install it? Should I Uninstall the old one? Should I install the pointed patch?
Thanks for any help.
Comment #11
fred0 commentedThe patches I submitted fix this (userpoints_contrib) to work with the new 6.x-1.0 release of Userpoints. Khalid is rolling them into the next dev release so, you could just wait for that. Or patch the current release with my patches if you're impatient.
The new module moves the points settings for node & comment creation out of the core Userpoints and into it's own so that the core is just an API. You should install it if you're using Userpoints 6.x-1.0 and need to award points for node and comment creation. Otherwise, no.
Comment #12
edalcin commentedThanks Fred. I just give up for while, and uninstalled the module. I'm very patient, and will wait for a good and stable release. Thank you for all you attention, and for your effort in this fantastic module!