Community & Support

User Profile Fields on User Profile Page

I'm looking for a small model that allows admin users to choose which profile fields are displayed on the Profile Page, on a role by role basis. Under the field content on the User Profile page a link is displayed that takes the user to a page that allows them to see all available field content, this link and page would only be available to the user and authorized users.

Thanks,
From: Azz McH.

Comments

PLEASE HELP.

PLEASE HELP.

_

SHOUTING isn't going to encourage a response-- in fact it's likely to do the exact opposite.

Having said that though, I'm not sure what you're asking for that the core "access user profiles" permission doesn't do?

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

Although, I wasn't shouting,

Although, I wasn't shouting, I was capitalizing it for effect, however on reflection probably not the best way to receive a response.

Basically, on the user profile page, content of all user profile fields are displayed, however I would like to be able to displayed only chosen user profile fields fields content, decided by admin, and have a link that takes the user to a page where all user profile field's content - they have access to - is displayed.

_

ahhhh... ok, I think I get what you're asking. I think you could do this with some pretty elaborate theming, but it might be easier to use content_profile, to turn profiles into full fledged nodes, and then use standard node techniques (content permissions, views, etc) to create the desired functionality.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

thanks, i'll try it.

thanks, i'll try it.

That might not be the best

That might not be the best thing, because I use the Panels and CTools models on the User Profile page. Do you know where the template file is or where the code is written for the User Profile Fields Content?