WPDM Directory Add-on
WordPress Download Manager Directory Add-on will help WordPress Download Manager users to show all categories and downloads on a single page with different styles.
WordPress Download Manager Directory Add-on Setup Instructions:
Install:
Upload/Install from Admin Menu Plugins Add New Upload, Just the same way as other WordPress plugins.
Usage:
Use the shortcode inside page or post content to show directory like interface for WordPress Download Manager
Parameters:
— buton_style: `default` or `success` or `info` or `warning` or `danger` or `primary` or `secondary`
— template: any link-template ID( optional parameter )
— category: use any category slug here if you want to create an archive page for that specific category or don’t use the parameter
— include_children: if you use category
parameter, on initial load, it only will fetch the packages from the mentioned categories, if you want to include packages from sub-categories too, you must use include_children=1
.
— orderby: `package_size_b` or `date` or `modified` or `download_count` or `view_count` or `title`
— order: `asc` or `desc`
— order_fields: optional parameter, you can use this option if you want to edit order fields dropdown options. Ex:
— login: 1, use this parameter if you want to make the shortcode members only / login protected. Otherwise, you may skip this parameter.
[wpdm_categories] – Use the shortcode inside page or post content to show all categories
Parameters:
— subcat: Show ( 1 ) or Hide ( 0 ) sub-categories
— showcount: Show ( 1 ) or Hide ( 0 ) number of packages in a category
— cols: Number of columns
Parameters:
— showcount: Show ( 1 ) or Hide ( 0 ) number of packages in a category
— cols: Number of columns
— icon: Font awesome icon
— btnstyle: Button style, possible values: link | secondary | primary | success | info | warning | danger
Parameters:
— categories: Category slugs separated by comma
— cols: Number of columns, 1 or 2 or 3 or 4 or 6 or 12
— button_color: Block color scheme, use any of the pre-defined colors ( green, blue, purple, primary, info, warning, danger, success or color code like #339966
— hover_color: Block hove color, use any of the pre-defined colors ( green, blue, purple, primary-hover, info-hover, warning, danger-hover, success-hover or color code like #339966
Generates advanced search and filter page:
Parameters:
— template: any link-template ID ( optional parameter )
— category: use any category slug here if you want to create an archive page for that specific category or don’t use the parameter
— include_children: if you use category
parameter, on initial load, it only will fetch the packages from the mentioned categories, if you want to include packages from sub-categories too, you must use include_children=1
.
— orderby: `package_size_b` or `date` or `modified` or `download_count` or `view_count` or `title`
— order_fields: optional parameter, you can use this option if you want to edit order fields dropdown options. Ex:
— order: `asc` or `desc`
— login: 1, use this parameter if you want to make the shortcode members only / login protected. Otherwise, you may skip this parameter.
— cols: Number of columns, 1 or 2 or 3 or 4 or 6 or 12 ( optional parameter )
— colspad: Number of columns in tabs/pads, 1 or 2 or 3 or 4 or 6 or 12 ( optional parameter )
— colsphone: Number of columns in phone, 1 or 2 or 3 or 4 or 6 or 12 ( optional parameter )
— sidebar: left
or right
additionally, there is a search box widget for searching downloads.
Note:
Please use WPDM Gutenberg Block Add-on or Advanced TinyMCE Button Add-on to generate short-codes properly, short-code options are marked in the following image:
Editing Template Files:
If you want to customize a view in your own way, you need to edit template files inside /plugins/wpdm-arhive-page/src/Templates/****/views/
dir. Please follow the following steps to edit a template file so that the new update doesn’t erase your changes:
- Create a dir path
download-manager/wpdm-arhive-page/****
inside your active theme directory if it is already not there. Here replace****
withsimple
orflat
orfilter
orcompact
, depending on the template dir name, from where you are moving the template file. - For example, if you are editing template file from
/wpdm-archive-page/src/Templates/Filter/views
, you need to place it in{active-theme-dir}/download-manager/wpdm-arhive-page/filter/
- Copy all the files you need to modify
- Update template file(s) in
{active-theme-dir}/download-manager/wpdm-arhive-page/****
dir as per your need
WPDM Directory Add-on Demo:
WPDM Directory Add-on demo links:
Changelog:
- Fix! Fixed an issue with initial download display
- Update! Updated translation file for a couple of missing strings
- Fix! Fixed an issue with the sorting fields dropdown options
- Fix! Fixed auto initialization issue with the simple search shortcode
- Fix! Fixed auto filter issue with the starter layout
- Fix! Fixed icon issue with the archive page flat shortcode
- Fix! Fixed an issue with the archive page flat shortcode
- New! Improved front-end UI
- Fix! Fixed an issue with the tinymce button helper ( shortcode generator )
- Fix! Fixed an issue with the translation file ( .pot )
- Fix! Fixed an issue with the package order/sorting
- Update! Competibility update for WordPress Download Manager Pro 6.0.7
- Fix! Fixed an issue with the archive page flat shortcode
- Update! Compatibility update for wpdm v6.0.6 and v3.2.13
- New! Optimized default view, added new parameter
last_state=0/1
to control last state and auto-expand category tree
- Fix! Fixed an issue with multiple category selection in archive page filter
- Update! Compatibility update for wpdm v6 and v3.2
- Fix! Fixed an issue with an order by filter with archive page views
- Update! Compatibility update for wpdm v3
- Fix! Fixed an issue with the advanced search page view ( with sidebar filter )
- Update! Restored the shortcode [wpdm_archive_flat]
- Fix! Fixed an issue with tag filter on advanced search/filter shortcode
- Update! Reinstated [wpdm_tags] shortcode.
- New! Recoded from ground for better performance and styles
- New! Added new advanced search and filter page view
- Fix! Fixed the issue with categroy filter
- Update! Compatibility update for WPDM Pro 5.2
- Fix! Fixed an issue with the category blocks
- Update! Compatibity update for the latest version of wpdm
- Upgrade! Improved directory pages UI
- Fix! Fixed and issue with category listing
- Fix! Fixed issue with user input sanitization
- Fix! Fixed link template query issue ( warning )
- Fix! Fixed package sorting issue with archive page sidebar view
- Update! Improved default views
- Update! Compatibility update for the latest version of wpdm
- Update! Updated sidebar view
- Update! Compatibility update for the latest version of wpdm
- New! Added new option to show/hide package count with category
- Fix! Fixed the issue with pagination
- New! Added category hirarchy in compact view category dropdown
- New! Added new shortcode parameter
login=1
, in case, you want to make the page login protected.
- Fix! Fixed multiple shortcode usage issue with archive page sidebar view
- Fix! Fixed category dropdown issue in compact view
- Fix! Fixed package not found an issue when search keyword combined with an order by a parameter ( download count, size, view )
- Fix! Fixed items per page issue with sidebar layout
- Fix! Fixed search issue that occurred when using custom database prefix
- Fix! Fixed search issue in multi-site
- Fix! Fixed few minor issues in advanced search
- Fix! Fixed icon path issue with sidebar view
- New! Added sidebar view for advanced search page
- New! Improved search option to search by keyword within a category
- New! Improved search option to search by keyword within a file list
- New! Added new cats views
- Fix! Compatibility release for WordPress 4.3
Reviews
Clear filtersThere are no reviews yet.