 |
|
Quick instructions if you wish to use the Webcalng admin interface to update the main page calendar settings.
Note that this product has been changed for local site usage and you may need to edit files directly in some cases.
|
|
The Webcalng main page calendar admin interface can be found in the php script located at:
/var/www/html/calendar/cl_files/index.php
By default this file will not load correctly. This is because the file:
/var/www/html/calendar/cl_files/calendar.php
needs to include the file /var/www/html/include/local_functions.php, but this file is already included on the main page of the site from which the calendar is normally called.
Thus, you should edit the calendar.php file directly and uncomment the line which reads:
//include_once('/var/www/html/include/local_functions.php');
Once you are finished using the interface, comment this line back, otherwise the main page on the site will fail.
|