Calender summaries

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Calender summaries

Post 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
Last edited by Dr.CSS on Wed Apr 26, 2006 7:33 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Calender summaries

Post by Dr.CSS »

So i take it by the lack of replies there is no way to do this?

    mark
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Calender summaries

Post 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 ==""}
Greg
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Calender summaries

Post by Dr.CSS »

still no Summary in 'Big' calendar Link

    mark
katon

Re: Calender summaries

Post 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.
Post Reply

Return to “CMSMS Core”