Hi,
while I am until now not able to upload without the AJAX error, I thought it is a good reason to try the bulk import, but…
url_key and access fields are not properly imported. They are written in the field in table wp_ahm_files but url_key in wp_ahm_filemeta stays blank. Additionally access field is filled not like manually entered (parameters a and j are not written in the database).
At The Doctor,,Download,,0,0,0,"subscriber,administrator",link-template-default.php,"vocabulary-dutch-turkish",,,"nl_tr-
at_the_doctor.zip",,,page-template-1col-ex-autdio.php,1,20130221,20130221,dutch-turkish-at-the-doctor
I am doing something wrong?
preview images will not work correctly. It is not displaying the picture in the download page. Even the icons are not displayed on the links. I have already contacted the support but I have not answered yet. You can get some help? thanks
Spoke too soon in previous post: Password protection isn’t functioning either.
As soon as a password is entered into file downloads manager, the url link shown when hovering over the download button is the wp install location. This is fine in itself as file url/access code isn’t revealed.
However, when the correct password is entered, the user is still redirected to the WP install url, i.e. the WP site home page.
Please advise.
please give me your url to check
Hi,
Thanks for developing this plugin, it was exactly what I was looking for. I’ve implemented it and it looks great, but the delay time from clicking the share link to the file starting to download is VERY long… about 20-30 seconds after completing the share. I’m getting people clicking the share buttons over and over because they are thinking it didn’t work.
Any suggestions.
Cheers,
Mike
Apologies Shaon – the code above is working fine.
The “Download Limit Exceeded” error was because I set the download limit to 1 per user and I was using the same email address to test it.
The link in the code above has not reproduced correctly, wrapping the code in a tag does not stop the browser from rendering the link.
Thanks for the reply – it’s nearly working.
Made the modification to getlink() as below (no other changes to this function were made other than the below).
Stopped the mail function being called and now include $download_url in “alert-success”
The link produced looks like this: ?wpdmdl=1&_wpdmkey=511a48072ee28
Clicking on it takes you to a page saying “Download Limit Exceeded” and the document does not download.
How I can fix this please?
// wp_mail( $_POST['email'], stripcslashes($eml['subject']), stripcslashes($message), $headers, $attachments );
$data['downloadurl'] = "";
$data['error'] = 'Click on this link to complete your download';
header('HTTP/1.0 200 OK');
header("Content-type: application/json");
echo json_encode($data);
die();
Hi Shaon,
Email sent to support. You can see for yourself at http://www.ondernemersrealiteit.be/downloads/
I’ve activated email, linkedin, tweet and facebook lock on both downloads. Facebook doens’t work.
Grtz,
Yves
use download button only only when you are using public downloads, if you have mixed downloads, in page and link template use your expected image like this:
[download_link image-url]
little confused as update should not affect previous settings, send a temporary wp-admin login info to support@wpdownloadmanager.com to check
Downloaded the free Download Button Add-On and selected one of the options and clicked Save Settings. When I go to the download page, the orange default icon still remains and ‘ /> is hyperlinked to the right of the image (see attachment).
In the page template I’m using, I have taken out the link to the iconfinder icon and just left the shortcode as [download_link].
The code tag didn’t work right for me to attach the code so I am attaching screen shots instead.
Also, do I need to wrap the gallery shortcode in a div to get it to work? Nothing shows – have 3 extra pictures.
Thanks!
Hi,
There are a number of posts about the email lock not working.
The reason why I purchased download manager was to get round the issue of having to send out an email with a link to download a file – I was doing this for free with Wysija!
Is it possible when a valid name and email address has been be entered to allow the user to download the file immediately without going through the cycle of having to send out an email with a link?
Paul.
I have installed the free version and am not opposed to purchase the pro version but so far i haven’t been able to create a download link and have search for a manual on how to use this plug in but can’t seem to find anything. Could somebody point me in the right direction please ?
I am having the same issue. I uploaded the files via FTP to my server and created a download link by using the add file from server function. It looks great but the files get corrupted through the manager. I downloaded my files directly off the server, without the download manager and it worked fine.
Using the download manager drewsers.com/?page_id=1497 Password: mik3jor
Direct off server: drewsers.com/files
Thanks,
Andrew
Hi, I have had a couple of files on download manager for awhile and they work great.
I just added a new today and when I downloaded it I got an error the the file is damaged and cannot be repaired. Here’s the link:
http://annemckinnell.com/the-compelling-photograph-sample/
But if I go to the URL directly to download it, it downloads with no error. Same file. Here’s the link:
http://annemckinnell.com/blog/wp-content/uploads/ebooks/the_compelling_photograph_sample.pdf
Just a couple of notes (not sure if they matter):
– the files that are already in download manager that work are larger files (ruled out file size)
– I tried both adding the file from my computer and adding the file from the server
– I am using a mac, but the download error also happens on pc.
– I can open the file on my mac fine. I upload via ftp, add it to download manager, download and get error.
Thank you very much for your help!!
Anne.
I did, the version I have now is 3.3.5 and that’s when all problems started. Missing icons, slow download speed, cannot edit anything.
Did not have a single problem since the day one until upgrade. Replace all files via ftp, disable/enable the plugin. I even deleted the folder and started all over again and still have the same problem. I personally think it’s something with the database, but cannot start fresh because I have too many links to Amazon S3. Will take me months to add them all over again.
Have you had a chance to look at the link?
yes, you just need to create an link template with following code:
[download_link]
but if you want to use a image there use like this:
[download_link image-url-here]
then select the link template for your packages
more details about download link:
Integrated Templates
I’ve created a page on my site which contains the shortcode [wpdm_category id=ict item_per_page=10] where ‘ict’ is the category name. It returns all the downloads with that category. The download links under each name work, but when I click on the actual file name it returns an empty page, rather than a details page showing the large thumb, download description, etc. What am I doing wrong? I’m really confused! 🙁
The url in the address page shows ‘?download=space-shuttle-poster’ after my domain name (space shuttle poster is a test PDF download file).
1) you can batch upload all files using bulk import feature, but that will create separate pacakge for each file
2) you can attach multiple files with same package and you can download individual file from a package. but you need to enable individual download, no need to create individual package for each file ( Example: http://demo.wpdownloadmanager.com/wpdmpro/file-download/free-web-designer-iconset/?wpdm_page_template=page-template-1col-ex.php )
3) wpdm pro has many short-codes, even for listing all packages in a table or selected categories, check here http://www.wpdownloadmanager.com/docs/list-of-download-manager-pro-short-codes/
4) In pro, templating is very extended and what will show or not , in the template will totally depend on template tags you will use with a link or page template, here is details: http://www.wpdownloadmanager.com/docs/integrated-templates/
I have the same problem – looking for a solution. I have just set up DMPro and can’t get the email lock to work at all. Did this thread have a solution?
in that case you can use our premium package add-on with wpdm pro, this site ( http://www.wpdownloadmanager.com/ ) is managing with those 2 plugins ( wpdm pro + premium package add-on ). For premium packages, download links only generate for clients who purchased it, same link will not work for others.
Essentially, I want a time limited download. Like this…
http://stackoverflow.com/questions/3725160/how-to-give-time-limited-download-link
Can this plugin do this?
new link template with icon added in latest version 3.3.5.rc2.