Thanks Shaon,
About item 2, i used only this characters: ç é è
About item 3 e substitute [page-link] to [title] in the code:
echo FetchTemplate(“[thumb_50x50][title][download_link]”,$r,’link’);
And nothing happened. I do it right?
Important: I`m not a programer
I tried removing the code line of code as stated above but it did not work.
It caused my lightbox to stop working and take you to a new page with the download links on it.
Could you please help resolve this?
for custom login form, please go to admin menu downloads settings , now go to bottom of settings page.
Use [loginform] tag for check the checkbox like following image:

but if you want the members area link this http://demo.wpdownloadmanager.com/wpdmpro/wpdm-pro-members-area/ , create a page and use sphrt-code [wpdm_frontend]
I did this Shaon, but now users are presented with the standard WP login page instead of the custom login page that is shown in your demo. How can I trigger your custom login page, or how else would they sign up or create an account for that matter?
FYI: Would it be possible to get a little more elaborate response from you than just a single sentence. I am struggling with your plugin for weeks now, and every time I am receiving a response from you, I get a little closer, but I still won’t be able to use your plugin as intended. Would that make sense for you as well?
@bluebottlelabs, please send a temporary wp-admin login info to support@wpdownloadmanager.com
“I simply want to create packages where the user is required to register or create an account prior to being able to download these documents.”
for this, simply set access = all user roles except “All Visitors:” from package settings , you don’t have to do anything else there
Two days, no word, help! This error causes all my download links to be broken.
When I create a download link in a post I can access it no problem but if I log out and try as a guest I get a 404 not found error.
any help on this would be much appreciated
thanks
Hy there.
1-)I get the add-on but don`t work well and when i put [wpdm-archive] in a page, the categories dropbox don`t display.
2-)The tag [wpdm_tree] bring category names with char errors (see attachments)
3-)Can I remove the link from the pacage title and left only on “download text”? (Don`t display download pacage page).
I heave the newest wordpress version with twenty twelve theme.
Thanks
My preview images don’t show up. When I try the link to the image I get this error message:
“You don’t have permission to access /wp-content/plugins/download-manager/timthumb.php on this server.”
What can I do?
Fabian
1) image button add-on is not required anymore. You can use image url directly with template tag like [download_link http://image-url... ]
2) please explain the issue little more with an example url
3) please explain the issue little more
4) its not from wpdm, but from your server, need to contact your server support
5) you will need WPDM Directory Add-On http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
6) please give me an url where you seeing the issue
7) its actually not hacked, demo admin is accessible by any one and any one can change anything. anyhow we reset demo periodically.
“Also, when I am using the download link for a document that is subject to “Email Lock” it shows “Access denied”. How would solve this?” not clear, please explain little more with an example url, in case of email lock, link will be mailed or starts immediately after entering email depending on your choice
yes, its totally depends on link template, create a link template.
For example, if you use [thumb 200×200] in link template then it will create a 200×200 thumbnail. More details are here
Integrated Templates
Hi Shaon,
thanks for your reply
package link: http://intranet.fuerstenberg-institut.de/download/brief-vorlagen/
Error message: Fatal error: Class ‘ZipArchive’ not found in /home/httpd/docs/intranet.fuerstenberg-institut.de/wp-content/plugins/download-manager/process.php on line 45
phpinfo showing that zlib is installed: http://intranet.fuerstenberg-institut.de/info.php
Thanks!!!! That did the Trick!!!
Hi Shaon, thanks for your response. This actually worked, but how would I style the link to match the CSS of our site?
Also, when I am using the download link for a document that is subject to “Email Lock” it shows “Access denied”. How would solve this?
Should I provide a link “Register to download file” and how would the download link be delivered in this case? In an email? Please advise.
Many thanks for your time and patience
How exactly does the Micro Form plugin work? I have it activated and can create a form, but how do i link that in to the download page for a package. I want the person to have to read a little blurb, then click a checkbox and fill in their email after which they will get the download link emailed to them. I like the modal popup for the email, but does the microform get inserted in there? or how does it work exactly. Thanks
Hi Shaon,
Thanks
I’ll send website link to support@wpdownloadmanager.com
Please enter the search term “mary” in the search field as an example.
It takes forever to populate.
create a link template with following code:
<div class="span6">
<div class="thumbnail">
<div class="media">
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
</div>
easiest solution is, open functions.php , find and remove
$extralocks = apply_filters("wpdm_download_lock", $extralocks, $package);
We added the filter with last update, but as i see, its making some usually problem for some installation, we are checking that in details, until then you may remove the filter.
easiest solution is, open functions.php , find and remove $extralocks = apply_filters("wpdm_download_lock", $extralocks, $package);
Downloads/Subscribers will show the collected mail addresses from email locked packages, regular registered members from [wpdm_frontend] will show in wp user link.
yes, 2 ways:
1) edit default-link-template.php , replace [page_link] with [title] and save
2) clone default link template from downloads templates , replace [page_link] with [title] and save
#1 will apply the change on same template, #2 will create a new link template.
Thanks for your response Shaon,
I saw this and tried to create a new link template, but your short code doesn’t seem to work. I tried clicking on the download link button, but no code is unveiled or inserted into the new link template to the left. I am on a Mac, could this be the problem? Pretty frustrating. All I want to do is creating a very simple download link that will link to the document without creating any of these package detail download pages. Can you help please?