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
It is the jquery calendar (forked by rosali). The plugin does not support LDAP.
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
Contacts section can be integrated into LDAP. See comments in ./config/main.inc.php.dist.
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
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.
thanks ! i got it.
M