Calendar Template

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
slentz
New Member
New Member
Posts: 5
Joined: Sat Sep 22, 2007 10:26 pm

Calendar Template

Post by slentz »

Running CMSMS 1.2.3 along with the calendar module.  Want to have 2 calendars...one small in the sidebar and a larger full page version.  I have the small sidebar calendar working perfectly but am having problems with the display for the large version...I am only able to access one template ...sidebar template, which does not display dates. 

Is it possible to access a second calendar template?  The default template is what I need for the large calendar but I can't figure out how to call it in the tag.

Hope this was clear!  Any help will be greatly appreciated!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Calendar Template

Post by Dr.CSS »

anyone?
leslie894

Re: Calendar Template

Post by leslie894 »

mark wrote: anyone?
Way more info is required before I could help on this. If he is calling the calendar correctly then the default template will be used unless he has replaced it with his sidebar template which I imagine is what he did.

I did work out (more or less) a sidebar calendar coupled with a larger version calendar for another forum member about a month ago in

http://forum.cmsmadesimple.org/index.ph ... 635.0.html


There's an ugly workaround to the problem of two templates discussed in

http://forum.cmsmadesimple.org/index.ph ... 404.0.html

I needed two templates as my two different views were radically different. Usually CSS should suffice in producing two different table views. Using

Code: Select all

display:none
in the stylesheet will prevent things from displaying.


Incidently, Mark, I didn't answer this one back in February because I was new to CMS myself in February :)
Post Reply

Return to “Layout and Design (CSS & HTML)”