Closed (fixed)
Project:
Profile Taxonomy
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
12 Jan 2010 at 06:31 UTC
Updated:
18 Apr 2010 at 20:10 UTC
When i add the taxonomy list to the account creation page, the list is not populated for the user/register page. When a user is logged in, the list is populated just fine on thier account page, but I need to require that users pick a term on account creation. Is this a permission issue, or an issue with the module?
Comments
Comment #1
altbzh commentedSame thing for me also.
Acces vocabulary is allowed to anonymous people.
Thank you
Comment #2
cybershan commentedAnd I got the same problem, the list was not shown on the registration form , but on the profile update form, it can be seen.
thanks in advance.
Comment #3
vasheck commentedthe same issue here...
Thank you!
Comment #4
Archnemysis commentedHas anyone found a solution for this?
Comment #5
gnindl commentedAdditional hook is added "profile_taxonomy_form_user_register_alter(&$form, $form_state)" which gets the term names from the configured vocabulary. Watch out the new release candidate version.