Quote from: highpointdesign at Jan 15, 2011, 11:58 AM
Hi Charles-
I was very excited to find this module!! Thanks for all of your hard work!!
I have set this up on a test site and I ran into a couple of issues-
Repeating events and multi-day events don’t show the correct start time in list view. (see http://testsite2.softsolutionshv.com/calendar.html - look in the sidebar- radio show is a repeating event, festival is a multi-day event )
I can’t get google maps to display in the ajax details popup window. I set map width and height to a pixel value, and the Google map displays fine when mxcAjaxPageId is null (http://testsite2.softsolutionshv.com/calendar.html), but the map does not display at all when $mxcAjaxPageId is set and the details come up in a modal window (http://testsite2.softsolutionshv.com/calendar2.html - all of the purple events (concerts) should display a map.). Do you have any idea what I may have done wrong?
I also have a few questions-
Is there any way to have a 12 hr, am pm choice in the time picker? The "24 hour display (mgr)" true/false toggle seems to have no effect. I went into mxCalendar.tpl.php and changed the display format to read am/pm, but can’t see how to change the actual timepicker to a 12 hour format.
Is there any way to leave the end date blank if it is not needed? I tried adding allowEmpty: true, to line 73 of mxCalendar.tpl.php, but it doesn’t seem to do anything- it still forces an end date on save.
Any plans to add a color picker to the categories tab foreground and background colors? I tried to see if I could figure out how to add mooRainbow which I have used on more traditional pages, but I am not a good enough coder to figure out where it all should go in this module.
Thanks again, Charles!! If I can iron out these little issues it will be great to not have to use google calendar for all of my clients!
Teri
Let me address them one-to-one I hope:
Issue
1) Repeating events and multi-day events don’t show the correct start time in list view.
1a) Depending on the type the start time is calculated differently; for multi day events it will actually start at the next day 12am, which has been fixed in the latest development version, but not yet released in the package that uses the actual start time for mutli day events. The repeat event should inherit the parents start time so I’ll dig into this more.
2) I can’t get google maps to display in the ajax details popup window.
2a) Correct, this is a know issue and no solution is in place yet to fix this.
3) Is there any way to have a 12 hr, am pm choice in the time picker?
3a) The current solution would be to change your configuration to use the "Advanced Date Entry" by setting this to "true" which will allow manual input of datetime.
4) Is there any way to leave the end date blank if it is not needed?
4a) This was a previous enhancement request and is updated in the current development version, but not released in the package yet,will be in next release package.
5) Any plans to add a color picker to the categories tab foreground and background colors?
5a) Ah yes, that I’ve had on the list, just haven’t gotten around to it.
As always if you find the module useful please help by donating.
cheers