Active
Project:
Taxonomy Enhancer
Version:
5.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2008 at 06:19 UTC
Updated:
10 Oct 2008 at 19:02 UTC
can you give me some help about this ....
Comments
Comment #1
webworks-1 commentedi need to output them to my frontend pages , such as in : /?q=taxonomy/term/1
Comment #2
nicholasthompsonThe way I find easiest to do this is via the Views module.
Say, for example, you define a new field called "header" for a vocab. In the View you have for taxonomy/term, go to the page view and expand the Header section.
In there you need to set the input filter to PHP and enter something like the following into the box (including the <php and ?>)...
Does this help?
Comment #3
thill_ commentedI need some more help with this, i am not adding it in a view, but rather page-catalog.tpl.php where catalog is my vocab (ubercart)
I created a field called catalogtitle to enbed a field to be used for the Page Title.
In my tpl file i put the following. This is not outputting anything. Am I missing or not seeing something?
Thanks