savvasha

Forum Replies Created

Viewing 21 posts - 26 through 46 (of 46 total)
in reply to: Wrong create_date after upgradin to 4.5.2 #38946

savvasha
Member

I just updated to 4.5.3 but the issue is still here. create_date is always current date…

in reply to: Cutom type post-meta created also for native posts? #35154

savvasha
Member
This reply has been marked as private.
in reply to: Cutom type post-meta created also for native posts? #35129

savvasha
Member
This reply has been marked as private.
in reply to: Cutom type post-meta created also for native posts? #35058

savvasha
Member
This reply has been marked as private.
in reply to: Cutom type post-meta created also for native posts? #34998

savvasha
Member
This reply has been marked as private.
in reply to: Cutom type post-meta created also for native posts? #34996

savvasha
Member
This reply has been marked as private.
in reply to: Cutom type post-meta created also for native posts? #34985

savvasha
Member
This reply has been marked as private.
in reply to: Cutom type post-meta created also for native posts? #34966

savvasha
Member
This reply has been marked as private.
in reply to: Package vs Date and Package vs User unusable #34908

savvasha
Member

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

in reply to: Cutom type post-meta created also for native posts? #34907

savvasha
Member

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.

in reply to: pdf thumbnail Not working done #32966

savvasha
Member

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

in reply to: [WPDM 4.3] All icons are looking like ZIP #32794

savvasha
Member
This reply has been marked as private.
in reply to: Bulk Import moves files? #32570

savvasha
Member

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

in reply to: Bulk Import moves files? #32498

savvasha
Member

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!

in reply to: 0.00kB when using the Bulk Import #32302

savvasha
Member

Nice, I didnt know that if you clear the packet size, it will recalculate it!!! ๐Ÿ™‚

Thanks!

in reply to: 0.00kB when using the Bulk Import #32296

savvasha
Member

Did you change anything or it just worked? Because it is working now, but until yesterday, it wasnt ๐Ÿ™

in reply to: 0.00kB when using the Bulk Import #32288

savvasha
Member

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

in reply to: 0.00kB when using the Bulk Import #32259

savvasha
Member
This reply has been marked as private.
in reply to: 0.00kB when using the Bulk Import #32253

savvasha
Member
This reply has been marked as private.
in reply to: I am having problem with z-index in Archive Page #32019

savvasha
Member

Perfect!!!!
Thank you!!!

in reply to: I am having problem with z-index in Archive Page #31998

savvasha
Member

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 21 posts - 26 through 46 (of 46 total)