Hi,
Excuse-me I'm French and I don't speak english very well...
I think it would be interesting to make it compatible with Content Taxonomy and very usefull ;)
It's just an idea ;)
In any case, thank you for this module ;)
Best Regards

Comments

mradcliffe’s picture

Assigned: Unassigned » mradcliffe

I'm sorry I haven't replied to this yet. I can try to take a look at this when I can.

avdp’s picture

Hi, this would be a very useful feature!

that0n3guy’s picture

I posted a patch here: http://drupal.org/node/967128 for Select (or other).

mradcliffe’s picture

There 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.

mradcliffe’s picture

Status: Active » Needs review
StatusFileSize
new1.22 KB
new4.45 KB

Here'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.