I've been trying to add a field to user profiles on my site, with no success so far (see http://drupal.org/node/328575 and also http://drupal.org/node/328327 and http://drupal.org/node/329238). I think I should be able to do it with a combination of content_profile.module and rules.module, but I can't work out how to set the rule up properly. I'd really appreciate if if someone can help with this. Here's what I want to achieve:

(1) Rule triggers on creation of new user account of certain user role by an administrator.
(2) Content profile created under the user account of the user which is being created (despite the fact that it's the administrator that's logged in and doing the actual creating).
(3) As soon as the user profile is submitted, the user is taken to the content profile that has been created, where they fill in the required fields.

Comments

fago’s picture

Component: Rules Core » Rules Engine

Is there any rules related problem?

jim0203’s picture

Yes - the whole problem seems to be rules related. I can't get it to trigger for only one user role. It triggers fine when I set it up to trigger on all users, but as soon as I put in a condition based on user roles, it doesn't trigger at all.

fago’s picture

>I can't get it to trigger for only one user role

For which role do you check after registration? Usually there should be only "authenticated user".

fago’s picture

Status: Active » Closed (duplicate)