I am trying to get this to work on Taxonomy Term Reference fields on a content type, so you can easily add a new "category" that a post is in, or select a category that is already in the system. Like free tagging but with a select list and 1 term, with the option to add a new one. Is there a reason for this not working?
Comments
Comment #1
danielb commentedI doubt the Taxonomy Term reference field would support submitting arbitrary 'other' values. It wouldn't validate, would it?
If you can identify that Select (or other) should work in this case, and has a bug in code, please reopen.
Comment #2
rogical commentedTaxonomy Term Reference is very common used, and this module should support it.
Comment #3
matslats commented+1
Comment #4
tecjam commentedI agree this should be a major part of this module.
Comment #5
TimelessDomain commentedYes. This is definitely needed.
CCK Select Other http://drupal.org/project/cck_select_other doesn't provide this either #1135556: select other for term field?
Are there any other ways to do this?
Comment #6
pjcdawkins commented(Since this is now a feature request, I think it's appropriate to re-open it)
Comment #7
danielb commentedsee #1
Comment #8
pjcdawkins commentedTerm reference fields do support creating arbitrary "other" values: the core taxonomy_autocomplete widget already supports this. For some purposes Select (or other) would be a better UI than taxonomy_autocomplete, as it makes the existing options more visible.
I'm not quite sure why you think it isn't feasible, I haven't really done more than repeat the OP.
Comment #9
danielb commentedPrecisely. Reiterating that it is a good idea doesn't really help.
This was originally a bug report that wasn't valid and dealt with as such. Changing it to a feature request without providing any more research or code, is what... a homework assignment for me?
I created this module as an API for developers to use so that I wouldn't have to get involved. The integration features here were provided as patches by other users, and to be honest I'm not too happy about having to maintain those.
Plus I'm pretty sure Drupal 7's FAPI comes with the ability to do much more with 'other' fields, so this module might need to be deprecated or redesigned :( I'd be hesitant to develop features around this model at the moment. I will start a new issue.
Comment #10
mxtThis will be an interesting and usefull feature, already provided by the http://drupal.org/project/taxonomy_other module for drupal 6.
+1 for me to add this functionality in this module too.
Thank you very much for considering this.
Comment #11
spouilly commentedI too, would love to have this feature. As long as users have the ability to add terms in a vocabulary, they should be able to use the "other" to add new terms.
S.
Comment #12
valderama commentedWe would also need this feature.
Comment #13
danielb commentedI would suggest if anyone who wants this can figure out how to do it, start a new project for it?
Comment #14
valderama commented@danielb
In your initial reply to this feature request you said:
I might be missing something, but as there also is the tagging widget which allows new terms to be added, I though an "select or other" approach should work for taxonomy term reference fields as well.
If this is the case, I think it would be better included in this project then starting another. However, I totally understand that anyone who needs this should actually help doing as well and not just requesting it. Means, if it turns out we will need this in our upcoming project I'll definitively try to help implement it.
Comment #15
spouilly commentedHi there,
It seems someone has done just that ...
elithorkelson wrote a module that rely on select_or_other.
see http://drupal.org/node/1208512#comment-5605324
It is a one shot module, and although it is not completely integrated with drupal.org (module is hosted on git, not sure that it gets updated), it gets the job done.
Maybe danielb could consider the integration of this module into select_or_other.
S.
Comment #16
mxtPlease Danielb consider what spouilly said in #15:
Thank you very much for this
Comment #17
francoud commentedI tried the external module in http://drupal.org/node/1208512#comment-5605324, it works and I will maybe use it. Any plan to integrate it in this module?
Thanks :)
Comment #18
kyleoliveira commentedI would be interested in getting this integrated as well. I'm trying to move from Webform to Entityforms and I have a few Select (or Other) Webform Select List components that are filled by taxonomy term lists. Entityforms uses Fields for the form components, so this sounds like it'll be the way to go. I'm anxious about using a random patch rather than the official release (particularly in production), so the sooner this becomes available the better. I would even take a dev release.
Comment #19
Anonymous (not verified) commented+1
as mentioned before - maybe this
http://drupal.org/node/1208512#comment-5605324
module/patch can be integrated?
thanks & greetings
Comment #20
haydeniv commentedSeems to be a popular request so lets make it happen. Marking this issue as a duplicate of #1716764: Incorporate Select or Other Taxonomy module as I got to that one first.