Needs review
Project:
CCK Select Other
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Aug 2010 at 08:30 UTC
Updated:
16 Nov 2010 at 15:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
mradcliffeI'm sorry I haven't replied to this yet. I can try to take a look at this when I can.
Comment #2
avdp commentedHi, this would be a very useful feature!
Comment #3
that0n3guy commentedI posted a patch here: http://drupal.org/node/967128 for Select (or other).
Comment #4
mradcliffeThere may be more use cases other than Content Taxonomy. I think cck_select_other_options should call a hook to add options, and possibly, another hook be called in _process to do #793024: Option to Add Other Values entered into select list.
Comment #5
mradcliffeHere's a patch that will add the necessary hooks to integrate Content Taxonomy. I also have attached a zip file with a sample working module to do this. You can make a Content Taxonomy field with the Select Other widget!
First patch cck_select_other dev version with "patch -p0 < cso-898246-hooks.patch" if on UNIX system. Then, unzip the sub-module into your sites/all/modules directory and enable it. Clear cache too.