Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: pratik_1712 on December 30, 2010, 02:20:43 AM

Title: Installing the plugin
Post by: pratik_1712 on December 30, 2010, 02:20:43 AM
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
Title: Re: Installing the plugin
Post by: hawkeye on December 02, 2012, 12:12:42 PM
Following the documentation try:
"de_dieploegers_archive" instead of "archive"

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


Best regards & good luck!