savvasha

Forum Replies Created

Viewing 19 posts - 26 through 44 (of 44 total)
Oct 15, 2015 at 2:40 pm
#35129
Member
savvasha
OP
This reply has been marked as private.
Oct 14, 2015 at 4:00 am
#35058
Member
savvasha
OP
This reply has been marked as private.
Oct 12, 2015 at 10:19 am
#34998
Member
savvasha
OP
This reply has been marked as private.
Oct 12, 2015 at 10:10 am
#34996
Member
savvasha
OP
This reply has been marked as private.
Oct 12, 2015 at 7:08 am
#34985
Member
savvasha
OP
This reply has been marked as private.
Oct 10, 2015 at 6:30 am
#34966
Member
savvasha
OP
This reply has been marked as private.
Oct 8, 2015 at 1:33 pm
#34908
Member
savvasha
OP

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).

Oct 8, 2015 at 1:29 pm
#34907
Member
savvasha
OP

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.

Aug 20, 2015 at 1:36 pm
#32966
Member
savvasha
OP

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

Aug 18, 2015 at 4:36 am
#32794
Member
savvasha
OP
This reply has been marked as private.
Aug 9, 2015 at 9:20 am
#32570
Member
savvasha
OP

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']);

Aug 8, 2015 at 4:59 am
#32498
Member
savvasha
OP

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!

Aug 3, 2015 at 4:18 pm
#32302
Member
savvasha
OP

Nice, I didnt know that if you clear the packet size, it will recalculate it!!! 🙂

Thanks!

Aug 3, 2015 at 3:27 pm
#32296
Member
savvasha
OP

Did you change anything or it just worked? Because it is working now, but until yesterday, it wasnt 🙁

Aug 3, 2015 at 12:15 pm
#32288
Member
savvasha
OP

What do you mean fine? File size is 0.00 KB also!

Aug 2, 2015 at 11:30 am
#32259
Member
savvasha
OP
This reply has been marked as private.
Aug 2, 2015 at 10:07 am
#32253
Member
savvasha
OP
This reply has been marked as private.
Jul 25, 2015 at 5:03 pm
#32019
Member
savvasha
OP

Perfect!!!!
Thank you!!!

Jul 25, 2015 at 8:57 am
#31998
Member
savvasha
OP

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 🙂

Viewing 19 posts - 26 through 44 (of 44 total)