AnonymousInactive
Hello,
As requested, we have set the “Only Block Download Link” option from the dropdown. Please see it here: https://prnt.sc/iq9Ret5ctC9S.
By setting that option, it displays like this: https://prnt.sc/sJj850JpBWnK which we don’t need. What we need is when the package is not assigned to the user, it shouldn’t be displayed along with the category and thus, we have set the option named “Hide Everything” from the admin panel > settings page.
When it is set, it displays only the packages that are assigned to the user like this: https://prnt.sc/SzwGY2g_-FRC. But it doesn’t get rid of the categories, it still shows all the categories though they (categories) or the packages within the categories aren’t assigned to the user. I hope this will make sense.
Also, we are using the following shortcodes:
[wpdm_search_result init=0 template="link-template-panel" cols=3]
[wpdm_archive_flat template=”link-template-card” cols=3 login=1]
Thank you.
This reply has been marked as private.
Hello Robert,
Hope you are well. Do you want to get a package sharing link or download link URL? please elaborate on these requirements. And please check, you have also a chance to generate a download URL link from this option as I image attached,

please let me know
Thank you and regards
Hello Terry,
Hope you are well. For categories hierarchy, giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for the Allow Access option or have to give a particular role on it like as I image attached or as usual for the select member option too,

because
Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors
and Package Access = Package Access empty + Category Access(Author) = Author
or Package Access = Package Access(Author) + Category Access(Author) = Author
More details can be found in the below link,
https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
Hope you have understood. And The feature is actually for packages, selected roles will be applied to assigned packages, and the information I have given above. Thanks for your understanding and appreciation.
Thank you and regards
Hello şükran,
Hope you are well.
For that you have to use the below shortcode
Please check: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_package-single-package-embed-short-code/
Also You have to remove other sections in page template or link template to keep only the download button. As you are using free version of wpdm, you have to follow number 3 here:
Template Files
Thanks
Hello, can not find anywhere and if possible to get a nice scrambled url for document links to share? Like youtube have…
Hello Roth,
Hope you are well. Are you trying to open the download link in a new tab for this shortcode, wpdm_all_packages? if possible, please, give your temporary wp-admin login details in a private reply for adjusting the issue.
Thank you and regards
Looking to be able to open the resulting “download” from this stock shortcode that displays all packaged in a NEW window/tab.. ie. target=”_blank” but I can not fin anywhere to specify this, or where in the plugin code I might modify it.
C.
This reply has been marked as private.
This reply has been marked as private.
Hi, I’m sending a link. After user registration does not return to the page of the file to download.
Thanks
https://www.aspmilitari.it/download/alloggi-app-stanza-superior-modalita-di-presentazione-domanda/
About 3 or 4 weeks ago, my download manager pro stopped working on the website. I get a blank screen on the website. I am not sure about the cause. I have the latest vesion of the plugin.
Website download page link
Does anyone know if there have been any upgrades or other issues with the plugin?
-
This topic was modified 3 years, 10 months ago by
Brian Kor.
This reply has been marked as private.
This reply has been marked as private.
My user are not able to download the file after completing the payment.
They do receive the email with the download link but cannot download the file.
Please assist.
R. Kamdieun
This reply has been marked as private.
AnonymousInactive
This reply has been marked as private.
Hi Nayeem,
Thank you very much, do you know which was the origin of the error?
Apart from that, I have a couple of things I would like to change:
1. Two issues related with the directoy page commented in the following link https://www.awesomescreenshot.com/image/25898994?key=8689fdb3b11c63207b8919a6a6ad8b00
2. Once you enter into a specific file page, the first info reference is about the “total downloads of the file” (this is it https://www.awesomescreenshot.com/image/25899777?key=47e8ebdb4773a023565d7482b42a4e46 ) but it is named as “Download” and I think it would be better explained as “Total downloads”, for example. Could I edit this gap name?
Thanks again
This reply has been marked as private.
Thank you so much… Yes it is ok now.
Also to change this word for all recodrs at the same time we need to update this file:
download-manager/src/Package/PackageController.php
$link_label = (trim($link_label) === ”) ? __(“xxxxxxxxxxxxxxxxxxxx”, “download-manager”) : $link_label;
and
$post_vars[‘link_label’] = $post_vars[‘link_label’] ? $post_vars[‘link_label’] : __(“xxxxxxxxxxxxxxxx”, “download-manager”);
Thanks again Nayeem
-
This reply was modified 3 years, 10 months ago by
Pierre Gergi.
Hi, it’s annoying but sometime I get ’Invalid download link’ as a result from the notification emails url link, why? It’s wpdm packages that works.
Best regards
Thomas
Hello Gergi,
Hope you are well. For changing the download link label, you have to change it from your package settings as I image attached,

please check
Thank you and regards
Hello @italcolven,
Please make sure you are using the latest version of wpdm that is 6.1.5
If you using this, you should be able to see some pre-built templates like below:
Templates Overview
In the link template list, the template you need is the Link Group which template ID is link-template-bsthumnail
Just use the template id for the template parameter in shortcode.
Thanks
Hi. We are still getting the error. Below is a code snippet from the functions.php file from our template for your review. maybe you can see something I cannot.
/**
* @usage Callback function for shortcode [wpdm_package id=PID]
* @param mixed $params
* @return mixed
*/
function directLinkCrypt($params, $content = “”)
{
extract($params);
global $wpdb;
$filedata = get_post_meta($params[‘id’], ‘__wpdm_files’);
if(is_array($filedata[0])):
foreach($filedata[0] as $file):
$filepath = $file;
endforeach;
endif;
//var_dump($filepath);
$ind = (!empty($filepath)) ? “&ind=” . \WPDM\__\Cryp::Encrypt($params) : “”;
if(\WPDM\Package::isLocked($params[‘id’]))
$linkURL = get_permalink($params[‘id’]);
else
$linkURL = “index.php?wpdmdl=”.$params[‘id’].$ind.”&#zoom=100″;
$target = isset($params[‘target’])?”target={$params[‘target’]}”:””;
$class = isset($params[‘class’])?”target={$params[‘class’]}”:””;
$id = isset($params[‘id’])?”target={$params[‘id’]}”:””;
$linkLabel = isset($params[‘label’]) && !empty($params[‘label’])?$params[‘label’]:get_post_meta($params[‘id’], ‘__wpdm_link_label’, true);
$linkLabel = empty($linkLabel)?’Download ‘.get_the_title($params[‘id’]):$linkLabel;
return “$linkLabel“;
}
add_shortcode(‘wpdm_direct_link_crypt’, ‘directLinkCrypt’);
/*
* redirect logged in users to members version of home page
*/