Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

dm4extensions

Descripción

Let’s make sure that these are the starting conditions:

  1. You have developed your own WordPress plugin or theme and you host it at WordPress.org
  2. You have your own WordPress blog and in there you use either WP-DownloadManager plugin or WordPress Download Monitor plugin
  3. You list your own plug-in or theme in one of the download managers mentioned in point 2 and it links to URL at WordPress.org

OK, these are the conditions. All is fine, everything works, visitors of your web can click on the download link and they are served the file from wordpress.org and your download manager counts the hits on the files. But maybe you would like it not to show only the hits that people do on your own blog, but all the hits that your plugin or theme gets, including the ones when people find the download directly on WordPress.org site, not just through your blog.

This plugin solves it. It runs in the background, it checks if you are using one of the supported download managers, it goes through the downloads registered, and if it finds a download that has URL pointing to plugins or themes at WordPress.org, it will automatically update the hits from there to your download manager.

All is done automatically in the background. The functionality is run in the background by WordPress built-in cron. The plugin has no configuration. If you don’t have any download manager installed or you do not list any download pointing to plugin or theme at WordPress.org, this plugin will simply “do nothing”, but it will not damage your site.

Licence

WTFPL License 2.0 applies

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

Capturas

Instalación

English:

  1. Well, you should have either WP-DownloadManager or WordPress Download Monitor running in your WordPress installation and you should list at least one WordPress.org hosted plugin or theme in your downloads. My plugin dm4extensions will not hurt your WP site if this is not true, but it would just not do anything in such case.
  2. Upload the full plugin directory into your wp-content/plugins directory.
  3. Activate the plugin in plugins administration.
  4. That’s it, the plugin runs automatically in the background via cron. There is no configuration of the plugin.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«dm4extensions» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «dm4extensions» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.3

  • dropped support for themes, as wordpress.org is no longer providing info on total downloads amount; still works good for wordpress plugins

1.2.1

  • updated to the current structure of wordpress.org web pages, so the valid info is extracted again

1.2

  • rewritten as class, additional code cleaning
  • updated to the current structure of wordpress.org web pages, so the valid info is extracted again
  • updated to the new structure of Download Monitor plugin

1.1

  • bugfix – did not work with plugins containing “-” in its URL

1.0

  • Initial release.