Needs review
Project:
Content Taxonomy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Dec 2007 at 16:21 UTC
Updated:
16 Jun 2010 at 18:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
zmove commentedI would love to see this feature too. Content taxonomy is a must have.
Comment #2
Crell commentedPatches would be welcome. I have no bandwidth to work on this myself.
Comment #3
Witch commentedthat would be great!
subscribe
Comment #4
skizzo commentedafter moving all of my tags to CCK content_taxonomy fields
in Drupal 6, I could not use Suggested Terms any more :-(
I hope someone can implement CCK support.
Subscribing.
Comment #5
ksc commentedSubscribing. It would be great if Suggested Terms would work with CCK Content Taxonomy.
Comment #6
Crell commentedThat would probably be best done as a new widget in CCK Content Taxonomy. It has no relation to the taxonomy UI, which is what this module does. An implementation for Content Taxonomy would likely duplicate most of the functionality here, including the Javascript.
I'm bouncing this over to Content Taxonomy as it has no bearing on Suggested Terms proper.
Comment #7
Crell commentedAnd a better title so the Content Taxonomy maintainers know what we're talking about... :-)
Comment #8
esmailzadeh commentedapply this patch:
add these lines after line 187 below of
( array_unshift($element[$field_key]['#element_validate'], 'content_taxonomy_autocomplete_validate');
)
in content_taxonomy_autocomplete.module file:
Comment #9
Crell commentedThat is not a patch. See http://drupal.org/patch/create
Comment #10
AntiNSA commentedAnyone tried this?
Comment #11
yan commentedHere's a patch. I not very experienced with making patches, so please tell me if something is wrong. I created it from the module directory, not the Drupal root.
For me it works, but when I change the suggested terms settings to "Most recently added", I get an error message:
But it seems to be a problem of the suggested terms module, not the patch.
Comment #12
esmailzadeh commentedif you use a source control client, this made patch automatically for you