Portal Home > Knowledgebase > Customizations


Bypass the login screen?
Version 7:   Add the following code to your page. Adjust the path, email address, password and...
Can I change the colors and layout?
Yes. You have complete control over how the final calendar appears on your web site. You can...
Can not change the theme (missing selection form)
If the Setup Manager will not allow you to change the theme (there won't be a form drop-down...
Customizing languages
The month and day names that display on the calendar can be customized to fit most any language...
Event Manager startup at current month
The Event Manager by default opens with the previous, current and next months events displayed....
How do i add a Category Drop-down Filter?
Please see the instructions for using the included Filter plugin.
How do I add a Date Selection Drop-down Menu?
<?php$mo=$_REQUEST[mo];$yr=$_REQUEST[yr];if (!isset($mo) || $mo<1 || $mo>12 ||...
How do I show the complete title when using TOC mode?
Open the esstyle.css file in the theme directory that you're using (probably default). Look...
How do I turn on the HTML Editor?
In Version 7, and HTML editor is included with the calendar. No additional downloads are...
Integrating into a PHP-Nuke block
This information can be found in the...
What is the format of the database?
startDate Julian Day number of the start date endDate Julian Day number of the end date...
What is the format of the dates in the database?
Julian Day Count http://us3.php.net/manual/en/function.gregoriantojd.php