Has anyone been able to get this event calendar to work properly?
~B.
Has anyone been able to get this event calendar to work properly?
~B.
I gave up on that calendar. But I did find a great substitute. It's low cost and the developer offers great support. If you have problems installing it, he will install it for you.
It's not meant to be a ZenCart plugin, but you can add the code to an EZPAGE and it will work great! To customers it looks like part of your site. There is a demo on his site...
http://www.availabilitybookingcalend...event-booking/
Oh yeah, breakthrough! Mine was doing the "I'm doing nothing" thing when clicking just about anything. To fix it, I modified the files:
templates/tpl_events_calendar_default.php
and
admin/events_manager.php
Changed all instances of $HTTP_POST_VARS to $_POST and all instances of $HTTP_GET_VARS to $_GET. This got me going to the point where I was able to modify to suit my purposes, I hope it works for you too...
Edit: there's a problem with admin/event_drop_dns.php which is breaking the edit/create page before it can write the buttons. I have simply taken out the "require" reference in admin/events_manager.php as I don't need the product link function.
Hi Slobadog
Are you referring to achieving normal operation or getting the calendar to display a monthly box of events in the centre column?
If the former, I can only say that mine worked straight out of the bag with only the modifications/improvements earlier in this thread. And I have not changed any $HTTP_POST_VARS to $_POST or any $HTTP_GET_VARS to $_GET, nor removed any "require" references.
The later is correct. I'm starting to think the differences between all the instals is in the versions of MySQL and PHP. I'm running fairly recent versions of both. I now (after much messing around) have the calendar doing exactly what I want. When I go live I'll post a link if you like.