PDA

View Full Version : Squirrel Mail Plugins... so close, yet so far


symo
6-13-04, 01:42 PM
I have installed Squirrel Mail and everyting is working great. I've added some plugins and all but one work. Small Calendar. Here is my plugins section of my config.php file:

/**
* To install plugins, just add elements to this array that have
* the plugin directory name relative to the /plugins/ directory.
* For instance, for the 'sqclock' plugin, you'd put a line like
* the following.
* $plugins[0] = 'sqclock';
* $plugins[1] = 'attachment_common';
*/
// Add list of enabled plugins here
$plugins[0] = 'compatibility';
$plugins[1] = 'calendar';
$plugins[2] = 'smallcal';
$plugins[3] = 'squirrelspell';
$plugins[4] = 'twc_weather';
$plugins[5] = 'sent_subfolders';
$plugins[6] = 'folder_sizes';
$plugins[7] = 'msg_flags';
$plugins[8] = 'unsafe_image_rules';
$plugins[9] = 'abook_take';
$plugins[10] = 'address_add';

Everyting is working except plugin number 2... smallcal. Has anyone else installed smallcal and have it working? Was there anything special you did to any of the files in smallcal? All the other plugins basically worked from the start without any changes by me. Any thoughts?

THX

symo