Closed (duplicate)
Project:
Content Taxonomy
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 22:22 UTC
Updated:
1 Oct 2009 at 17:48 UTC
My taxonomy fields are appearing in all the content types I have assigned them to, despite the content taxonomy fields that target those same vocabularies, so I end up with double fields for each vocabulary. I upgraded to the latest release but i'm still having the same problem.
Comments
Comment #1
mh86 commentedis this problem new for you since rc1? or same problem with any other release?
sometimes people put contributed modules directly into the /modules folder (where core modules are located), instead of /sites/all/modules. if content taxonomy is located directly under /modules it won't work
Comment #2
blup commentedIm working on a fresh install of D6, and the module is located under sites/all/modules. I installed the b6 version and then i upgraded it to the latest release and in both cases it doesn't work for me. I remember I once found a hack to do it in D5, but was excited i wouldn't have to do anything in this version since the module removes the taxonomy field by itself... i hope i can get it working the way its supposed to.
Comment #3
mh86 commentedit would be very helpful, if you can provide following information
- vocabularies and configurations
- Content Taxonomy fields used and configurations (voc, widget type, 'Save values additionally to the core taxonomy system')
- content type used
- screenshot of the node edit form
Comment #4
blup commentedOK. Here's what i got: I have two vocabularies, 'categories' and 'keywords'. They are both two-level vocabularies assigned to the same content types (User Blog, for example). Categories is required and single-choice, and Keywords are optional and multi-select. Both of these were set with hierarchical select (also tried removing it to see if issue went away, but no). My two content taxonomy fields are set to hierarchical select as well, with the same settings (required/optional), and set to their respective vocabularies. I also set the field name the same as the vocabulary name. I tried making EVERYTHING the same in order to get it to work. I can't provide a screenshot at the moment, but it just shows duplicate form elements (ex. below).
Category:
[dropdown]
Keywords:
[multiselect]
Content:
[textfield]
...
Category:
[dropdown]
Keywords:
[multiselect]
Comment #5
mh86 commentedI mark this as duplicated because of #443892: Hiding Taxonomy Term Forms when using content taxonomy fields not working anymore??
Comment #6
mrwhizkid commentedI'm having the same problem and I'm confused. Why wouldn't we put the module into the /modules directory when the instructions clearly state:
What am I missing?
Edit: Sorry...I guess this is a contributed module that allows us to hide the core taxonomy? Where can I get this?