Please how do I Use a shortcode or a php function to display the number of times downloaded in the frontend of my website? Help
]]>Is there a way to show this for file on the frontend of the site?
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>I’m just wondering if there’s any way to export a CSV of the data from the search tab using this plugin?
Or if anyone can point me in the right direction on how i could make CSV from the search results, that’d be great!
I’m more than happy to write the code myself, just looking for a nudge in the right direction if possible!
Thanks!
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Currently the downloads counter dashboard is only visible to admin users, is there a way to make if visible in the wp_admin to other roles as well?
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Hello, my files are with Cyrillic slugs and in the plugin are displayed very bad like this:
%D0%BB%D1%82%D1%83%D1%80%D0%BD%D0%BE-%D1%85%D1%80%D0%B0%D0%BD%D0%B5%D0%BD%D0%B5-%D0%B8-%D0%BA%D1%83%D0%BB%D1%82%
So i suggest you to change those lines:
On LINE: 320 – add urldecode($result[‘download_name’]) insead $result[‘download_name’]
On LINE: 343 – add urldecode($_REQUEST[ ‘filename’ ] instead $_REQUEST[ ‘filename’ ]
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Hello, your plugin is great. However, you load some CSS styles to the front end that added some unwanted borders and other styling. Doesn’t seem like this is necessary. I found the code to comment out to remove this in the electric-studio-download-counter.php file.
//wp_register_style( 'esdc-css', $this->pdir . '/css/esdc-dp.css' );
// wp_enqueue_style( 'esdc-css' );
It would be great in future versions if you would remove this, or at least add an option to turn this off in the admin.
Thanks so much
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Hello afet adding shortcode on front with its respective link it shows a message saying ( No count available ) what could be happening?
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Hello is it possible to track which user who have downloaded what?
E.g. User A download file B, and user B download file C?
Or would it be possible to modify the plugin to pull this info from the database?
Thank you.
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>hi there,
just a quick question.
I’m planning to use this plug-in to manage my archive (I have a lot of files):
https://codecanyon.net/item/file-manager/8999688
The problem is that this file manager doesn’t have a download counter, but it looks like the plug-in uses the media library to store the files.
Do you think I could you use your plug-in to monitor the downloads?
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Hello
You have an error in your electric-studio-download-counter.php line 179.
You need to change the variable name to $option instead of $option_string
<input type=”text” id=”esdc_file_types” name=”esdc_file_types” value=”<?php echo $option; ?>”>
Regards
MisterBooth
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Hi,I just realize that I had extentionsde files parameterised disappeared and I can not enter a sequence value (pdf, zip, jpg, mp3, wav, png), saving nothing is displayed.
Regards.
Jean
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>how can i get top 10 downloaded informations?!
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>Error in line 199 causes last month’s stats to be shown the same as last week’s.
$this->populate_stats( $lastweek, current_time('mysql'));
should be:
$this->populate_stats( $lastmonth, current_time('mysql'));
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>I receive the error below when trying to use your plug in on my site, https://www.atlasdie.com. Can this be corrected? Thanks!
Warning: explode() expects parameter 2 to be string, array given in /home/atlasdie/public_html/wp-content/plugins/electric-studio-download-counter/electric-studio-download-counter.php on line 635
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>hey Gabor,
thanks for this awesome plugin. I was using version 2.0.2 which worked like a charm. Unfortunately i experienced a bug after upgrading to 2.1. Here’s my error-message:
Warning: explode() expects parameter 2 to be string, array given in C:\xampp\htdocs\aksgesundheit\wp-content\plugins\electric-studio-download-counter\electric-studio-download-counter.php on line 635
i already deactived all other plugins to see if there’s a conflict – but no success. As you can see i’m still developing local so there’s no link i could provide you.
maybe you can help me out with a solution?
Thanks a lot,
matteo
https://www.ads-software.com/plugins/electric-studio-download-counter/
]]>I needed a function that shows (No downloads yet) on the shortcode for files that don’t have downloads yet.
So, I made a quick hack on plugin, on line 582:
function download_count_shortcode( $atts ) {
extract( shortcode_atts( array( 'link' => '' ), $atts ) );
$d = new ESDC_Data;
if( $link != '' ) {
$_c = $d->get_data( $link );
if ($_c[ 0 ][ 'count' ]){
return '('.$_c[ 0 ][ 'count' ].' downloads)';
} else {
return '(No downloads yet)';
}
} else {
return 'No count available';
}
}
This solution works great to give feedback to users. Also adds some text to count number (that shows alone on the page).
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Hi, I’ve just installed the counter, but it doesn’t seem to be working – it’s not showing the download count. Please can you help?
https://www.paperlotusphotography.com
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Hi,
I’m using this plugin for counting all files available in my web site and works good :), the problem is… when any user download a pdf file using Internet Explorer, this plugin are not counting this download !!
I’m using the latest version of the plugin with WordPress 3.4.2.
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Hi,
I’ve got an AJAX plugin that works via a shortcode to get people to put in their email address before being able to download a track. The code in the WYSIWYG editor is like this:
[ajax_shortcode]
[button_shortcode link=”link to .zip”]Download track[/button_shortcode]
[/ajax_shortcode]
Does this plugin monitor zip and wav downloads embedded that way? I’ve enabled .zip and .wav formats in the options page, but trying to download them to test the plugin suggests they’re not recorded as downloads…
Any advice appreciated.
Thanks
Osu
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>My wordpress installation uses the /wp-content/upload directory to serve .zip files
The reason being: I upload the .zip and that’s where the zip stays. As simple as that.
I’ve specified zip as file extension but it doesn’t seem to get any stats.
Am I missing something here?
Appreciated!
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Great plugin. I’m wondering if it’s possible to have the popular download list be actual urls to the files? Is there some kind of echo permalink that can be hooked into this?
Second question is is there a way to make it show a description instead of the literal title? The tiltes look so sterile with: name_of_file_prefix.pdf
I don’t expect a reply since no one else seems to be getting support but I thought I’d try.
Thanks,
Bob
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Where can I find the shortcode that’s mentioned as part of the plugin installation? I can’t find it in the settings or readme.txt. Am I missing a place to look?
Thanks for this great plugin. Love the simplicity of it. Works perfectly!
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Is it possible to reset the counter to zero?
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Love the plugin. I’d like to be able to have the download counter display also be a url to the file itself. Is that possible?
Thanks,
Bob
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Plugin stopped counting new downloads
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>When counter will show downloads?
Hi I installed this plugin and I am not sure when it will start
showing downloads. Should this shows downloads in real time or
I should wait longer ?
All the best!
Chris
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>when i use this plugin and set it up to count exe files you cannot download the file off my site anymore, then when i disable it you can. dont know if this is a problem but thought i should point it out. how do i sort this?
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>Hi there,
After I updated my WP site to v3.5, my WP post editor didn’t seem to work any more. I found out that when I de-activated the ESDC 1.1 plugin it had been alive again.
So there must be some code in your plugin which makes the WP editor crash under WP 3.5.
Cheers,
Ervin
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>I’ve just upgraded WordPress to 3.3.1 and the plugin to 0.7.3 and it no longer seems to be recording new downloads.
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>This plugin is generating a Javascript error when installed on WP 3.3+ Due to that error, you can’t use JS functionalities embedded in the WP administration.
While waiting for the author to fix the issue, here is a workaround:
Download the latest version from your FTP of the file “/plugins/electric-studio…/js/electric_studio_download_counter.js”
Open the file
Under "jQuery(function($){"
Add the following lines
if(typeof(esdcFileType)=='undefined')
return false;
Save the file
Upload it to your FTP.
https://www.ads-software.com/extend/plugins/electric-studio-download-counter/
]]>