Active
Project:
Taxonomy hide
Version:
6.x-1.02
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 May 2011 at 19:23 UTC
Updated:
12 Jul 2011 at 09:20 UTC
I would like to hide the taxonomy tagging terms that automatically display on the nodes, so I can rearrange the positioning of the term display using contemplate. But, if I hide all vocabs of each content type, my contemplate codes to print out taxonomy terms don't work. If I leave at least one taxonomy vocab unhidden (by taxonomy hide module), the contemplate codes seem to work fine.
Is there anyway that I can hide ALL vocabs using the taxonomy hide module, but yet I can still display them with contemplate codes?
Thanks in advance.
Comments
Comment #1
mvidelgauz commentedHi!
I had a similar task and used CCK computed field to make terms available to contemplate while they are hidden by this module. Later I found another module - "Content Taxonomy Term List" that might be a better approach but I didn't try it yet.