Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I have not used any field groups, yet I see nothing on the registrations pages. The form data is present in "Drupal for Firebug", but nothing is displayed on the page.
If you happen to also be using content_permissions module, make sure you give view and edit permissions to each field you want to show no the reg form.
I have double triple-checked the permissions, I have create/edit/view permissions on the node type. I have edit/view perms on the fields. I have disabled autoassignrole. I have checked that the node type is enabled as a profile type in the node settings. The workflow defaults to published, all other options are disabled. I have also cleared the cache!
If I go to the site as anon, I can see the link to "create content", and indeed, can visit "/node/add/member-profile" and do just that, but nothing appears on the registration page!
As long as we don't keep the issue open to discuss a "more thorough guida on the settings" (which would require changing the issue title and category), I'm marking the bug as fixed.
I am not getting the fields displaying on the registration page. I am using version 6.x-1.x-dev (2008-Sep-11).
- All permissions are set for anonymous users.
- "Use this content type as a content profile for users" is enabled.
- CCK fields are set as required.
- There is no "show on registration page" setting in /admin/content/node-type/news/fields
What have I missed?
Edit: I missed that the registration form parts was a seperate module that needed enabling.
Thank you for the "edit" that mentions what you missed. I also realized that all this discussion about exposing the "Content Profile" fields to the registration form requires the DEV form of the module - but did not go back to the module management page to see the extra "module" to be enabled.
This now solved 90 percent of my signup problem (the last 10 percent would be to have the taxonomy field exposed as well - but I think I can have uses come back and add that info once they are approved.)
There were quite a few remaining issues that needed resolution before a stable release. I'm hoping we will see one soon. In the meantime you can use the development snapshot as timmillwood suggested
Can someone give me a list of what exactly I need to look for and where to make this work? I have the latest dev versions of auto assign role and content profile. I've tried my content permissions (view and edit specific fields and create permission for the specific content type), taking fields out field groups, disabling auto assign role, disabling content access, and even disabling profile. Still nothing works. Sure I can see it as an anonymous user when I do a straight create node, but I can't see anything on the registration form other than the normal stuff and what's being put there by profile.
Thanks for all the comments above that make me see the CCK fields on user registration form.
However, in my site. All users suppose to be created by admin only but not anonymous registration. The CCK fields are now showing on my registration form(visited by anonymous user) but not on user creation form(visited by site admin).
Is it because the module doesn't support this feature or I did something wrong?
(checked permissions, the authenticated user role has all the permissions that anonymous user has.)
ops?
according to the release note of the latest beta3 (released 2 days ago), there suppose to be an extension module for integration at the registration page in this beta version?
Comments
Comment #1
elvis2 commentedAre you using the "add group" option and pushing your profile fields into a group? If so, that feature is not quite yet supported.
Comment #2
fagootherwise it should work with the latest code as long you have activated the feature. please reopen if not.
Comment #3
niklp commentedI have not used any field groups, yet I see nothing on the registrations pages. The form data is present in "Drupal for Firebug", but nothing is displayed on the page.
I just see a normal registration form...
This is with dev from sept 4th.
Comment #4
thijsvdanker commenteddid you enable the content type to show up in user registration?
(you can find the option in ?q=admin/content/node-type/profile/profile)
Comment #5
alex.k commentedIf you happen to also be using content_permissions module, make sure you give view and edit permissions to each field you want to show no the reg form.
Edit: Permission to anonymous users, that is :)
Comment #6
niklp commentedI have
doubletriple-checked the permissions, I have create/edit/view permissions on the node type. I have edit/view perms on the fields. I have disabled autoassignrole. I have checked that the node type is enabled as a profile type in the node settings. The workflow defaults to published, all other options are disabled. I have also cleared the cache!If I go to the site as anon, I can see the link to "create content", and indeed, can visit "/node/add/member-profile" and do just that, but nothing appears on the registration page!
Comment #7
jgraham commentedI can't reproduce this.
Can you please provide the following;
thanks
Comment #8
niklp commentedARGH. Missed something.
There REALLY needs to be a more thorough guide on the settings for this, it's very easy to miss things.
Incidentally, I have had several occurrences where settings have seemingly disabled themselves. I'm hoping this isn't one of them...
Comment #9
flevour commentedAs long as we don't keep the issue open to discuss a "more thorough guida on the settings" (which would require changing the issue title and category), I'm marking the bug as fixed.
Comment #10
timmillwoodI am not getting the fields displaying on the registration page. I am using version 6.x-1.x-dev (2008-Sep-11).
- All permissions are set for anonymous users.
- "Use this content type as a content profile for users" is enabled.
- CCK fields are set as required.
- There is no "show on registration page" setting in /admin/content/node-type/news/fields
What have I missed?
Edit: I missed that the registration form parts was a seperate module that needed enabling.
Comment #11
glyphman commentedThank you for the "edit" that mentions what you missed. I also realized that all this discussion about exposing the "Content Profile" fields to the registration form requires the DEV form of the module - but did not go back to the module management page to see the extra "module" to be enabled.
This now solved 90 percent of my signup problem (the last 10 percent would be to have the taxonomy field exposed as well - but I think I can have uses come back and add that info once they are approved.)
Thanks!
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #13
z.stolar commentedI'm using beta2 and I don't have this feature. Beta2 is there since June...
When can I expect another release?
Is dev safe for now, to install on a site (as much as dev can be safe)?
Comment #14
timmillwoodYou need to use the Dev version, it is safe, i am using it on http://blog.to.it
Comment #15
jgraham commentedreclosing.
There were quite a few remaining issues that needed resolution before a stable release. I'm hoping we will see one soon. In the meantime you can use the development snapshot as timmillwood suggested
Comment #16
lonehorseend commentedCan someone give me a list of what exactly I need to look for and where to make this work? I have the latest dev versions of auto assign role and content profile. I've tried my content permissions (view and edit specific fields and create permission for the specific content type), taking fields out field groups, disabling auto assign role, disabling content access, and even disabling profile. Still nothing works. Sure I can see it as an anonymous user when I do a straight create node, but I can't see anything on the registration form other than the normal stuff and what's being put there by profile.
Comment #17
lonehorseend commentedRe-opening
Comment #18
lonehorseend commentedFound what I was missing. It was on the Content Profile tab. Had to click the registration box there.
Comment #19
BillyFan commentedHi,
Thanks for all the comments above that make me see the CCK fields on user registration form.
However, in my site. All users suppose to be created by admin only but not anonymous registration. The CCK fields are now showing on my registration form(visited by anonymous user) but not on user creation form(visited by site admin).
Is it because the module doesn't support this feature or I did something wrong?
(checked permissions, the authenticated user role has all the permissions that anonymous user has.)
Thanks.
Comment #20
lonehorseend commentedYou are using the Beta version, it's only the dev version that has the registration capability.
Comment #21
BillyFan commentedops?
according to the release note of the latest beta3 (released 2 days ago), there suppose to be an extension module for integration at the registration page in this beta version?
Comment #22
nicksanta commentedThat is actually hard coded into the module. The only way to over-ride it is to hack the module.
change this line: content_profile_registration.module:14
to this
Comment #23
timmillwoodI have hacked the module to get the fields appearing on the admin page. Maybe this should be a setting rather than being hard coded?
Comment #24
Michsk commented@#5 Alex.k: omg i spent the whole freaking day to get this to work but forgot about that permisson. Thanks!
Comment #25
vipinraj commentedthanx alex ..... for the advice..........