Roundcube Community Forum

 

Installing the plugin

Started by pratik_1712, December 30, 2010, 02:20:43 AM

Previous topic - Next topic

pratik_1712

I am trying to install a plugin

I added the following line to main.inc.php:
$rcmail_config['plugins'] = array('archive');

Its not showing any visible change in my UI..
Am I missing anything..?? or an additional step for installation..??

Thanks and Regards,
Pratik

hawkeye

Following the documentation try:
"de_dieploegers_archive" instead of "archive"

$rcmail_config['plugins'] = array('de_dieploegers_archive');


Best regards & good luck!