I havent used Content Taxonomy Autocomplete module, but if you use free-tagging, new terms can be created with the module. Also, the Hierarchical Select module allows users to create new modules
Thanks sejtraav
but when i use free tagging, i can tag new term.
The problem is it's when i click on the tag, it doesn't show me article on it
for example on tag A, there should be article "1" and "2" being tag with tag "A", but it shows nothing
So, clicking the term doesnt take you to a listing of nodes tagged with that term? That sounds like it could be a problem with a Taxonomy Term View, or in your node.tpl.php maybe. Have you changed anything in those areas?
What do you see when you click the link?
you can check on this site
http://worshiportal.com/drupal-6.16/
most of the link on the left. it said the page is not available.
only the contemporary link is working. That's because on the taxanomy setting i tick on the content types of where the taxanomy should go. By doing that means I have to input 2 times
This is my example setup
for taxanomy Genre:
-vocabulary name: genre
-description:
-Help Text:
-Content Types:
-Settings: Tags, Multiple Select
-Weight:0
and now my CCK Setup:
-field_name: field_genre
-Label: Genre
-Field Type: Content Taxonomy Fields
-Widget Type: Autocomplete (Freetagging)
-Freetagging Settings: Allow and insert new terms by user into the vocabulary
-Extra Parent for new terms: ---
-Maximum length of autocomplete: 255
-Global Setting: Required
-Number of values: Unlimited
-"on" -> Save Values additionally to the core taxanomy system (Into the 'term_node' table)
-Vocabulary: Genre
-Parent Term: ---
Depth of taxonomy tree:
I have issues on using tagging
I wonder if you can setup so that user can define the tag term, without the admin have to create. and if there's new term. it will just create a new term.
I use this module "Content Taxonomy Autocomplete" and "noderefcreate" . It help me to generate term, but then it's not connected to content. for example on this case i have this data: title: ABC tag term: 123.
I don't have tag term '123', but with that module it will create tag term '123'
The problem is this. The tag term 123 is not connected to the title ABC, so when i click the term 123. it display nothing.
Can anyone help me to solve this problem?