Calendar module

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Calendar module

Post 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!!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Calendar module

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Calendar module

Post 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...

®
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
- + - + - + - + - + - + -
Image
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post 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!
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post by alexvisa »

Oh... problem solved - i used display=list instead of display=calendar...
i feel like complete lamer :)
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Calendar module

Post by Rolf »

Cool!  :D

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
- + - + - + - + - + - + -
Image
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post 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?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Calendar module

Post 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...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post 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?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Calendar module

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post by alexvisa »

thank you :)
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post by alexvisa »

how to paint today's date on calendar for example in red ?
thank you!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Calendar module

Post by Rolf »

Add text-color to the Calendar Stylesheet:

Code: Select all

#big .calendar-today
{
  font-weight: normal;
  background-color: #fc9;
  color: #f00; <----------------
}
®olf  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
alexvisa
Forum Members
Forum Members
Posts: 10
Joined: Thu Mar 05, 2009 6:19 pm

Re: Calendar module

Post by alexvisa »

Thank you!
Post Reply

Return to “Modules/Add-Ons”