Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: person287 on August 12, 2011, 05:08:56 PM

Title: Help Installing JohnDoh-Roundcube-Plugin-Zip-Download-679060e
Post by: person287 on August 12, 2011, 05:08:56 PM
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
Title: Help Installing JohnDoh-Roundcube-Plugin-Zip-Download-679060e
Post by: JohnDoh on August 13, 2011, 04:08:45 AM
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');
Title: Help Installing JohnDoh-Roundcube-Plugin-Zip-Download-679060e
Post by: person287 on August 13, 2011, 07:28:39 AM
Thanks. I don't know how I missed that :) Got it working now and it's a great plugin!