Only one thing: for testing, yesteray i0ve modified my downloadpage slug, that now is /downloadpage and that its not linked in the menu
So, the menu points to /downloads, that is the WPDMPro slug. The “real” download page, with archive page plugin, is /downloadpage and you have to type the address manually.
Thanks
Here’s a temporary solution which I have been using, but remember, you will have to make this change after every update of this Plugin. Hope it helps.
To change the default Page Break on Download Manager from 10 to (say) 15
Editing download-manager/download-manager.php (active)
In Plugins โ Installed Plugins,
Click on โDownload Manager – Edit
Scroll down to this function.
function wpdm_embed_category($id){
global $wpdb, $current_user, $post, $wp_query;
$postlink = get_permalink($post->ID);
get_currentuserinfo();
$user = new WP_User(null);
$categories = maybe_unserialize(get_option(“_fm_categories”,true));
$category = $categories[$id];
$total = $wpdb->get_var(“select count(*) from ahm_files where category like ‘%\”$id\”%'”);
$item_per_page = 15; Default was 10 items($total);
$pag->limit($item_per_page);
$pag->currentPage($page);
Thank you!
Unfortunately, there is now below two superfluous character list and I would like to know in which file (that line) I can “Previous” and “Next” translated into German.
http://www.tanzforum-dessau.de/service-tanzforum-dessau/downloads/
I have installed the module “costum fields”. It causes an error message every time the download page. This message is then on each page where a download link is involved. Writes the message before the text of a page. Two links are involved, the message appears twice.
Warning: Invalid argument supplied for foreach() in /www/htdocs/w00bf97e/tanzforum/wp-content/plugins/wpdm-custom-fields/wpdm-custom-fields.php on line 56
I had to disable the module.
I have also always in the back a message at the bottom of the page:
Warning: [function.file-put-contents]: failed to open stream: Permission denied in / www/htdocs/w00bf97e/tanzforum/wp-content/plugins/download-manager/wpdm.php on line 768
OK, thanks. Looking forward to the update.
wp regular search widget will not work here, but form next update wpdm pro moving to custom post type and then you will be able to use regular search box to search package.
I’m just setting up some resource files as can be seen here: http://medicarelocal.elkhosting.com.au/resources/
If I click one of the files it take me to a page like this with the download on it eg:
http://medicarelocal.elkhosting.com.au/download/agedcare-personal-alert-rebate-scheme/
When I search for something and find the search result I want I get a page without the download link eg:
http://medicarelocal.elkhosting.com.au/wpdmpro/agedcare-personal-alert-rebate-scheme/
I notice that the one works for me has /downloads/ in its url, where as the other has /wpdmpro/
Anyway I can force the search results to do what I want?
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
Hi,
I’m running WordPress 3.6.1 and WP Download manager Pro. I created a package to download a PDF file. That works fine when Email Lock is not checked on. If I check Email Lock, nothing happens when the download icon is clicked. Link to page: http://www.pinball-magazine.com/?wpdmpro=wpdmpro&download=pinball-magazine-no-2-sampler
Hope this can be solved soon ๐
I’m developing a website that now is on http://cash.cashmatic.it (but tomorrow night it will be on http://www.cashmatic.it)
I’ve installed WPDMPro and i’ve set in the Preferences “downloads” as WPDM Category URL Base
Next i’ve created a custom link in my menu that points to “/downloads/”
But when i click on Download menu, i obtain this page: http://cash.cashmatic.it/wpdmpro/wpdmpro/
I’ve created some packages and some categories (ie: http://cash.cashmatic.it/downloads/brochures/ ) but in the download pag i obtain only that unknow wpdmpro package ๐
Where’s the mistake?
Please help
The category names were there originally, but they are gone now, even from the categories page. See attached image.
What I did before this happened was this: I tried to change the file link template for ALL of my categories at once by following the instructions posted here: http://www.wpdownloadmanager.com/support/topic/how-i-can-change-all-categories-link-template-by-sql/#post-7556
I did this because by upgrading to pro from free all of the download links lost the icons that I had selected for each download package. I wanted a way to change the link template of all categories so that I wouldn’t have to change the link template one category at a time.
Now, all of my categories have the same link template, but all of their names are gone!
This is getting worse by the minute! I am losing hours and hours of work that I will have to do over again.
yes, noted for future implementation
This is a two-fold question:
– I’ve tried to put a lock on one of my documents using the Email Lock. When i update and refresh i click on the ‘download’ button, only for it to bring up a download box asking me to save a file called ‘invalid link’, which is a text file.
What am i doing wrong?
– I’ve used the shortcode [wpdm-all-packages] which works ok – what i want to do is replace the image (that represents the document type) with a thumbnail of the image i upload as the Preview Image…it will obviously need to be resized to fit the table too. Is this possible and where would i need to amend the code to make this happen?
That is a shame when this should be regarded as a basic option!!
It is common sence for any webmaster to keep visitors on its own site. Having no option to open downloads in a blanc window, is regarded bad practice. Will this option be available somewhere down the line?
it should work fine with category short-code, but only for [wpdm-all-downloads] short-code it shows blocked message rather then hiding package completely.
Create a link template like this:
<a href="[download_url]">[title]</a> [version] [create_date]
please give me the plugin download link to check compatibility.
it may happen if size of all files in a package are larger then your server cache memory, anyhow please send a temporary wp-admin login info to support@wpdownloadmanager.com with forum post link, support team will check your issue
My site is in production, and download manager is malfunctioning, please see on link: http://www.ephzhb.ba/?page_id=3191
My documents for download are all in .doc format, when i download file, i cant open because it has been coded!!!!
Please help??? Thanks
Just check code (but I’m no PHP Developer), it does look Like different different code is use.
for categories, function wpdm_embed_category around line 1647:
$current_user_role = is_user_logged_in()?$current_user->roles[0]:’guest’;
$category[‘access’] = !isset($category[‘access’])||!is_array($category[‘access’])?array(‘guest’):$category[‘access’];
//check if current user is allowed to access to this category
if(!@in_array($current_user_role, $category[‘access’])&&count($category[‘access’])>0&&$category[‘access’][0]!=’guest’) {}
but in function DownloadLink line 570
$caps = array_keys($current_user->caps);
$role = array_shift($caps);
$matched = @array_intersect($current_user->roles, @maybe_unserialize($package[‘access’]));
When will you have a fix?
Thanks
We need to access the simple link URL of the package file. Our file list is layed out in a table listing the product versions, etc. and all we want is to make the file name a link to the download. Using the shortcode creates way too much information and messes up the format of our table. How do we find the URL link to the package so that we can use a simple link?
Our current layout is at: http://md.humanizedcommunications.com/customer-area/
Hi,
Did this ever get resolved? I’m having the same problem. Using a shortcode to display a category, but all packages are listed even though the user does not have access and Hide Everything is set.
Site is on internal server at the moment.
Thanks
1. if you check that option, user will be able to download individual file in a multi-file package. But you also need to use [file_list] tag with link/page template to show file list at front-end.
2. please send a temporary wp-admin login info to support@wpdownloadmanager.com, we will check your issue.
in you are using facebook lock, use
link template = “Link Template Embedded”
page template = “Single Column, Image Top, Extended”
or new new template using template tag [download_link_extended] , more details:
Integrated Templates
sorry, but no such option available there.
When I use “Use Direct Link to download file” for creating pakage how can I open the links “download” to a new window