Tauhidul Alam
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Assign custom icon for an itemYou have to modify
download-manager->wpdm-all-downloads.php
to do that.Forum: Plugins
In reply to: [Download Manager] How to control the access level for uploading?When a user create a package he should also upload the file and we worked with the plugin this way. If you want control access you need to customize the plugin.
Forum: Plugins
In reply to: [Download Manager] Issue with opening in ChromeI see file is opening in chrome.
Forum: Plugins
In reply to: [Download Manager] membership / analyse downloadsCheck these two add-ons https://www.wpdownloadmanager.com/download/advanced-access-control/ and https://www.wpdownloadmanager.com/download/download-limit/. May be these two plugins are your desired.
Forum: Plugins
In reply to: [Download Manager] Download Link showing blank screenPlease ask your question to the forum https://www.wpdownloadmanager.com/support/forum/download-manager-free/. We need to check it in your installation.
Forum: Plugins
In reply to: [Download Manager] [wpdm_tree] Download page, Remove Previous and Next fileTo do it you need to edit your theme file.
Forum: Plugins
In reply to: [Download Manager] Open in new tabYou have to change settings in your admin page. Please go to
Download->Settings
and find out theOpen in Browser
checkbox and check the box and than Save Settings. Now it should open the file in new tab.Forum: Plugins
In reply to: [Download Manager] PHP error after upgrading to 2.7I see no error message in your site. Can you please elaborate? Here is the link of action required to upgrade 2.7 https://www.ads-software.com/support/topic/required-actions-after-you-update-to-v27-from-v26.
Forum: Plugins
In reply to: [Download Manager] Missing a downloadlink for excelPlease ask the question to the forum https://www.wpdownloadmanager.com/support/forum/download-manager-free/. We need to check it in your installation.
Forum: Plugins
In reply to: [Download Manager] Download counterUsing
$array_data = wpdm_custom_data($package_id)
you’ll get array.
$array_data['download_count']
will give you total download count of the package. Thanks.Forum: Plugins
In reply to: [Download Manager] Category Shortcodes not workingYou have to use category short-code. Here is the details of all short-code https://www.wpdownloadmanager.com/doc/short-codes/
Forum: Plugins
In reply to: [Download Manager] Urgent Feature Request: Duplicate PackagePlease ask question to the forum https://www.wpdownloadmanager.com/support/forum/download-manager-pro/ for PRO version related issue. You can use https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
Forum: Plugins
In reply to: [Download Manager] Need to switch from another download manager, but…When you download files at same time from same IP address it wouldn’t increment file hits. But after some time period it will increment by 1 for every hits.
Forum: Plugins
In reply to: [Download Manager] Search FeaturePlease use
jstable=1
parameter in your short-code.Forum: Plugins
In reply to: [Download Manager] jstable translateWe will add these words in our next update. Thanks.