This is looking very promising, as I’ll need to deal with events pretty soon on a site!Warning: XMLReader::open() [xmlreader.open]: Unable to open source data in /blahblah/assets/modules/mxCalendar/mxCalendar.class.php on line 1943 Warning: XMLReader::setParserProperty() [xmlreader.setparserproperty]: Invalid parser property in /blahblah/assets/modules/mxCalendar/mxCalendar.class.php on line 1944 Warning: XMLReader::read() [xmlreader.read]: Load Data before trying to read in /blahblah/assets/modules/mxCalendar/mxCalendar.class.php on line 1945

$_lang["btn_update"] = 'Update';
define('_mxCalendar_btn_update','Update');
I’m having a couple of issues that I think have to do with the event.detail.html
VERY happy so far with this, this is exactly what I’ve been looking for. I’m no php expert (but I’m learning bit by reading and learning to "playing" in Modx) I noticed that the link back to calendar isn’t working for me [+mxcEventDetailBackToCal+]
The Time and Location placeholders are appearing fine in the Event however I have no Title [+mxcEventDetailTitle+] displaying or as it appears is known the Google Maps [+mxcEventDetailGoogleMap+]
And my Categories don’t seem to work. I’ve tweeked and played and got the Template themed how I want it, even if I could just get the label Event Title to appear in the Event Details page I’d be clicking my heels.
I’ll keep plugging away at it, I was just hoping that maybe you could shed some light on these. I added the label "Event Details" statically in the theme and removed the categories section until the bugs are worked out. Even not fully functioning for me it is good enough for what I need. Getting Google Map functionality and Categories would be the icing on the cake. It is almost exactly what I was looking for in an Events Calendar THANK YOU! Your efforts are greatly appreciated!
I have the same errors as samba.
I’m afraid that "24 hour display (mgr)" option still not working as expected. OK it works now for add/edit events, so there are proper dropdown boxes, but in the Events tab we still got time displayed in am/pm format.
Is there any chance to change lang files format to the standard one? I’m talking about the same format like in MODx itself. It will be more convenient for translation - there are tools like ’phpLangEditor’ add-on for Firefox which is really helpful. I think about something like that:
$_lang["btn_update"] = 'Update';
rather than:
define('_mxCalendar_btn_update','Update');
the 24 hours manager config was built to ease the event entry and the display in the listing is formatted to the assigned Event List Display Options > Start TimeStamp and End TimeStamp format as used by PHP strftime. The thought being to provide admin an actual datetime out put format that the end user will see.
I’m looking to move the language options into the database and do away with the external language file, this would then allow language administration via the manager backend and no manual file updates.
@fixedmachine - I see validity in both request and will taken them under strong consideration for the next release.
OK. I know about that setting, but I’m talking about event list in the events tab in mxCalendar module not the output "event list". I think that 24 hours (mgr) setting should be used everywhere inside manager so that it’s consistent. If one wants to use 24h format one wants to use it everywhere not only in add/edit tab![]()
BTW. I think that we need parameter for output, not a global setting for time format. If we’re creating multilingual site in one language we could use 24h format and in other am/pm. Now, without hacking the code it’s impossible right?