Closed (fixed)
Project:
Event
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2010 at 19:39 UTC
Updated:
12 Mar 2010 at 10:50 UTC
I'm having a small problem with the teaser view of the event cal. It's very important that the taxonomy terms are included in our teaser view but I can't for the life of me figure out how to make this happen.
Any help would be greatly appreciated!
Thanks in advance!
Comments
Comment #1
K-Max commentedTry using the template files that are included with the module (like event-node-month.tpl.php) and copy them over to your theme and modify those to include what you need. They all (presumably) will include the $node object so you should have access to your terms.
Comment #2
killes@www.drop.org commentedYep, $node and a lot of other variables should be present.