Calendar module has lost connection to its stylesheet

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.
Locked
reidjazz

Calendar module has lost connection to its stylesheet

Post by reidjazz »

Running CMSMS 1.0.4 on an Apache 2.0 websever and using Calendar module 0.7.7

This morning, woke up to make some changes to calendar style sheet, and when I applied, lost all calendar styles.

I looked through my stylesheet to make sure there wasn't a stray '{' or '}', but found none (although I'll bet this is it, and I'm not seeing it).

I then, dettached, then REattached the stylesheet to the template I'm using...no go.

I then uninstalled, removed then reuploaded Calendar 0.7.7. and reinstalled it, reapplying the default Calendar CSS Example stylesheet...no go.

The page in question is http://www.reidjazz.com/sounds/gigs/

I suspect the answer is easy...but I've had no luck discovering it. :(

Any help is greatly appreciated

Kind regards,
Todd
Last edited by reidjazz on Sat Jan 27, 2007 6:38 pm, edited 1 time in total.
heatherfeuer

Re: Calendar module has lost connection to its stylesheet

Post by heatherfeuer »

Exactly what tag did you use on the page to call the calendar module?  Did you include a table_id='someid'?  If you don't put in the id, it can't pick up the correct styles from the calendar style sheet.
reidjazz

Re: Calendar module has lost connection to its stylesheet

Post by reidjazz »

heatherfeuer wrote: Exactly what tag did you use on the page to call the calendar module?  Did you include a table_id='someid'?  If you don't put in the id, it can't pick up the correct styles from the calendar style sheet.
The tag I used to call the calendar module is:

{cms_module module="Calendar" table_id="big" first_day_of_week="0"}

Thanks,
Todd
reidjazz

Re: Calendar module has lost connection to its stylesheet

Post by reidjazz »

Well, something in that tag was the culprit...I went to the Calendar help page, copied the following and pasted it into my page:

{cms_module module="Calendar" table_id="big"}

Thanks for pointing me to the tag...

Todd
heatherfeuer

Re: Calendar module has lost connection to its stylesheet

Post by heatherfeuer »

Who knows?  :) Glad it's working now!  Although... it looks like there isn't anything different.  I've noticed too, that it sometimes helps to use single quotes in the tags.
Locked

Return to “CMSMS Core”