I have managed to create two content profiles (Members and Vendors) each profile has it's own role and permissions. I used autoassignrole to allow users to choose profiles upon registration, and with success users who register as Members inherit their proper permissions and set of fields and Vendors inherit their proper permissions and set of fields.
My problem is that when I log in as a user with the role Member I see an empty Vendor info box on the user account page. The same happens when I login as user with Vendor role, I see an empty Members info box on user page.
Here is a screencap
I would ideally like only the relevant div tag to show up (ie Member role/profile only sees Member info)
or if that isn't possible maybe a way to enter a message of some sort (ie you are not a Vendor in irrelevant Vendor div when logged in as a user with Member role) if that makes any sense
Any help or nudges in the right direction would be greatly appreciated.
Many Thanks,
Chris
Comments
hmmm
nobody has had this problem before?
I tried everything I can think of and I can't seem to get it right.
Please see this issue
Please see this issue http://drupal.org/node/463018. I think I'm having the same problem.
might help you out
when editing the content profile settings select of your custom content type select "Don't display this content profile on the user account page" under "User page display style" in "Display settings"
no real progress
but I am noticing other things that may tip some helpful soul as to what I'm doing wrong.
Since I had two profile content types (members and vendors), both with the checkbox "Use this content type as a content profile for users" checked I realized every time I created a new user it created a node for each profile content type (?)
When I unchecked one of the content types, it creates one profile content type per user (makes sense to me... sort of)
I'm barely making sense to myself anymore...