My default template file code now:
<!– WPDM Link Template: Default Template –>
<div class=”link-btn [color]”>
<div class=”media”>
<div class=”pull-left”>[icon]</div>
<div class=”pull-left”>
<div style=”font-size: 8pt”>[download_link]
<br> Downloaded: [download_count] times<br> File size: [file_size]
</div>
</div>
</div>
</div>
<div style=”clear: both”></div>
Hi Shaon,
Thanks for looking into this.
When I export the PO file in HTML and open it with a text editor I get the following list of sentences to correct:
- Required, Select a link template to apply to all packages uder this category
- You don’t have permision to download this file
- …you can set the numaric value here, suppose…
- …Sortcode will be rendered
- …on selected page temaplte…
- When user is not alowed to download:
I uploaded a few screenshots to show that some sentences are not translated while they appear in the PO file. This is certainly due to some tiny errors in the code leading to the non-translation of the text.
PS: As I only use the free version, I could not check more than what I get with this version.
Jast make edit “download-manager/templates/link-template-default.php”
And remove the [title] code ))
yes, all those work, but you also need to update all add-ons, please download those again and update. If category are not linked, need to assign again manually, as all ids are changed, it was not possible to keep them linked.
license key unlocked, you should be able to reuse it now. I still see the order activate and linked with your account, you should be able to download from here:

