Due to a ridiculous amount of spam, I have had to deactivate the forum registration. Most issues have been covered *somehwere* on this forum. If you can't find an answer to your issue, please send me an email via the main site contact form.
If you are referring to the date that is displayed when you hover over the dates in the calendar, try the following: In ac-includes > functions.inc.php , replace these lines (ln 126 & ln 127): if(AC_DATE_DISPLAY_FORMAT=="us") $date_format = $month."/".$day_counter."/&quo...
If you have this JavaSCript code to detect the device: var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())); if (mobile) { window.location = "reservations_m.html" } you could just use that same code to define the number of mont...
Hi, This is due to changes in the PHP version that you have on your server. In later versions, this function has been depreciated. I presume that you are not using the latest version of the calendar script as this error has been fixed. To fix this error you need to open the ac-admin > admin-logout.p...
One thing to note is that, if you upgrade the code this way, as you are not modifying the database, the version number will still appear to be the same as the initial version that you installed. This does not affect the code in anyway but is worth bearing in mind if you run into problems and require...
The database has not been changed so uploading the new files *should* be enough to upgrade the version. As you say, make sure that you make a backup of your files, especially the config file and the css files if you have made any changes. Ideally I would recommend making a back-up of the database. H...
Hi, To modify or add to the am and pm state colours you need to modify the background image sprite that the code uses. If you are adding new states, you will need to adjust the CSS positioning accordingly.
Hi Alastair. I'm afraid that at the moment I am unable to release a new version of the script. However, to resolve this issue please replace the entire contents of the ac-admin > admin-logout.php file with the following code: <?php // Initialize the session. session_start(); // Unset all of the sess...