Calendar module
Calendar module
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!!
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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Calendar module
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
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...
®
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...
®
Last edited by Rolf on Sat Sep 19, 2009 8:39 pm, edited 1 time in total.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Calendar module
I need at least a temporaru solutions that works today. As CGCalendar will proceed to stable release I can always turn back to it....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...
®
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
Oh... problem solved - i used display=list instead of display=calendar...
i feel like complete lamer
i feel like complete lamer

Re: Calendar module
Cool! 
Btw. the url in your first reaction is that your website?
CMSMS Version 0.12.1 ???
If yes, please upgrade
®

Btw. the url in your first reaction is that your website?
CMSMS Version 0.12.1 ???
If yes, please upgrade
®
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Calendar module
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?
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
no, not mine... I just found it when I was searching the net for Calendar for CMSMS...

I dont understand your question...btw it is possible in Calendar to make link to even be not to admin panel but to event itself on the website page?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Calendar module
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?

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
You can change the templates in the Calendar-admin to your wishes.
This one I think
®olf
This one I think

Code: Select all
{*
{$event.event_title}
*}
®olf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Calendar module
how to paint today's date on calendar for example in red ?
thank you!
thank you!
Re: Calendar module
Add text-color to the Calendar Stylesheet:
®olf 
Code: Select all
#big .calendar-today
{
font-weight: normal;
background-color: #fc9;
color: #f00; <----------------
}

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Calendar module
Thank you!