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
http://drupal.org/project/logintoboggan does
http://drupal.org/project/registration_role does
http://drupal.org/project/autoassignrole does
Yah. I already have User
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.