Active
Project:
Content Profile
Version:
6.x-1.0-beta3
Component:
Base module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 19:54 UTC
Updated:
29 Apr 2009 at 16:59 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| cprofile.png | 46.48 KB | rickt |
Comments
Comment #1
billnbell commentedI 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.
Comment #2
billnbell commentedI found my issue. Needed to go into Permissions and add view/edit for all the fields in "profile".
It now works for me.
Comment #3
rickt commentedI 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?
Comment #4
billnbell commentedOhh. I modified the user-profile.tpl.php under themes to make my own page, and disabled the tab through alter form.