Hey, it worked because you used a download thats set to (Allow Acces = All visitors)
My Cusotmer created that download and forgot to set the Access Rules.
Please try the same link now!
Try it as visitor and administrator.
(login = see private Message)
All downloads and the Preview need to bet visible for administrator and Editors.
Visitors shouldn´t see the previe and should not be able to download the file.
Working fine now. $_GET variable was resetting in your server when download link was like http://www.estrela.com.br/download/test/?wpdmdl=x, I’ve changed it to http://www.estrela.com.br/?wpdmdl=x, by replacing $permalink = get_permalink($ID); with $permalink = home_url();, in file libs/class.Package.php in function getDownloadURL.
From ” Package vs Date” tab you can see daily package download count for selected month.
No other stats is available for now. But we are building a Google Analytic add-on to track stats with google analytics, but no specific release date yet.
– If you was to use single form to sent both files, you need to add both files in same package. Users will receive single download link and both files will be downloaded in a single zip.
– For css issue, please give me your url to check.
– For now, there is only single template is available, but we will release new template editor add-on soon.
I purchased a PRO license and also the Form Lock plug-in. I’ve got things sort of working but honestly the end result is falling short of what I wanted to do. I’ll post other issues separately.
I have enabled Form Lock, and setup a form with Contact Form 7. That seems to work for the most part. I’ve gone to Subscribers and edited the E-Mail Lock Template. I had to do this in a external editor since the web editor doesn’t show HTML.
I have in the code this:
<b><a href="[download_url]">[title]</a></b>
In the e-mail I receive with the download link, the title simply says [title], and the variable is not replaced with the Package Title at all.
Yes, even though it downloads instantly, it also send email with download link. However, we shall add option to enable/disable it with the next update of the plugin.
Hi,
I select Enable Email Lock, Ask for Visitor’s Name and then Download Instantly (not Mail Download Link), but for some reason my users are still getting the download link via email, so they get both the instant download and the email link.
Can this be fixed? I’d like them to just be able to download instantly.
for anyone else that needs this here is the filter I used:
/*
add filter to adjust link text for single files
*/
add_filter('single_file_download_link_label','my_single_file_download_link_label',10,2);
function my_single_file_download_link_label($link_label,$package){
$link_label = "OPEN";
return $link_label;
}
No filter is available for now, But we have added one for next update. However I also attached the updated file here, put it in /download-manager/libs/ dir, the filter name is single_file_download_link_label, 2 parameter link label and package info.
Everything worked before the domain name of the site had to change (from preprod domain to production domain). We applied a clean procedure to “migrate” WordPress and everything else worked just fine)
Wordpress 4.5.2
Wpdm pro just updated, but that doesn’t resolve anything
I tried to add new document, reupload, clear caches, disable security and cache plugin that were disabled on preprod version but can’t figure out what happens. I didn’t find any ressources for this issue on the forums… is it a known problem ?
Is there any way that I can use a shortcode to enable someone to complete a form to download the pdf documents on this page. This page has not been created via templates it is a page created inside of WordPress with links added. This is the page here – http://www.opscentre.com/resources/
Since I am using [file_list] it is displaying single files INSIDE the package for download and the link label in the settings only adjusts the PACKAGE download link label NOT the individual file label.
I am wondering if when files are linked from box.com, is it possible for the download link to open in a new window?
There is no way (besides using the back button) to get back to the website. Here is an example download link. http://trade.teusner.com.au/media-reviews/round-two-media-reviews/
Follow up on my own question above. OK. I have found how I got the tree view, that was using wpdm_tree. The documentation I could find on that said that using “download_link=”1” would get me direct selection not a jump to the information page about the package so what I have in the page in question ( https://www.coresystemtrust.org.uk/translations/albanian/) now is this:
But they do exactly the same and both show my entire file tree and neither allow direct selection of one or multiple files. I must be doing something wrong but I can’t see what. TIA.