Calendar as Big and get event details to show

General project discussion. NOT for help questions.
Post Reply
Alpdog14

Calendar as Big and get event details to show

Post by Alpdog14 »

I have a calendar which is set to display the calendar and big style. I have event details in the event but how do I get the details to appear under the number date. I am using this line:

{cms_module module='Calendar' table_id='big' first_day_of_week='0'}

but what parameter for the big id lets the details of each event show. Any advice would be appreciated.

Thanks
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Calendar as Big and get event details to show

Post by Nullig »

The calendar template controls what is shown - specifically, this section:

{foreach from=$day.events item=event}
{$event.event_title}
{/foreach}

This displays the Event Title, with a link to the detailed info for the event. You could change this to show other info like {$event.event_summary} instead of {$event.event_title}.

Nullig
Alpdog14

Re: Calendar as Big and get event details to show

Post by Alpdog14 »

Hi Nullig, Thank you so much, this worked perfectly, you are awesome.
Post Reply

Return to “General Discussion”