I find this module (http://drupal.org/project/content_taxonomy) extremely useful. Would there be any way to add support for it in your module?
ta
I find this module (http://drupal.org/project/content_taxonomy) extremely useful. Would there be any way to add support for it in your module?
ta
Comments
Comment #1
cyu commentedI don't have any motivation to code that up, but I would welcome a patch that added this support.
Comment #2
Matto commented+ $0.02 - The additional functionality suggested here by castawaybcn would be very useful for me too. But I don't have the skills to help with a patch.
Comment #3
summit commentedSubscribing, would be great to have cck_content_taxonomy support also!
greetings, Martijn
Comment #4
malberts commentedI found a way that *seems* to be working.
Look in option_trim.module and look for lines that look like:
and then add
after that.
I'm not going to make a patch for this right now. It seems to be picking up the values in the Content Taxonomy Select list. I haven't tested it any further than making it trim some values in a node and then saving the node/opening it and it looked fine. The added line will only work for the CT Select list widget. I haven't tried to make the other widgets work.
Comment #5
castawaybcn commentedAlthough I have not tested it thoroughly the trick proposed by malberts seems to be working just fine.
Thanks so much!!
Comment #6
rburgundy commented+1 subscribing
Comment #7
rdeboerAlso very much after this feature.
Tried the patch by malberts in #4 of this thread. But doesn't work.
That patch dates back to before the current 6.x-2.2 release, which is what I'm using.
Comment #8
cyu commentedI never got around to looking at this, but was assuming that taxonomy field worked like most of the other reference fields in having elements stored in a way that requires a special case. That was not the case.
So 3.5 years later, I've committed that one line patch. http://drupalcode.org/project/option_trim.git/commitdiff/17f85db