Since drupal doesn't yet have a simple way to have different profiles for different types of users/roles, I have decided to implement a basic profile (which is common to all roles and will show on the user registration form) using profile.module and detailed profiles using flexinode that will be different for different roles.

Can I have snippets to then bring in stuff from the different flexinode profiles and show them on the user profile pages based on their roles? This should be automatic. Seems possible, but just wanted to confirm.

Comments

keve’s picture

I use a modification of user_related_content module for this.
I submitted an issue on the modules page, so that it can be edited in user_form.
It might help for you too.

venkat-rk’s picture

Thanks!

I took another look at the module and your patch and will probably use it in the future.