Knihovna dokumentů

**Document Gallery**
„https://wordpress.org/plugins/document-gallery/“:https://wordpress.org/plugins/document-gallery/

This plugin allows the user to effortlessly create a gallery of documents and other attached media, much like the gallery option already available for image attachments.

https://youtu.be/Xb7RVzfeUUg
 

Výměna e-mailu za stažení souboru

**Email Before Download**
„https://wordpress.org/plugins/email-before-download/“:https://wordpress.org/plugins/email-before-download/

Email Before Download presents your users with a form where they submit information, like their name and email address, prior to receiving a download.

This plugin integrates with the popular Contact Form 7 and WordPress Download Monitor plugins, allowing you to create any form you like and manage/monitor your file downloads.

!!! Můžou zmizet náhledové obrázky, zde „workaround“:https://wordpress.org/support/topic/featured-image-disappears-1

/—code php
// Around line 182 of wp-content/plugins/download-monitor/includes/class-wp-dlm.php, after this:
$current_support = get_theme_support( ‚post-thumbnails‘ );
// Put this:
if(is_array($current_support[0])) $current_support = $current_support[0];
// Then the code should be like this:
$current_support = get_theme_support( ‚post-thumbnails‘ );
if(is_array($current_support[0])) $current_support = $current_support[0];
\—

„Remove *The link to the file(s) has been e-mailed to you* »“:https://wordpress.org/support/topic/remove-the-link-to-the-files-has-been-e-mailed-to-you

„Custom Sender for Email Before Download »“:https://wordpress.org/plugins/custom-sender-for-email-before-download/

Prodej digitálního obsahu

**Sell Digital Downloads**
„https://wordpress.org/plugins/sell-digital-downloads/“:https://wordpress.org/plugins/sell-digital-downloads/
„http://wp-ecommerce.net/wordpress-isell-easily-sell-digital-downloads-from-your-wordpress-site-1916“:http://wp-ecommerce.net/wordpress-isell-easily-sell-digital-downloads-from-your-wordpress-site-1916

A simple WordPress plugin to sell digital downloads. It integrates flawlessly with PayPal. User interface (UI) of the plugin is very simple to use, I call this plugin for users, not for developers but developers should not feel left behind. I know how painful it is to modify client’s plugins and then find out after a few weeks or months that they had updated the plugin and boom! all changes are lost. There are filters and hooks for almost every important functionality in WP iSell.

*Alternativa*

**Easy Digital Downloads**
„https://wordpress.org/plugins/easy-digital-downloads/“:https://wordpress.org/plugins/easy-digital-downloads/

Easy Digital Downloads is a complete e-commerce solution for selling digital products in a light, performant, and easy to use plugin. Rather that attempting to provide every feature under the sun, Easy Digital Downloads makes selling digital simple and complete by providing just the features you need.

Download souborů

**Download Monitor**
„http://wordpress.org/extend/plugins/download-monitor/“:http://wordpress.org/extend/plugins/download-monitor/

A a plugin for uploading and managing downloads, tracking download hits, and displaying links. Built in sorting, pagination, and search.

„Dokumentace »“:http://blue-anvil.com/archives/wordpress-download-monitor-3-documentation/
„Použití »“:http://mikejolley.com/projects/download-monitor/
„Čeština »“:http://wordpress.mantlik.cz/plugins/download-monitor/

*Alternativy*

**Easy Digital Downloads**
„http://wordpress.org/extend/plugins/easy-digital-downloads/“:http://wordpress.org/extend/plugins/easy-digital-downloads/

Selling digital downloads is something that not a single one of the large WordPress ecommerce plugins has ever gotten really right. This plugin aims to fix that. Instead of focusing on providing every single feature under the sun, Easy Digital Downloads tries to provide only the ones that you really need.

**WP-DownloadManager**
„http://wordpress.org/extend/plugins/wp-downloadmanager/“:http://wordpress.org/extend/plugins/wp-downloadmanager/

Adds a simple download manager to your WordPress blog.
„Review »“:http://dpotter.net/technical/2007/11/wp-downloadmanager-wordpress-plugin-review/

**Downloads**
„http://robm.me.uk/projects/plugins/wordpress/downloads“:http://robm.me.uk/projects/plugins/wordpress/downloads

A simple plugin that lets you easily offer downloads of files from WordPress posts and pages.

**Drain Hole**
„http://wordpress.org/extend/plugins/drain-hole/“:http://wordpress.org/extend/plugins/drain-hole/
„http://urbangiraffe.com/plugins/drain-hole/“:http://urbangiraffe.com/plugins/drain-hole/

A centralized download manager, with full monitoring and statistics, versioning, SVN support, and SEO download URLs (no more nasty query strings!)

„Přehled a porovnání řešení pro WordPress »“:http://weblogtoolscollection.com/archives/2009/11/06/the-best-of-series-download-managers/
„5 Download Manager Plugins for WordPress »“:http://www.webdesignlessons.com/5-download-manager-plugins-for-wordpress/

Simple Download Monitor pro WordPress

Simple Download Monitor je mým prvním pokusem o vytvoření pluginu pro publikační systém WordPress. Napsal jsem ho proto, že jsem chtěl mít nějakou statistiku o počtu stažení jednotlivých souborů a přitom nemusel vytvářet speciální databázi souborů ke stažení, modifikovat odkazy a podobně. Prostě jsem chtěl pokračovat v tom, jak soubory publikuji teď – pomocí FTP […]