I am pretty new to drupal and I may be misunderstanding how this module is supposed to work. I have a content profile and permissions set, however I cannot seem to figure out how to get the information to display on the user page. The only way to access it is to go to the edit tab and then the content profile tab. I would like it to display on the first user page, when a user clicks My Account. Is this not how content profile is supposed to work? I've attached a screen shot of my content profile settings.

CommentFileSizeAuthor
cprofile.png46.48 KBrickt

Comments

billnbell’s picture

I have the same issue. I tried every setting out there.

I also want the questions to be asked in the following order:

1. Register
2. get email
3. Confirm email
4. Answer the $user questions and the $profile questions on one page.

In #4, it confirms only $user, and then the user needs to click the "Profile" tab. I was able to change #action to submit to the profile page, by my users don't like it.

I am willing to user the form alter hook, but not sure how to do it. Any help appreciated.

Thanks.

billnbell’s picture

I found my issue. Needed to go into Permissions and add view/edit for all the fields in "profile".

It now works for me.

rickt’s picture

I have them all checked, and the user can access it, its just not where I want it. Were you able to get it to display on the main user page?

billnbell’s picture

Ohh. I modified the user-profile.tpl.php under themes to make my own page, and disabled the tab through alter form.