I have been unable to get CCK Taxonomy to work with the default taxonomy/term view. Should the default taxonomy/term view work with CCK Taxonomy?
When trying to get my taxonomy term pages to display, I did a clean install of Drupal 5.3 with CCK, CCK Taxonomy 5.x-1.2, and Views. I tried Views 1.5 and 1.6 and neither seemed to help create this view.
I also tried to get the normal taxonomy view to work under categories in the administrative menu(mysite.com/admin/content/taxonomy/1) after disabling Views. When I go to my list of terms under categories in the administrative menu (myslte.com/taxonomy/term/1), none of the links appear to be correctly aggregating content. Each page displays the "There are currently no posts in this category" message.
Please let me know if there is any other information I can provide.
Thanks,
Julia
Comments
Comment #1
chadchandler commentedI'm 95% sure the answer is no, simply because this module creates a new "taxonomy-like" structure in the CCK table.
If your using the default taxonomy/term view , It's not looking in the CCK table for term associations.
Try creating a custom view, either manipulating views or custom php code. Or you could try the Content Taxonomy module, as it allows you to save the "Tag" into the CCK table and into Tags.
Comment #2
JuliaKM commentedThanks for the feedback. I'm going to close the issue since it sounds like CCK Taxonomy can't use the taxonomy/term view.