I'd like every users can select a taxonomy term and to do that I have created a taxonomy field in a content profile node type. But in the user registration form only appear the fields created with the core profile module.

I think that I like an option 'Visible in user registration form' for content profile fields.

Thank's.

Comments

quiptime’s picture

I think that I like an option 'Visible in user registration form' for content profile fields.

I need the same.

fago’s picture

again, this was possible with nodeprofile in 5.x and I think also with the latest bio versions.

However, this part hasn't been ported yet. It would have to go into an new content profile extension module, so the the base module is kept simple.

fago’s picture

I've marked http://drupal.org/node/281166 as duplicate.

>I remember with workflow-ng I could also create nodes at registration, but with actions/trigger it does not have this option either.
Rules can do this too, there will be a first ALPHA release in the next days.

>However, this part hasn't been ported yet. It would have to go into an new content profile extension module, so the the base module is kept simple.

As this functionality is so important for users I'd be also ok with getting it into the module itself - however it should not add a global dependency to the module.

jgraham’s picture

Component: Code » User registration module
Status: Active » Fixed

implemented in current dev branch. A new beta will be released soon that will include exposing fields during user registration.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

ilakshmir’s picture

I am using 6.x-1.0-beta2 of content profile and do not see this option. Am I missing something or does this beta not have it yet?
Thanks.

Schoonzie’s picture

I just downloaded the 6.x-1.x-dev release and it has an additional module called Content Profile User Registration which looks like it will add the fields to the registration form

dorien’s picture

Great! Awaiting the next beta version with this feature for my production site :-)

soerenP’s picture

I´ve got the Content Profile User Registration module installed and I´ve checked the "Use in registration form"-checkmark. The form still doesn´t appear in the registration form. Any ideas why?

Thanks
Sören

iNade’s picture

Same problem for me : the only thing at the registration is the original basics fields...

iNade’s picture

Version: 6.x-1.0-beta1 » 6.x-1.0-beta3
Status: Closed (fixed) » Active
andreiashu’s picture

@Charly75 did you put the right permissions for those fields that you want to appear at the registration form ?

iNade’s picture

Yes, absolutely... :/

internets’s picture

I'm Using this with CCK, autoassign_role and logintoboggan.

I have a 'user page profile' content type setup and have it configured to show up on the registration page for a certain role.

The CCK fields show up with the common user name / email registration fields but the title and body fields do not show up.

I believe I have permissions set correctly.

This may be a duplicate: http://drupal.org/node/396884

jgraham’s picture

Status: Active » Closed (duplicate)
deepthistars’s picture

@soerenP & @Charly75 set the edit and view permissions for the anonymous user for the fields that you want them to appear on the registration page.

blueblade’s picture

Hi mysteriousgal, I tried that but didnt work...

xiong’s picture

Version: 6.x-1.0-beta3 » 6.x-1.0-beta4

any update on this?

xiong’s picture

Priority: Normal » Critical
Status: Closed (duplicate) » Active

i have the same problem, i can't have the content profile CCK FIELDS (NOT TAXONOMIES) on user registeration, i'm using drupal 6.13 and content profile beta 4, i have content profile user registeration module enabled, and i have edited proper user permissions.

ericinwisconsin’s picture

I also have this problem.

benovic’s picture

i also ran into this. :(

i could spend a few beers for a fix.

fago’s picture

Status: Active » Closed (fixed)

Please follow the instructions of the README. If you still have problems open separate issues and describe detailed where the problem is.

xecstasyx’s picture

uhm before users log in they are Anonymous users so you have to set proper permissions to anonymous like "Edit Foo_field" so they can edit it on registration form, isnt it? at least thats how i did it.

jason.fisher’s picture

* You need not grant anonymous users access to create the content profile. If you would do so,
anonymous users would be able to create anonymous profiles even without registering.

socialnicheguru’s picture

I had a text field that I wanted to have in my registration form. I had it as required. It did not show up as an option on the content profile.
I had to uncheck required and it showed up.
is there anyway to have it optional on the registration form but manidtory when they go back and edit the form?

Thanks.

grifcha’s picture

subscribed