Title: Download Directory
Author: patrice
Published: <strong>August 6, 2016</strong>
Last modified: August 6, 2016

---

Search plugins

![](https://ps.w.org/download-directory/assets/banner-772x250.png?rev=1468947)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/download-directory/assets/icon-256x256.png?rev=1468971)

# Download Directory

 By [patrice](https://profiles.wordpress.org/eoni/)

[Download](https://downloads.wordpress.org/plugin/download-directory.1.0.1.zip)

 * [Details](https://scn.wordpress.org/plugins/download-directory/#description)
 * [Reviews](https://scn.wordpress.org/plugins/download-directory/#reviews)
 *  [Installation](https://scn.wordpress.org/plugins/download-directory/#installation)
 * [Development](https://scn.wordpress.org/plugins/download-directory/#developers)

 [Support](https://wordpress.org/support/plugin/download-directory/)

## Description

Download Directory allow you to create a download directory website. You will be
abble to provide to your visitor a listing of software, freeware, shareware …

Work with mostly any theme

**Multilingual ready :** currently translated in French and English. .Pot file provided,
can be fully translated in any language.

**Slug translatable:** Every archive, post, categories, tags … link are translatable.
it’s mean than you can provide post slug in your language, like :

 * site.dev/download/wordpress
 * site.dev/descargas/wordpress
 * site.dev/telecharger/wordpres
 * …

With Download Directory, you can track the number of times each software are downloaded.

Visitor can also register to an update alert list, allowing them to receive an email
alert when new release are available to their favorites softwares.

Updating the version field of a sofware automatically send an email alert to the
suscriber of this current software.

User are also able to unregister themself from an update list whenever they want,
simply by following the link at the bottom of the mail alerte they have received.

When user click on “download”, they are redirected to a “downloading” page, providing
an automatic loading of the download, incrementing download counter and allowing
you to display whatever you want in this page (via widgets), like advertising, etc…

This page also display the download link, and, in case it is broken, a link to the
website editor, and even link to miror link if you provided it.

You can use 3 miror links, more the direct download link.

French Demo at [http://www.patricelaurent.net/telechargements/](http://www.patricelaurent.net/telechargements/)

See it in action here : [http://www.patricelaurent.net/telecharger/wordpress/download-directory/](http://www.patricelaurent.net/telecharger/wordpress/download-directory/)

### Usage

 1. Create a new Downloads, as you will normally do for a normal post.
 2. In the “software informations” meta box, provide the version, size, download link,
    editor website, editor url miror link if available
 3. Choose a category, add tags et license type (eg: freeware, shareware,etc..)
 4. Add featured image to illustrate it
 5. publish

### Advanced usage

You can use your own template for archive, category, tags and single file.

For archives pages, just create an file called archive-down_repo.php in your current
theme directory.

For single page, simply create a single-down_repo.php file in your theme directory.

Adding your own css and style.

create a css file in your theme directory. Name it as you want.
 then add this code
in your theme function file (or in any personnal plugin):

    ```
    add_filter('down_repo_style','my_custom_css',10,1);

    function my_custom_css($css){

    $css=get_stylesheet_directory_uri().'/mycss.css';

    return $css;

    }
    ```

This will symply replace the current css file of the plugin by your one.
 If you
jsut want to disable the css of the plugin, just add a null filter

    ```
    add_filter('down_repo_style',function(){return null;},10,1);
    ```

## Screenshots

[⌊List downloads with views⌉⌊List downloads with views⌉[

List downloads with views

[⌊The metabox of custom post type Downlaods with software informations⌉⌊The metabox
of custom post type Downlaods with software informations⌉[

The metabox of custom post type Downlaods with software informations

[⌊Ajax Alert subscription⌉⌊Ajax Alert subscription⌉[

Ajax Alert subscription

## Installation

### From your WordPress dashboard

 1. Visit ‘Plugins > Add New’
 2. Search for ‘download-directory’
 3. Activate Download Repository Pro from your Plugins page.
 4. Enjoy

### From WordPress.org

 1. Download the plugin.
 2. Upload the ‘download-directory’ directory to your ‘/wp-content/plugins/’ directory,
    using your favorite method (ftp, sftp, scp, etc…)
 3. Activate the plugin from your Plugins page.
 4. Enjoy

### From GitHub

 1. Download the plugin.
 2. Upload the ‘download-directory’ directory to your ‘/wp-content/plugins/’ directory,
    using your favorite method (ftp, sftp, scp, etc…)
 3. Activate the plugin from your Plugins page.
 4. Enjoy

## FAQ

  404 not found Error for the post, category or tags

You should refresh your rewrite links : Go to Admin > Settings > Permalink.
 Clic
the Save button. This will refresh your permalink

## Reviews

![](https://secure.gravatar.com/avatar/2bf383c9e88405e4b0821bd70561b3c7acc2790c7ea7bc03b14b2eb4aa21d756?
s=60&d=retro&r=g)

### 󠀁[Permalink problems and 400 Bad Request](https://wordpress.org/support/topic/permalink-problems-and-400-bad-request/)󠁿

 [pdub2](https://profiles.wordpress.org/pdub2/) March 3, 2017

%down_cat% is not done properly in the plugin. Get lots of 404 and 400 Bad Request
errors. Won’t even work with a new bare wordpress install. If you leave a comment
on a post it will return 400 error. With “%down_cat%” literal in the url.

 [ Read all 1 review ](https://wordpress.org/support/plugin/download-directory/reviews/)

## Contributors & Developers

“Download Directory” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ patrice ](https://profiles.wordpress.org/eoni/)

[Translate “Download Directory” into your language.](https://translate.wordpress.org/projects/wp-plugins/download-directory)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/download-directory/),
check out the [SVN repository](https://plugins.svn.wordpress.org/download-directory/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/download-directory/)
by [RSS](https://plugins.trac.wordpress.org/log/download-directory/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

Fix text domain for localization.

#### 1.0

 * Initial Release.

## Meta

 *  Version **1.0.1**
 *  Last updated **10 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4 or higher **
 *  Tested up to **4.5.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/download-directory/)
 * Tags
 * [ajax](https://scn.wordpress.org/plugins/tags/ajax/)[directory](https://scn.wordpress.org/plugins/tags/directory/)
   [download](https://scn.wordpress.org/plugins/tags/download/)[download manager](https://scn.wordpress.org/plugins/tags/download-manager/)
   [downloads](https://scn.wordpress.org/plugins/tags/downloads/)
 *  [Advanced View](https://scn.wordpress.org/plugins/download-directory/advanced/)

## Ratings

 3 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/download-directory/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/download-directory/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/download-directory/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/download-directory/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/download-directory/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/download-directory/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/download-directory/reviews/)

## Contributors

 *   [ patrice ](https://profiles.wordpress.org/eoni/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/download-directory/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RBZUGUFT2BRFC)