Hi all,
I just add the plugins zipdownload, and i add it in $rcmail_config['plugins'] , but it's not appear in my email when i have more than one file to download.
There is any thing that i forgot ??
Thank's for help.
hi again,
I have this error in file log: roundcube: PHP Error: No plugin class zipdownload
Thank's for help
Did you put the zipdownload folder in the plugins directory?
Hi,
Yes the zipdowload is in my plugins folders.
And the folder is named zipdownload?
Hi again,
Yes , the same name .... :'(
Can you post the top of the main plugin file?
hi ;
Here is the config file of zipdonwload.
<?php
2
3 /**
4 * ZipDownload configuration file
5 */
6
7 // Zip attachments
8 // Only show the link when there are more than this many attachments
9 // -1 to prevent downloading of attachments as zip
10 $rcmail_config['zipdownload_attachments'] = 1;
11
12 // Zip entire folders
13 $rcmail_config['zipdownload_folder'] = false;
14
15 // Zip selection of messages
16 $rcmail_config['zipdownload_selection'] = false;
17
18 // Charset to use for filenames inside the zip
19 $rcmail_config['zipdownload_charset'] = 'ISO-8859-1';
20
21 ?>
Thank's for help
I ment the the main plugin php file it should be titled something like zipdownload.php
There is it in attachement.
Thank's a lot for help
And your still getting the "No plugin class zipdownload" error in your error log?
Hi again,
Yes still have the same error
Thank's again
Remove the zipdownload plugin you have in your .../plugins/ folder and try this one out... I have configured the config.inc.php file for you as well. try it and let us know.
Hi,
It's works ,thank's a lot.
Now i have this error if u can help me again: roundcube: PHP Error: Deprecated hook name. user_preferences
Thank's again.
Hmmm... are you running the latest version? The last version uses the preferences_list hook instead of user_preferences that's why you see that php error. It is nothing serious though. Most likely you have a plugin installed that calls user_preferences instead of preferences_list. Update your plugins and this error should be gone.
Hi again,
I'm on RC version 0.7...
thank's again
Quote from: tulipe on June 04, 2012, 01:17:57 PM
There is it in attachement.
Thank's a lot for help
This file works for me.
I'm using roundcube 0.8-rc.
But it does not support chinese file name.
If I set parameter below, only text file name is correct, others are messy code.
Quote from: Yoni on June 05, 2012, 12:43:06 AM
Remove the zipdownload plugin you have in your .../plugins/ folder and try this one out... I have configured the config.inc.php file for you as well. try it and let us know.
This does not work for me.
I'm using roundcube 0.8-rc.
Does this plugin work with rcube 0.8.1 ?
Regards,
Vishy
Here is mine working lovely with 0.9git
Hi.
What I really would like is to make zipdownload generates filenames (disp_name in the code) as:
sender_address - subject.eml
Like the squirrelmail plugin does.
But I'm not good on programming, specially using php.
I'm searching for the developer's contact to ask him for help, but I still can't find.
If someone knows who he is, please tell me.
Thanks.
The original developer no longer supports the zipdownload plugin.
zipdownload is distributed with roundcube now, maintained by the rc devs. you could try opening a feature request on http://trac.roundcube.net/.
Dear Sirs.
I've downloaded the plugin, have install it, but I've following error:
PHP Error: No plugin class zipdownload found in /var/www/mail/plugins/zipdownload/zipdownload.php in /var/www/mail/program/include/rcube_plugin_api.php on line 196 (GET /mail/)
Please advice how to add the zipdownload class and resolve this problem.
Tx in advance.