I'm using CMSms ver 1.8.2 and I upgraded Calendar from 0.7.13 to 0.8.2. I also upgraded the FCKEditor to ver 1.1.0. I didn't notice when, but at some point the calendar function stopped working.
I have this in the page content:
{cms_module module='Calendar' table_id='big'}
Although, FCKEditor converts it to:
{cms_module module="Calendar" table_id="big"}
In any case, neither one is working - any ideas what's up?
Thanks.
Calendar stopped working
Re: Calendar stopped working
You will have to go to the page where calendar is called and change all the strange code to what it should be, and take out the wrapping it...
{cms_module module='Calendar' table_id='big'}
{cms_module module='Calendar' table_id='big'}