Monthly stats are loaded just fine. The other two tabs, are just keeped time-out during loading. If I remove using phpmyadmin all the records from download-stats and just keep the last 30 days for example, then the stats appearing ok. So there is a need of optimization. Probably by how the stats are kept in the database and then how they are called. Probably you should think for something like Archiving them after a given period (lets say 1 month).
About the cache folder. I am not using any featured image in wpdm links or wpdm page templates. I am only using featured images for my posts. Posts are irrelevant with wpdm. So, I was waiting to have an empty cache folder under download-manager folder. Instead I have thumbnails of my posts’s featured images.
At wpdm-functions.php
at line 3290 change from
if(count($vars['files']) > 0) $ifn = 'zip';
to
if(count($vars['files']) > 1) $ifn = 'zip';
From http://www.wpdownloadmanager.com/support/topic/wpdm-4-3-all-icons-are-looking-like-zip/#post-32811
Ok, until then if anyone is interested you can disable this doing the following changes at wpdm-core.php
At line 453 change FROM:
$files = array($_POST['fname']);
TO:
$files = array(get_option('wpdm_importdir') . $_POST['fname']);
At line 472 change FROM:
copy(get_option('wpdm_importdir') . $_POST['fname'], UPLOAD_DIR . '/' . $_POST['fname']);
TO:
//copy(get_option('wpdm_importdir') . $_POST['fname'], UPLOAD_DIR . '/' . $_POST['fname']);
I would really like to have an option to not move them.
I am always uploading my files using FTP to folders outside the public_html. I am doing that the last 6 years and I dont want to change that now.
A “tick-box” at the bulk-import page will be great. “Do you want to move your files, YES/NO” ๐
Is that easy and possible? Or I should wait for the next release?
Thanks!
Nice, I didnt know that if you clear the packet size, it will recalculate it!!! ๐
Thanks!
Did you change anything or it just worked? Because it is working now, but until yesterday, it wasnt ๐
What do you mean fine? File size is 0.00 KB also!
Perfect!!!!
Thank you!!!
I have give you the exact url at the first post but here is again http://www.themata4all.com/%CE%B2%CE%AC%CF%83%CE%B7-%CE%B8%CE%B5%CE%BC%CE%AC%CF%84%CF%89%CE%BD/
Thanks ๐