Not sure how to do what I need to do...Authorized users/prospects use original Drupal profile. Then
customized profiles for different roles + different subscription levels based on number of years subscribed.

I've installed rolesignup, nodefamily, nodeprofile, usernode, registerprofile, and pageroute. I've created my CCK forms. For subscription 1 year, I need the profile to have: athlete profile, athlete stats, and athlete schedule. For subscription 2 years, I need the profile to have: athlete profile, athlete stats1, athlete stats2, athlete schedule1, and athlete schedule2.

When I try to set up the second pageroutepage and point it also to athlete profile, I get this error:
This drupal path is already in use. Choose another path.

Do I need to set up a duplicate CCK form for athlete profile in order to achieve this? Or is there any easier way to do this?

Comments

fago’s picture

Status: Active » Fixed

you can't make 2 pageroutes with the same path - use another path.
If you are allow more nodes than one from a type you'll need to use a node management page, otherwise you really could go and just duplicate your content-type.

MsDetta’s picture

I was using the node management page.

I'll duplicate the CCK forms. thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)