Hi Chris, No problem at all, thanks for our response. In the meantime I have been experimenting with the admin-logout.php file and replaced the two functions with newer ones. It seems that this works, no errors come up and after logging out you're logged out. ;-) Complete code as: <?php session_star...
In a previous version of AAC that I installed on a website I forgot about, it did work. I traced it down to the file mootools-cal-public.js. In the current version of AAC this file has the same version nr. 3.03 However the old version had the same nr but had 90 rows code more. In the old version the...
I needed the frontend of the calendar to be responsive in order to make it mobile compatable. To do that, you just need to make some minor changes to the stylesheets. The red text is added or changed. The width of the divs have been changed by me to fit my altered text. So keep your dimensions as th...
I'm trying to open the preview calendar from within the admin menu in a new browser window. It seems I've located the code in the file: admin-menu.inc.php The code line seems to be: $menu[1]["common"]["see_web"] = array('href'=>''.AC_CALENDAR_PUBLIC.'','txt'=>''.$lang["see_w...