Hi, clearly it depends on the server. In most cases I have worked on the calendars load in matter of a couple of milliseconds. It may also depend on whether or not there are other things going on on the page at the same time.
Hi, This actually should be fairly simple as the code is already prepared for the number of months to be overridden if required. All you need to do is defined the $_GET["num_months"] variable BEFORE you include the calendar file in your code. eg. $_GET["num_months"]=1; $the_file=...
Hi, Your "Late Dinner" state appears to be using the "offer" class. In the css file, you have not added this class to the list of classes that use the background image so the first thing that you need to do is add that so that these lines: .cal_month ul li.booked_am, .cal_month u...
Hello, The users can really only administer their own calendar. If you don't want them to be able to add more items, you can commento out this line (ln 19): $menu[2]["local"]["items"] = array('href'=>'','txt'=>''.$lang["admin_items"].'','icon'=>''); in the ac-admin > ad...
Hi, THe gmmktime() was added to resolve a previous issue with date() as at some point PHP decided that this was not safe. I would be greatful if you could point me to the current php method of defining the time in a generic manner (ie without it having to be set manually for each installation). In t...