Where is the download link?
Hi,
I need to add a shopping cart for files, a file cart.
After files have been added and submited a package should be created temporary and forced to download.
I’ve wrote the Script for the cart with JavaScript and PHP from the values of [file_list] with the following script:
function generateCart(data){
if( typeof data == “string” ){
data = JSON.parse(data);
}
if( data.noItm != “undefined” && data.noItm != undefined){
var mk = “<p>” + data.noItm + “</p>”;
return mk;
}
var items = [“
\n”];
for(i=0;i<data.length;i++){
obj = data[i];
var str = [
“\t<li class=’cart-item’>\n”,
“\t\t”, obj.name, “\n”,
“X“,
““].join(“”);
items.push(str);
}
items.push(“
\n”);
return items.join(“”);
}
$(document).ready(function(){
var TPL_DIR = “”;
var SCRIPT_URL = “download_cart.php”;
//Get table structure of wpdm-pro
var table = $(“.wpdm-filelist”);
var lth = table.children(“tbody”).children(“tr”).first().append(“<th>Aktionen</th>”);
var tableItems = table.children(“tbody”).children(“tr”).not(“:first-child”);
//Add ‘add to cart’ links
tableItems.children(“td:nth-child(2)”).children(“a”).each(function(){
var t = $(this);
var link = t.attr(“href”);
var name = t.parents(“tr”).children(“td”).first().text();
var args = link.slice(link.indexOf(“?”)+1);
args += “&name=” + name;
var markup = “<td class=’action’>In den Downloadkorb</td>”;
t.parents(“tr”).append(markup);
});
//Add download cart markup to sidebar
var mk = [‘<div id=”download-cart”>\n\t<p>Aktuell im Downloadkorb</p>’,
‘<div id=”cart-items”></div></div>’].join(“”);
$(“#sidebar”).html(mk);
/*** AJAX CALLS ***/
//Send AJAX request to get download cart on start
$.ajax({
//AJX REQUEST HERE
});
//Add items on click to cart ad update current cart.
$(“.action”).on(“click”, “a”, function(e){
//AJX REQUEST HERE
});
//Remove item from cart.
$(document).on(“click”, “.remove-itm”, function(e){
//AJX REQUEST HERE
});
}); //DOCUMENT READY END
In the cart (Session) the name, wpdml and ind arguments are saved.
So how can I now acces these files and pack them.
The packing would not be the problem as I can read the class.pack code but I dont know what do do with these
wpdml and ind arguments an how to acces the files through them.
Hi Shaon,
I have another question about the download manager – accordion add on. I’m trying to get a direct download link to the file vs the user having to clink on the link to the package and then have to click to download the file. It would help eliminate a step for the user. 🙂 Could you help?
Thank you!
Andrea
possible if you use email lock, in case of form lock, it will give the user download link immediately after form submit. anyhow I’ll add the option soon.
hello and thanks for reply, already update plugin, but I have a problem, When you select a category, not open “not show”, climbs to the top, type “scroll” instead of opening
Shortcode:
[wpdm-archive button_style=”danger” link_template=”link-template-panel” items_per_page=”10″ category=all-downloads” order_by=”field-name” order=”asc|desc”]
SOLVED
Edit: In “Twitter Bootstrap” I just had to have “Active”
thanks
with link/page template you need to use tag [file_list] and enable individual download from package settings.
After setting up amazon s3 add-on, you will see amazon s3 file list there in edit package window.
i just bought this add on, is it posible to email download links after form submision? to confirm the email is valid?
Hi,
When I enable the email lock the download link no longer works. Nothing happens when clicking the link and I don’t receive any errors either.
Any advice much appreciated, this feature was the main reason I purchased the pro version.
Thanks
looks like dropdown is working fine:

short-code for style 3 is:
[wpdm-archive link_template="link-template-extended" button_style="danger"]
I purchased and installed the Mailchimp Add-on. When I create a package with multiple files, I set it to allow for individual file download and apply the email lock.
I expect, with those settings, that the user can enter their email address and then be allowed to download the files individually. Instead, they enter their email address and are then given a link to a zip file via email and they are also prompted to save a single zip file to their computer.
Is there any way to make it work like I described? (One entry of email and individual file download.) Or do I have to create a separate package for each file?
Well, then I don’t need a downloadmanager if I have to do almost everything manually :-/
Great would be a feature where I have to set on one click that the downloadmanager uses the direct file-link instead of running a script.
I believe I may have the same issue as this post
[wpdm_frontend] tabs are "not" clickable
On the front end, the buttons/links to not respond. If you right click and open in new tab, the URL from the top menu will load but the upload/drag and drop area are not working.
Any help is appreciated.
My URL is
http://www.cityofchubbuck.us/documents/
hi Shaon
Just wondering how I can simply hyperlink a string of text to go straight to the download file (without any extra pages or buttons). I can’t see any mention of it in the documentation.
Thanks
/D
the extra download link downloads all files in a single zip file and that is the actually main download link, the other download links are showing as you enabled individual download option, anyhow if you want to remove the full package download, edit/clone that template and remove [download_link]
tag from there.
Correct download link is http://www.protoolsforunity3d.com/?wpdmdl=643
, anyhow please give me temporary wp-admin login info in a private reply to check your issue.
Hi,
I keep getting this text hyperlink “download” added to every package below and left of the template file list/download icons for some reason any ideas?
When I click on the “Download” link shown, all that happens is I am re-directed to the home page of the site. No download happens. Any help please?
I have searched the docs and do not see how to fully use this feature. I can add users in the “box” just fine, of course, but then how do I go forward from there? I have tried adding the download button via shortcode, and it is visible to all, not just those with the specific user role that I chose.
Also, the file actually doesn’t download at all. For any user. Clicking the download link just goes right back to the home page of my site.
Thanks for the help.
Hey Shaon, theme developer here,
ok, so here is the deal.
I will try to explain problem again:
So lets take for example this link: http://teetoolkit.com/?wpdmdl=462 this is the URL that your plugin generates. It links to a file that is on Amazon S3, and its uploaded there with the add-on for your plugin. Now if you try to copy the above link in your browser you will be able to download the file. Which is not good, because I’ve added to the “Allow Access:” section of your plugin option that only Administrator and Subscriber can download that file. But as you can see here, that does not work.
Also MagicMembers are disabled so they are not interfering, I already tried this with the default theme and the result is the same. So please don’t tell me that this is because of MagicMembers or the theme. Because it is not. Something is wrong with your plugin and we want you to fix it, so we can make site go live.
I will not even go into the other problem – which is that the download counter isn’t working for S3 downloads. We’ll deal with that later, after the file protecting issue is fixed.
P.S – download counter and file protection works just fine if the file is hosted on our server, so that’s one more piece of evidence that nothing is wrong with MagicMembers or the theme. The problem is either in your plugin or in the S3 add-on to your plugin. Which ever the case may be, you have to fix it.
Thanks,
Regards,
Ivan Doric
When I am in my wordpress dashboard and I click on All Packages, all of my download packages show up. Usually there is a link that I can bring up the package to edit it but right now there is no edit link that shows up. Everything else is appearing except the edit link. I have attached an image to show that that edit link is not showing up.