[SOLVED] CGcalendar: More minute options when adding a new event
-
- Forum Members
- Posts: 22
- Joined: Sun Apr 04, 2010 5:37 pm
[SOLVED] CGcalendar: More minute options when adding a new event
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.
Last edited by The Shadow on Sun Sep 05, 2010 9:24 pm, edited 1 time in total.
Re: CGcalendar: More minute options when adding a new event
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
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
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
-
- Forum Members
- Posts: 22
- Joined: Sun Apr 04, 2010 5:37 pm
Re: CGcalendar: More minute options when adding a new event
Major thanks Cherry!!!