Page 1 of 1

[SOLVED] CGcalendar: More minute options when adding a new event

Posted: Sat Sep 04, 2010 4:42 pm
by The Shadow
I am using CGcalendar version 1.5.2 with CMSMS version 1.7.1, and when I add an event CGcalendar only gives me the minute options as: 00, 15, 30, and 45.  I need to more minute options, such 00 to 59, that way I can set start and/or end times at say 2:40 PM or 2:55 PM; but unfortunately I don't know how to add this option.

Re: CGcalendar: More minute options when adding a new event

Posted: Sun Sep 05, 2010 12:02 am
by Dr.CSS
If you can't code it yourself you may have to get with the developer and sponsor it... $

Re: CGcalendar: More minute options when adding a new event

Posted: Sun Sep 05, 2010 7:31 am
by Cherry
check the templates folder and search for text 'minute_interval=15'
you'll find it in
admin_add_event.tpl
and
orig_editevent_template.tpl ( CCalender 1.5.2)
change '15' to whatever you need


Hope that helps
Cherry

Re: CGcalendar: More minute options when adding a new event

Posted: Sun Sep 05, 2010 9:23 pm
by The Shadow
Major thanks Cherry!!!