Page 1 of 1

Calender summaries

Posted: Wed Apr 26, 2006 7:31 am
by Dr.CSS
OK i've look thru page after page on this in search and found no help ,,
how do you make the summaries show up in the 'big' calendar,, i've tried every combo of summaries= that i've found and a few i made up and no luck so far,,  :(

  mark

  btw, i look at the full year of the caledar up top here,, you all a bunch of young whipper snappers,,  :D

Re: Calender summaries

Posted: Sun Apr 30, 2006 10:34 pm
by Dr.CSS
So i take it by the lack of replies there is no way to do this?

    mark

Re: Calender summaries

Posted: Sun Apr 30, 2006 10:51 pm
by Greg
Remove

Code: Select all

 && $event.event_details ==""
From the Event template in this line (close to 3/4 down)

Code: Select all

{if $event.event_summary !="" && $event.event_details ==""}

Re: Calender summaries

Posted: Mon May 01, 2006 12:20 am
by Dr.CSS
still no Summary in 'Big' calendar Link

    mark

Re: Calender summaries

Posted: Mon May 01, 2006 6:33 am
by katon
In the template code, I replaced

Code: Select all

<li><a href="{$event.url}">{$event.event_title}</a></li>
with

Code: Select all

 
<li><a href="{$event.url}">{$event.event_summary}</a></li>
and got the summary instead of the title.