Page 1 of 1

Quick questions about Calendar

Posted: Wed Aug 29, 2007 11:39 pm
by stopsatgreen
1. What code do I need to use to add a message if there are no events for that month in the 'list' view? Something like this:

Never mind, found the solution to this. It's:

Code: Select all

{if $events|@count == 0}
<p>Sorry, there are no events this month.</p>
{/if}
2. Is there a way to have the month names instead of Prev/Next; that is, if the month is August, to have the link to July/September instead?

Apologies if these have been asked before; I did a search but couldn't find the answer.

Re: Quick questions about Calendar

Posted: Fri Oct 05, 2007 1:47 pm
by stopsatgreen
Just giving this a bump, as I need an answer...

Re: Quick questions about Calendar

Posted: Wed Oct 24, 2007 11:47 am
by stopsatgreen
Anutha bump... can anyone give me an answer? Even if it's a no?