Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: madal on January 10, 2011, 08:53:22 AM

Title: calendar plugin
Post by: madal on January 10, 2011, 08:53:22 AM
Hello all,

I just installed 0.5 version and saw there are calendar plugin i can add while accessing online demo. I am not sure what plugin i will have to enable, is it jquery or other ? could you please put me in right directory to have calendar pluginn to be installed ?

On the other hand, is ther ldap pluginn avilable ? I would like to add my roudcube server to hook into ldap server ?

Madal
Title: calendar plugin
Post by: rosali on January 10, 2011, 09:44:09 AM
It is the jquery calendar (forked by rosali). The plugin does not support LDAP.
Title: calendar plugin
Post by: madal on January 10, 2011, 10:34:51 AM
Hello!

Thanks for your quick reply. How can i integrate with roundcoube - is there a doc ?


No, I was referening to integrate roundcube into LDAP not calendar into LDAP. Because our LDAP server is also a contact server so if i can fully integrate with LDAP it would be nice.

Regards,
M
Title: calendar plugin
Post by: rosali on January 10, 2011, 11:33:36 AM
Contacts section can be integrated into LDAP. See comments in ./config/main.inc.php.dist.
Title: calendar plugin
Post by: madal on January 10, 2011, 11:48:03 AM
Yeap i seen that. Thanks. by the way I copied the calendar folder into /roundcube/plugin folder. rename the config.inc.php.dist config.inc.php inot /calendar/config folder. and in /roundcube/config/main.inc.php added following line

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array();
"calendar"

After this the webmail pages goes blank. am i doing stupid wrong ?

M
Title: calendar plugin
Post by: rosali on January 10, 2011, 11:51:37 AM
No offense ... but you should be at least be a little bit familiar with PHP syntax:

$rcmail_config['plugins'] = array('jqueryui','calendar');

Don't miss to create database table and to configure it.

I'm really responsive, but it is up to you to get the basics.
Title: calendar plugin
Post by: madal on January 10, 2011, 12:16:23 PM
thanks ! i got it.

M