Roundcube Community Forum

 

Help Installing JohnDoh-Roundcube-Plugin-Zip-Download-679060e

Started by person287, August 12, 2011, 05:08:56 PM

Previous topic - Next topic

person287

Hi,
I'm not sure what I'm missing but hopefully it'll be very obvious. I've just downloaded JohnDoh-Roundcube-Plugin-Zip-Download-679060e which basically allows you to download all attachments as zips. I've got

$rcmail_config['plugins'] = array('JohnDoh-Roundcube-Plugin-Zip-Download-679060e');

in main.inc.php . What else do I need to do? I'm using the litecube theme if it makes any difference.

Thanks

JohnDoh

you need to read the instructions :p. it has to be in a folder called zipdownload. so you have /plugins/zipdownload/zipdownload.php and then in your main config file you have $rcmail_config['plugins'] = array('zipdownload');
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

person287

Thanks. I don't know how I missed that :) Got it working now and it's a great plugin!