Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: nti on February 24, 2010, 08:54:36 PM

Title: Roundcube 2.0 and plugins
Post by: nti on February 24, 2010, 08:54:36 PM
I would like to utilize Roundcube instead of Squirrelmail and having problems setting up Roundcude.  Upon activating Roundcube, cpanel installs 2.0.

In cpanel server, RoundCube Webmail IMAP Client Version 0.2-stable installed.
Where are the instructions for upgrading to 3.0 on a server with whm/cpanel ?

1. Does  rosali plugins work with 2.0?

2. I also discovered there in no plugins folder at:  /user/local/cpanel/base/3rdparty/roundcube

The following folders are in the roundcube dir.  

bin
config
installer
logs
plugins   < I created this folder
program
skins
SQL
temp

main.inc.php file is in the config folder.

I installed calendar in the plugins folder and added following line to "main.inc.php"

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

Has no effect for adding plugin.

Begging for suggestions for adding plugins to Round Tree.

Thanks, Mike
Title: Roundcube 2.0 and plugins
Post by: SKaero on February 24, 2010, 09:50:35 PM
You need to have RoundCube version 3 or higher you use plugins. To upgrade follow these instructions http://trac.roundcube.net/wiki/Howto_Upgrade
Title: Upgraded to v3, plugins not wking
Post by: nti on February 25, 2010, 01:40:40 AM
I upgraded to V3.0

Uploaded calendar plugin.

Renamed calendar config.inc.php.dist  to config.inc.php i the calendar config folder.

Modified Roundcube main.inc.php located in the Roundcube config folder.
===============================
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array("calendar",);

Roundcube works fine but the plugins do not.

All suggestions welcomed.  thanks,
Title: Solution found
Post by: nti on February 25, 2010, 09:48:26 AM
calendar requires jquery to function.  I found it as I continued to read thru the forum.  Thank you for the forum.

 * Requirements: (*) jquery plugin @website myroundcube - Project Hosting on Google Code (http://myroundcube.googlecode.com)
Title: Roundcube 2.0 and plugins
Post by: rosali on February 25, 2010, 09:48:30 AM
Why didn't you upgrade to the most recent stable version 0.3.1?