Hello All,
Can someone kindly share the rules code for assigning a particular role when an authenticated user attains certain user points?
I have been working to create the code for past 10 days but with no success. I have also tried 'Userpoint Contributed Module' but it does not work as the codes are still not ported to D7.
Many thanks for your help.
Quaid J. Surti
If you are working with PHP/custom module development, then I would say you want to track the variable/attribute field of the user that is storing their points, and then a trigger. When a certain trigger happens [like node save] check the user's points and if they are above a certain constant number, then change their role. This can all be done using various hooks in the Drupal API.
I have no idea if all this can be done with the Rules-module, what I was suggesting above is to do it directly in code.
Can't give you specific information as there are many steps involved here to many different hooks, but your question is also not very specific yet either. :-)
Best,
S.
On 2011-10-20 1:34 PM, Quaid J. Surti wrote:
Hello All,
Can someone kindly share the rules code for assigning a particular role when an authenticated user attains certain user points?
I have been working to create the code for past 10 days but with no success. I have also tried 'Userpoint Contributed Module' but it does not work as the codes are still not ported to D7.
Many thanks for your help.
Quaid J. Surti