Page 1 of 2

Calendar module

Posted: Thu Mar 05, 2009 6:22 pm
by alexvisa
Hello!

I have a problem - I need calendar module just like this one:
http://school.long-island.lib.me.us/ind ... 7_calendar

Is that standart Calendar module or some kind of addon?

Cannot find. Please help. Standart Calendar module shows just event list - its not exactly that is needed. Thank you!!

Re: Calendar module

Posted: Thu Mar 05, 2009 6:34 pm
by Rolf

Re: Calendar module

Posted: Thu Mar 05, 2009 6:46 pm
by alexvisa
frankly speaking i thought this module does not work at all. i've installed it, added to some page + addede some events - does not work

Re: Calendar module

Posted: Thu Mar 05, 2009 7:03 pm
by Rolf
Ohh...  :-\
The CGCalendar is brand new, I haven't used it myself yet.

I still use the 'old' Calendar module on one of my sites. ####
It works ok, but on this module isn't going to be any development anymore. So I wouldn't recommend it to start with...

®

Re: Calendar module

Posted: Thu Mar 05, 2009 7:08 pm
by alexvisa
Rolf wrote: Ohh...  :-\
The CGCalendar is brand new, I haven't used it myself yet.

I still use the 'old' Calendar module on one of my sites. http://www.obszeijen.nl/kalender.html
It works ok, but on this module isn't going to be any development anymore. So I wouldn't recommend it to start with...

®
I need at least a temporaru solutions that works today. As CGCalendar will proceed to stable release I can always turn back to it....

Your Calendar is realy nice. How can you display events in such format with days of current month? With standart template it shows row after row just like news module.

Where can I get this template? I guess it should be somewhere? thank you a lot!

Re: Calendar module

Posted: Thu Mar 05, 2009 7:13 pm
by alexvisa
Oh... problem solved - i used display=list instead of display=calendar...
i feel like complete lamer :)

Re: Calendar module

Posted: Thu Mar 05, 2009 7:18 pm
by Rolf
Cool!  :D

Btw. the url in your first reaction is that your website?
CMSMS Version 0.12.1  ???
If yes, please upgrade

®

Re: Calendar module

Posted: Thu Mar 05, 2009 7:22 pm
by alexvisa
no, not mine... I just found it when I was searching the net for Calendar for CMSMS...

btw it is possible in Calendar to make link to even be not to admin panel but to event itself on the website page?

Re: Calendar module

Posted: Thu Mar 05, 2009 7:26 pm
by Rolf
no, not mine... I just found it when I was searching the net for Calendar for CMSMS...
;D Good!
btw it is possible in Calendar to make link to even be not to admin panel but to event itself on the website page?
I dont understand your question...

Re: Calendar module

Posted: Thu Mar 05, 2009 7:36 pm
by alexvisa
strange but from beginning links from events were to admin panel :)

possible somehow not to show event titles in calendar mode? so that only links on dates and links then to event list?

Re: Calendar module

Posted: Thu Mar 05, 2009 7:53 pm
by Rolf
You can change the templates in the Calendar-admin to your wishes.

This one I think  ::)

Code: Select all

{*
{$event.event_title}
*}

®olf

Re: Calendar module

Posted: Thu Mar 05, 2009 9:20 pm
by alexvisa
thank you :)

Re: Calendar module

Posted: Fri Mar 06, 2009 8:56 pm
by alexvisa
how to paint today's date on calendar for example in red ?
thank you!

Re: Calendar module

Posted: Fri Mar 06, 2009 9:03 pm
by Rolf
Add text-color to the Calendar Stylesheet:

Code: Select all

#big .calendar-today
{
  font-weight: normal;
  background-color: #fc9;
  color: #f00; <----------------
}
®olf  :)

Re: Calendar module

Posted: Fri Mar 06, 2009 9:15 pm
by alexvisa
Thank you!