CGCalendar retrieving category of an event

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

CGCalendar retrieving category of an event

Post by staartmees »

to retrieve the category of an event in the calendarview I use

Code: Select all

{foreach from=$event.categories key=category item=item}{$item.category_name}{/foreach}
My problem: an event with categorycode 21 or 22 or 23, $item.category_name always return 2 as code instead of 21 or 22 or 23
Post Reply

Return to “Modules/Add-Ons”