savvasha

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 46 total)
in reply to: Google Drive Storage add-on file format recognition #168803

savvasha
Member

Ok, thanks!

in reply to: Google Drive Storage add-on file format recognition #167937

savvasha
Member

Is it possible to override this icon whithout changing directyly the plugins files? Using a filter hook for example?


savvasha
Member

Thank you very much! It worked as a charmed! ๐Ÿ™‚


savvasha
Member

Hi @tanvirw3eden,

I am still cannot find howto get the “icon” info of my package without using the template files of the plugin, but just using the single-wpdmpro.php and taxonomy-wpdmcategory.php files. Is there a new or updated function I can use that will return the icon of the package if I provide the ID?

Thanks,
Savvas


savvasha
Member
This reply has been marked as private.
in reply to: Bulk Import issue with 6.0.6 version #160233

savvasha
Member

Hi @nayeem_riddhi ,

You are right! I just checked in an online environment and the import function works as it should! There must be a misconfiguration somewhere with my local setup.

Thanks,
Savvas

in reply to: Attached file is missing/deleted #116050

savvasha
Member

Hi there. I am getting the same issue here after updating to 5.0.3. Is it something server specific or plugin specific?

in reply to: Problem with icons after update to 4.7.4 #72618

savvasha
Member

Ok I found a solution. It seems to be a css problem. For some reason after the upgrade, the width of icon was set to 0, so it was dissapeared. With css I set it to width:60px and everything is fine now as you can see below:
https://www.themata4all.com/downloads/%CF%80%CE%B1%CE%B3%CE%BA%CF%8D%CF%80%CF%81%CE%B9%CE%B5%CF%82-%CE%B5%CE%BE%CE%B5%CF%84%CE%AC%CF%83%CE%B5%CE%B9%CF%82-2017/

in reply to: Problem with icons after update to 4.7.4 #72563

savvasha
Member

Hi there,

I have the same problem. In chrome and firefox, no icon appeares after upgrading to 4.7.4. In IE the icons appear but are REALY BIG!
The strange thing is that if you see the page source, the icon tag is there correctly. But for some reason it doesnt show.

I try what Hasibul proposed (deactivate and activate) but with no success…

Maybe is because of using the svg instead of png in the new version?

Thanks,
Savvas

in reply to: Select custom 'oEmbed template' #70588

savvasha
Member

Thanks for your reply Shahriar,

I hope to be added to the roadmap as soon as possible ๐Ÿ˜‰

Thanks,
Savvas

in reply to: Changing files URL's in mass #64942

savvasha
Member

You can not use plain SQL request because the data are serialized!

Just create an empty Page Template, put the code in with the correct modifications for your case. Then create a Test Page using the Page Template you created just before. And run this page ONCE!

You can add some “echo”s just to debug it.

in reply to: If "File not found" send an email? #61096

savvasha
Member

When I make those changes, I am getting blank screen with 500 error when I try to download a file (for any url with the ?wpdmdl=ID at the end).

in reply to: Changing files URL's in mass #59868

savvasha
Member

It is a PHP code. Not SQL. I just created a page template with the code inside and run it once!

in reply to: Changing files URL's in mass #59858

savvasha
Member

It works perfect for 5500+ files!!!

Thanks Shaon!

in reply to: Changing files URL's in mass #59857

savvasha
Member

I am not hacked but I am in the process to move from a shared hosting to a VPS one. So all of my internal paths of my files should be changed!

I will keep you updated of how will go ๐Ÿ™‚

My first try was to just do an UPDATE through the phpmyadmin, with a total failure. Then I realize that the data ara actually serialized…

in reply to: Changing files URL's in mass #59853

savvasha
Member

Hello there,

I am in the same situation. Does the proposed code worked for you @Renzukoken ??

Thanks!

in reply to: How to disable the IP logs of Download Stats #55191

savvasha
Member

Actually does not count anything now!

The reason is that when you put the return true; so early the following command does not run!

update_post_meta($pid, '__wpdm_download_count',intval(get_post_meta($pid, '__wpdm_download_count', true))+1);

I just comment out the following lines and everything is working! Total downloads are counted and downloads per day are NOT counted!

//$wpdb->insert("{$wpdb->prefix}ahm_download_stats",array('pid'โ–บ(int)$pid, 'uid'โ–บ(int)$uid,'oid'โ–บ$oid, 'year'โ–บ date("Y"), 'month'โ–บ date("m"), 'day'โ–บ date("d"), 'timestamp'โ–บ time(),'ip'โ–บ$ip));

in reply to: How to disable the IP logs of Download Stats #55153

savvasha
Member

No problem! ๐Ÿ™‚

Can you answer me the following please?

With that addition (about adding return true;), the total downloads of each file will be still counted? Because I only need to disable the stats per day and per ip/user.

in reply to: How to disable the IP logs of Download Stats #55147

savvasha
Member

With that addition, the total downloads of each file will be still counted? Because I only need to disable the stats per day and per ip/user.

I have also found a bug in libs/class.Apply.php at line 676.

$wpdb->query('truncate table '.$wpdb->prefix.'ahm_stats');

It should be

$wpdb->query('truncate table '.$wpdb->prefix.'ahm_download_stats');

in reply to: How to disable the IP logs of Download Stats #55123

savvasha
Member

Is it possible tell me what customization is needed so as to disable it temporary until you include such an option officialy on the plugin?

in reply to: Wrong create_date after upgradin to 4.5.2 #39319

savvasha
Member

@Shahriar yes everything is fine now! Thank you! ๐Ÿ™‚

As I see the problem was at class.Package.php. Why then you were saying that you couldnt regenerate the issue? Is it something wrong/different with my hosting server?

Thanks again ๐Ÿ˜‰

in reply to: Wrong create_date after upgradin to 4.5.2 #39240

savvasha
Member

Can you try again please to login? Thanks!

in reply to: Wrong create_date after upgradin to 4.5.2 #39173

savvasha
Member
This reply has been marked as private.
in reply to: Wrong create_date after upgradin to 4.5.2 #39105

savvasha
Member
This reply has been marked as private.
in reply to: Wrong create_date after upgradin to 4.5.2 #38999

savvasha
Member

The issue is still here. I dont see any changes on the code between first 4.5.3 version and second 4.5.3 version.

Viewing 25 posts - 1 through 25 (of 46 total)