Contributors: GamerZ Donate link: http://lesterchan.net/site/donation/ Tags: file, files, download, downloads, manager, downloadmanager, downloadsmanager, filemanager, filesmanager Requires at least: 2.8 Tested up to: 3.5 Stable tag: trunk License: GPLv2
Adds a simple download manager to your WordPress blog.
Adds a simple download manager to your WordPress blog.
- WP-DownloadManager 1.40 For WordPress 2.7.x
- WP-DownloadManager 1.31 For WordPress 2.5.x And 2.6.x
- WP-DownloadManager 1.00 For WordPress 2.2.x And 2.3.x
- Icons courtesy of FamFamFam
- Download Icon by Ryan Zimmerman
- Page Download Category by Ryan Mueller
- File Last Downloaded by Sevca
- __ngetext() by Anna Ozeritskaya
- Right To Left Language Support by Kambiz R. Khojasteh
- I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appericiate it. If not feel free to use it without any obligations.
- FIXED: Added nonce to Options. Credits to Charlie Eriksen via Secunia SVCRP.
- NEW: Display File ID In Message After Adding A File
- FIXED: Bug In Remote File With Using Nice Permalink and File Name
- NEW: Works For WordPress 2.8 Only
- NEW: Add "Add File" To WordPress Favourite Actions
- NEW: Minified editor_plugin.js And Added Non-Minified editor_plugin.dev.js
- NEW: Moved File Extension Icons To /images/ext/
- NEW: Added %FILE_CATEGORY_ID% Template Variable To Download Listing, Download Embedded And Most Downloaded Templates
- NEW: You Can Now Use File Name Instead Of File ID In The URL Via WP-Admin -> Downloads -> Download Options
- NEW: Ability To Filter Downloads By Keyword In The Backend
- NEW: Added Downloads RSS2 Feed
- NEW: Finer Control Of File Download Permission (At Least Contributor, Author, Editor Or Administrator Role)
- NEW: Use _n() Instead Of __ngettext() And _n_noop() Instead Of __ngettext_noop()
- NEW: Uses New Widget Class From WordPress
- NEW: Merge Widget Code To wp-downloadmanager.php And Remove wp-downloadmanager-widget.php
- FIXED: Uses $_SERVER['PHP_SELF'] With plugin_basename(FILE) Instead Of Just $_SERVER['REQUEST_URI']
- NEW: Works For WordPress 2.7 Only
- NEW: Load Admin JS And CSS Only In WP-DownloadManager Admin Pages
- NEW: Added download-admin-css.css For WP-DownloadManager Admin CSS Styles
- NEW: Uses wp_register_style(), wp_print_styles(), plugins_url() And site_url()
- NEW: Download ShortCode Now Support Category by Kambiz R. Khojasteh
- NEW: Right To Left Language Support by Kambiz R. Khojasteh
- NEW: Output Of downloads_page() And download_embedded() Respectively Applied To "downloads_page" And "download_embedded" Filters by Kambiz R. Khojasteh
- NEW: Call downloadmanager_textdomain() Inside create_download_table() by Kambiz R. Khojasteh
- FIXED: SSL Support
- FIXED: Removed Hard Coded "text-align" Styles And Align Attributes In Widget And Plugin Options by Kambiz R. Khojasteh
- NEW: Works For WordPress 2.6
- NEW: Better Translation Using __ngetext() by Anna Ozeritskaya
- FIXED: MYSQL Charset Issue Should Be Solved
- FIXED: Able To Search More Than 1 Word
- NEW: Works For WordPress 2.5 Only
- NEW: Added Search Feature
- NEW: No Files Found Template
- NEW: [page_download category="1"] Will Display Downloads In Category ID 1 Only
- NEW: Use KiB/MiB/GiB/TiB Instead Of KB/MB/GB/TB
- NEW: Added Paging Header And Footer Template For Downloads Page
- NEW: Uses WP-PageNavi Style Paging For Downloads Page
- NEW: Additional %CATEGORY_ID% Variable In Category Header And Footer Template
- NEW: Updated WP-DownloadManager TinyMCE Plugin To Work With TinyMCE 3.0
- NEW: Uses Shortcode API
- NEW: Changed [page_downloads] to ### [page_download] ### For Consistency
- NEW: You Can Now Embed Multiple File Download IDs By Doing This: [download id="1,2,3"], Where 1,2,3 Are Your File Download IDs
- NEW: When Inserting File Download Into Post, It is Now [download id="1"], Where 1 Is Your File Download ID
- NEW: Ability To Input File Size Manually Because Remote File Size Does Not Always Work
- NEW: Added New File Permission, 'Hidden'
- NEW: Uses /wp-downloadmanager/ Folder Instead Of /downloadmanager/
- NEW: Uses wp-downloadmanager.php Instead Of downloadmanager.php
- NEW: Uses wp-downloadmanager-widget.php Instead Of download-widget.php
- NEW: Use number_format_i18n() Instead
- NEW: Able To Choose Download Nice Permalink In 'WP-Admin -> Downloads -> Download Options'
- NEW: Added File Extension Icons
- NEW: Added File Last Downloaded Date Column
- NEW: Added File Last Updated Date Column
- NEW: Added %FILE_UPDATED_DATE% And %FILE_UPDATED_TIME% Template Variables
- NEW: Added Download Page Link Template
- NEW: Option To Display Download Page Link In Most Downloaded Widget And Recent Downloads Widget
- FIXED: "Current File" Will Mess Up With The File Size
- FIXED: If SubFolders Do Not Exists, It Will Display PHP Error Message
- FIXED: Replaced get_newest_downloads() With get_recent_downloads()
- FIXED: Recent Downloads Widget Not Working
- FIXED: Conflict Permalink Structure With /%postname%/%post_id/
- FIXED: TinyMCE Tool Tip For Insert File Download Is Not Translated
- FIXED: Category Name Template Not Displaying Category Name
- NEW: Initial Release
- Open
wp-content/plugins
Folder - Put:
Folder: wp-downloadmanager
- Activate
WP-DownloadManager
Plugin - You Need To Re-Generate The Permalink
WP-Admin -> Settings -> Permalinks -> Save Changes
- To embed a specific file to be downloaded into a post/page, use
[download id="2"]
where 2 is your file id. - To embed multiple files to be downloaded into a post/page, use
[download id="1,2,3"]
where 1,2,3 are your file ids. - To limit the number of embedded downloads shown for each post in a post stream, use the
stream_limit
option. E.g.[download id="2" stream_limit="4"]
- this will only display the first 4 downloads for the post when rendered in a post stream, and display the full list of downloads when viewing the single post. - To sort embedded downloads, use the
sort_by
andsort_order
options. E.g.[download id="2" sort_by="file_id" sort_order="asc"]
- this will sort the embedded downloads by file ID in ascending order. Valid values forsort_by
are:file_id
,file
,file_name
,file_size
,file_date
, andfile_hits
(just like in the regular "Download Listing Options" of the plug-in). - You can now choose to display file sizes in either binary base or decimal base (i.e. KiB vs KB), using either
%FILE_SIZE
or%FILE_SIZE_DEC
;%CATEGORY_SIZE
and%TOTAL_SIZE
also have their_DEC
counterparts. - To choose what to display within the embedded file, use
[download id="1" display="both"]
where 1 is your file id and both will display both the file name and file desccription, whereas name will only display the filename. Note that this will overwrite the "Download Embedded File" template you have in your Download Templates. - To embed files as well as categories, use
[download id="1,2,3" category="4,5,6"]
where 1,2,3 are your file id and 4,5,6 are your category ids. - If you are using Default Permalinks, the file direct download link will be
http://yoursite.com/index.php?dl_id=2
. If you are using Nice Permalinks, the file direct download link will behttp://yoursite.com/download/2/
, where yoursite.com is your WordPress URL and 2 is your file id. - The direct download category link will be
http://yoursite.com/downloads/?dl_cat=3
, where yoursite.com is your WordPress URL, downloads is your Downloads Page name and 3 is your download category id. - In order to upload the files straight to the downloads folder, the folder must be first CHMOD to 777. You can specify which folder to be the downloads folder in Download Options.
- You can configure the Download Options in
WP-Admin -> Downloads -> Download Options
- You can configure the Download Templates in
WP-Admin -> Downloads -> Download Templates
- Go to
WP-Admin -> Pages -> Add New
- Type any title you like in the post's title area
- If you
ARE
using nice permalinks, after typing the title, WordPress will generate the permalink to the page. You will see an 'Edit' link just beside the permalink. - Click 'Edit' and type in
downloads
in the text field and click 'Save'. - Type
[page_download]
in the post's content area. - You can also use
[page_download category="1"]
, this will display all downloads in Category ID 1. - Click 'Publish'
- Go to
WP-Admin -> Appearance -> Widgets
- The widget name is
Downloads
.
- Deactivate
WP-DownloadManager
Plugin - Open
wp-content/plugins
Folder - Put/Overwrite:
Folder: wp-downloadmanager
- Activate
WP-DownloadManager
Plugin - Go to
WP-Admin -> Downloads -> Downloads Templates
and restore all the template variables toDefault
N/A
- Admin - Downloads Embedded
- Admin - Downloads Add
- Admin - Download Manage
- Admin - Download Options
- Admin - Download Stats
- Admin - Download Templates
- Admin - Download Templates
- Download Embedded
- Downloads Page
- Downloads Page
- Use:
* The first value you pass in is the maximum number of files you want to get.
* Default: get_most_downloaded(10);
- Use:
* The first value you pass in is the maximum number of files you want to get.
* Default: get_recent_downloads(10);
- Use:
* The first value you pass in is the category id.
* The second value you pass in is the maximum number of files you want to get.
Default: get_downloads_category(1, 10);