I'd love to have this module integrated with the Calendar module. My php knowledge is unfortunately not enough to make any code work myself, but I'd love to assist in any way possible.
However, there hasn't been much activity on this module for a long time. Is it still maintained?
Comments
Comment #1
marcushenningsen commentedI just implemented this with the calendar module. I wanted to show a left border with a color dependant on taxonomy term.
From the calendar module I copied calendar-month-node.tpl.php from the theme folder. Then I added changed the markup to look like this:
Clear your cashes, and colors should show up on the month view. I suppose this would work for colors based on node type, too. If you want colors on your week view, you need to edit the calendar-week-node.tpl.php. I hope this helps, feel free to ask.
Marcus
Comment #2
asinnema commentedHi Marcus,
this was a big help - however, how do I change the code to use the taxonomy color, instead of the node color? Any help would be appreciated :)