Registration redirect?

mike.hobo - April 12, 2008 - 17:44

Hey, I have a music community website and it's pretty much like project opus, just localized to my city.

Anyways, I have Music Artists, and Fans. So what I want to do is when the Music Artists are finished with registration it redirects them to a "Add your first song" page.

So I'm either going to need a module, and I'm going to need to separate this by roles.

http://drupal.org/project/log

level02 - April 12, 2008 - 17:56

http://drupal.org/project/logintoboggan does

Optionally redirect the user to a specific page

http://drupal.org/project/registration_role does

lets an administrator select a role to automatically assign to new users

http://drupal.org/project/autoassignrole does

allow the end user the option of choosing their own role or roles when they create their account

Yah. I already have User

mike.hobo - April 13, 2008 - 22:54

Yah. I already have User Autorole. But it contradicts with logintobboggan.

But is there a php code if statement

that says if this is the global user's own page and the user is in the music artist role and hasn't added the node content "audio" then it will be redirect to a page saying "You haven't added your first song, upload now" and have an optional "Skip this step for now" or something like that.

 
 

Drupal is a registered trademark of Dries Buytaert.