這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Electric Studio Download Counter

外掛說明

View how many people have downloaded what files from your site.

Features include:

  • Allows you to specify which file types to track.
  • View top ten downloads.
  • View this month’s downloads.
  • View this week’s downloads.
  • Use shortcode or a php function to display amount of times downloaded in the frontend of your site.

螢幕擷圖

  • An example of the available download stats.
  • Specify which file types you want to track.

安裝方式

Install from wordpress plugins directory.

Else, to install manually:

  1. Upload the whole folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

使用者評論

2023 年 4 月 15 日
This is a simple and useful plugin, as most built-in statistics do not track files in Wordpress. Unfortunately, it breaks the function of the Gutenberg File Download Button Block. Once the plugin is active, the file button does not trigger a PDF download anymore, but shows the PDF content inline inside the browser window. The link tag still has the attribute "download", but with no effect. If you do not use the Download button (it is optional), I don't see a problem. Nevertheless, a smart plugin, thank you!
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Electric Studio Download Counter〉的開發相關工作。

參與者

變更記錄

2.4

  • Bumping version number.
  • Added ability to not track downloads based on IP address

2.3

  • Moved code around to cater for how the options table stores options

2.2

  • Removed console.log from js file that was causing errors

2.1

  • Bumping version number.
  • Fixing bug with image tracking.
  • Fixing bug with not tracking if not logged in.
  • Shout out to Svetlin Nakov for sending me fixes! Thanks, dude!
  • Removed mentions of “derp” from the code. Although it is now a word according to the Oxford English Dictionary. Fact.
  • Removed minified javascript file, because I want y’all to know how this thing works. And the file is tiny.

2.0.2

  • Majox bugfix. Plugin now correctly counts downloads in WordPress versions 3.3 and up. Did not test below 3.3, use at your own risk.

2.0.1

  • Minor bugfix due so it works on 3.5

2.0

  • Complete rewrite of the plugin to sort out best practices and conform to WordPress coding standards
  • resolved issues of “not working”. It does now.
  • uses the same data, so update should be painless, but please, PLEASE, make a backup of your data
  • to make a backup of your data, look at a plugin named ‘WP-DB-Backup’ (yes, I know it hasn’t been updated in 2 years, but it works perfectly.)

1.1

  • Fixed notices that appeared in debugging mode
  • Widget now included

1.0

  • Code is now Object Orientated style to be consistant with our other plugins
  • Nonces have been added for security on the AJAX functions
  • Javascript now respects target=”_blank” on tracked links – Thanks to Philouxera for bringing this to my attention
  • Download Counter is now a menu page rather than an option page.
  • Count Shortcode added [downloadcount link=”filename.txt”]. Users that want to build this into their template can do with echo $esdc->get_count("filename.txt"); – Thanks to ‘Biyan’ for suggesting this

0.7.4

  • Fixed Jquery bug

0.7.3

  • WordPress 3.3.1 compatible

0.7.2

  • Searching for downloads between different dates are no longer limited to 30 results.

0.7.1

  • Fixed ‘not counting bug’

0.7

  • 2 Bug Fixes
  • Search for Dates

0.5

  • Beta version release.