By jax_rox on
I have nodes as profiles, and currently all users have the same profile at the moment. I need to have different profiles per role, or at least different fields per role. Now that role signup has been deprecated, is there a way of doing this?
Comments
hi have a look at
hi have a look at http://drupal.org/node/333260
_
This is easily done with the content_profile module. For integration with the registration page, i believe the idea is to integrate content_profile with autoassignrole (replacement for rolesignup as mentioned right on the rolesignup project page).
I'm using Drupal 5 because of
I'm using Drupal 5 because of availability of other modules that I'm using with the site.
One of the main goals of the website involves user profiles used in this way, so its pretty important that this works. Is it possible to do in 5.x or will i have to upgrade to 6.x and make do with what's available (in terms of modules) for what I need?
_
my bad-- sorry I didn't catch that this thread was tagged d5. I believe you can do it with d5 using nodeprofile and autoassignrole but I'm not sure.
However, at this point i would be concerned if modules i was planning to rely on are not yet ready (with at minimum a dev version), for d6. I know it doesn't seem like it, but d7, and therefore end-of-life for d5, are just around the corner. I would be really leery of building sites with d5 at this point in time, but ymmv.