Page 1 of 1

Calendar Module: Displaying Specific Month

Posted: Wed Jun 20, 2007 8:11 am
by asim
Hi,

From the help text that accompanies the calendar module it says that I can start the calendar at a specific month, using the 'month' attribute, however I have done exactly that yet each time I go to my calendar I always land on 'June' (i.e the current month) and not 'Novemeber' which is the month of all my events and the month I'd like the calendar to start at. I have copied my code below that I inserted into my content page, is this correct or am I doing something wrong:

Code: Select all

{cms_module module='Calendar' table_id='big' display='calendar' month='november'}
CMSMS Version: 1.0.6 "Niihau"
Calendar Version: 0.7.8

Thank you.

Re: Calendar Module: Displaying Specific Month

Posted: Wed Jun 20, 2007 9:13 am
by RonnyK
Try month='11'

Ronny

Re: Calendar Module: Displaying Specific Month

Posted: Wed Jun 20, 2007 9:52 am
by asim
Nice one Ronny, not sure that was entirely obvious in the documentation, or weather I was being a bit "doh!" Anyway we have it now for anyone who should have a similiar problem in the future.

Cheers.