Hi,
on our clients site we need to set up WPDownloadManager completely new after a crash.
Now we got it all but the download buttons are just not working.
Try by your selfe here > http://www.divia.de/divia-downloads/
It’s just linking to this URL > http://www.divia.de/download/social-media-navigator/#pkg_5274
Regards
Alex
		
	 
 
		
			
	
	
		
		There is no url, my problem is i have file that are mail protected, to download them you have to enter email, name etc then when this is done you receive a mail with the link to download your file, but how do i send the mail template according to the lang of the website the user was using ? meaning if he send from the french version i send the mail in french, if from english i send a mail in english, i dont find where to manage it.
		
	 
 
		
			
	
	
		
		i rechecked it and in fact the IDs changed at a number of downloads. This is really bad, because we use this to have always the same link on many sites. So this should never happen. Can you see how this happend, how i can prevent this from happening again and how i get my old IDs back?
Thanks.
		
	 
 
		
			
	
	
		
		actually nothing to configure with that add-on, simply activate and it will block direct link to download from external site.
		
	 
 
		
			
	
	
		
		Howdy,
How can I set up Download Manager Pro for subscribers to upload in front-end to a specific category and make it available in that same category to other subscribers? I would love to have a button or link with upload underneed the category file list.
Greetz,
Dennis
		
	 
 
		
			
	
	
		
		hello, 
I bought the pro version but when I select a link / template or page / template I get this message “No packages found”, why? also my site already has a download page you can have a little support to configure it, I do not want to create additional pages, but only the possibility to download the brochure for registered users.
Thank you
Paul
		
	 
 
		
			
	
	
		
		Hi shaon,
i encountered an error on  amazons3 add on that i purchased http://screencast.com/t/azMleoeCkLs any ideas how to fix it.
also i tried uploading a file it and it returns nothing? no downloadable link. .and there’s no file on the package.
it seems the add on is not connected to s3 though i load the api keys on the settings and update the buckets permission on amazons3 console. .
please help!
		
	 
 
		
			
	
	
		
		This reply has been marked as private.
		
	
 
		
			
	
	
		
		Hi just started trying to use Download manager Pro and running into some problems. None of the package download links actually work. They just redisplay the package information page or displays another site page. I am not sure what is going on.
Sample Page
Also I cannot get the tree short code to work. 
Any assistance appreciated.
		
	 
 
		
			
	
	
		
		This reply has been marked as private.
		
	
 
		
			
	
	
		
		Thanks. I don’t mind customizing some code. Any hint where should I start to look? Or is there a way to extract the direct download link from the package somehow? Btw is there a special reason that the browser is forced to always download?
Ch.
		
	 
 
		
			
	
	
		
		Hello, I have a package that requires the email to get access to download button. Since wordpress 3.9.2 it seems the final page after the submission of email address returns an error all I got now is : {“error”:”<div class=\”alert alert-success\”>Download link sent to your email!<\/div>”,”downloadurl”:””}
		
	 
 
		
			
	
	
		
		find the following code in download-manager.php (roughly line 214):
$html = "<div id='wpdm_file_{$id}' class='wpdm_file $template'>{$title}<div class='cont'>{$desc}{$password_field}<div class='btn_outer'><div class='btn_outer_c' style='{$bg}'><a class='btn_left $classrel $hc' rel='{$id}' title='{$data['title']}' href='$url'  >$link_label</a>";
    if($data['show_counter']!=0)
    $html .= "<span class='btn_right counter'>$data[download_count] downloads</span>";    
    else
    $html .= "<span class='btn_right'> </span>";             
    $html .= "</div></div><div class='clear'></div></div></div>";
and replace with:
$html = "<div id='wpdm_file_{$id}' class='wpdm_file $template'>{$title}<div class='cont'>{$desc}{$password_field}<a class='btn_left $classrel $hc' rel='{$id}' title='{$data['title']}' href='$url'  ><div class='btn_outer'><div class='btn_outer_c' style='{$bg}'>$link_label";
    if($data['show_counter']!=0)
    $html .= "<span class='btn_right counter'>$data[download_count] downloads</span>";    
    else
    $html .= "<span class='btn_right'> </span>";             
    $html .= "</div></div></a><div class='clear'></div></div></div>";
		
	 
 
		
			
	
	
		
		Hello, In /templates/link-template-default-icon.php can I change [file_size] to show the package size of all downloads in the collection?
		
	 
 
		
			
	
	
		
		I deactivated block hotlink add-on and lazy download is working fine now. “Block Hotlink” add-on need to be updated. your are using old version.
		
	 
 
		
			
	
	
		
		This reply has been marked as private.
		
	
 
		
			
	
	
		
		SQL:
Link Label:
update prefix_postmeta set meta_value='download me :)' where meta_key='__wpdm_link_label';
Page Template:
update prefix_postmeta set meta_value='tmeplate-name' where meta_key='_wp_page_template';
		
	 
 
		
			
	
	
		
		Ok,
I’ve got wpdm installed and all my mp3’s uploaded. What do I have to do to get this to link to feedburner for my podcasting? I have this page setup with the categories: http://bethelharvestchurch.com/downloads/podcasts/ But because its not XML, I can’t get it work.
thoughts?
		
	 
 
		
			
	
	
		
		Hi, i’m trying to use this short code [wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ category=”category-slug” order_by=”field-name” order=”asc|desc”] but when a user clicks on a categories appears “No download found!”
How can i solve it?
Thank you!
		
	 
 
		
			
	
	
		
		I created a ‘file list’ of both links and downloads.  I really like the file list, but it looks weird when you have it linking to a webpage, rather than downloading a document.  Is it possible to change the word ‘download’ to ‘link’ in limited cases?
		
	 
 
		
			
	
	
		
		Hello mr.shaon .. thank you ..
may you give a SQL command of :
1- to change link label for all packages . to  download me :)
2- to change page template for all packages .
		
	 
 
		
			
	
	
		
		looks like your theme causing js conflict in archive page for some reason, so I replace download link with details page link, so now user can download from details page where things are ok.
		
	 
 
		
			
	
	
		
		This reply has been marked as private.
		
	
 
		
			
	
	
		
		Can someone please tell me how to have one download per line other than the [wpdm_package id="package-id-here"] short code?
I would like to list all downloads in a category, one per line as in [wpdm_category id="my-slug-name" template="see below"].
How can I change my link template to do this? Any help would be MUCH appreciated.
<div class=”media-body”>
    [icon]
    <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>
    </div>
</div>
<div style=”clear: both; padding: 20px; 20px;”></div>