Closed (fixed)
Project:
Profile Taxonomy
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Dec 2009 at 21:51 UTC
Updated:
10 Jun 2010 at 10:30 UTC
Currently, only one term can be associated with a profile. It would be very useful (necessary, in my case) to be able to associate more than one term with a profile (without having to add multiple profile fields to do it).
Comments
Comment #1
gnindl commentedThe problem is that there's no profile field/widget type which supports multiple selection. Although there's a free form list it doesn't match a CTRL-Select box as you would like to have. We would have to introduce a custom profile field type here. I don't know an easy way to do this.
Suggestions welcome!
Comment #2
tovstiadi commentedSame problem, subscribing to the thread
Comment #3
raintonr commented+1 for this, it would be a very useful feature.
This looks to be a useful place to start...
http://drupal.org/project/profile_checkboxes
... but, profile_checkboxes.module looks like it would not cope well with re-ordering or addition of terms within a vocabulary and does not display the checkboxes correctly (taxonomy names are shown as "Object id #47" or similar for some reason).
Comment #4
NathanM commentedI second the request for the profile checkboxes support. Would be a great addition to registration forms and whatnot.
Comment #5
gnindl commentedProfile Checkboxes is supported with the release 1.0-rc2 which offers radio buttons and checkboxes. Be aware of the limitations (read module homepage carefully).
It is made possible that referenced vocabularies are exported and synchronized with the profile field options.