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
Hi, am using WP 3.6 and Download Manager Pro. All works fine when clicking download link, filling out email address, email is sent with link like testsite.com/?wpdmdl=6&_wpdmkey=524354f37c787 but when click on that link in email, the site loads but the pdf file never downloads. Any suggestions of what I should be checking? Thanks
I’ve spent hours on this already trying to achieve the same thing and finally figured it out.
NOTE: You do need to purchase the WPDM Directory Add-on for this to work.
1. To get the category buttons at the top you need to create your categories first in Download – Categories. Make sure you leave the field called ‘Allow Access’ empty.
2. Go to Downloads – Settings and at the very bottom is a drop-down called ‘Link Template for Archive Page’. I chose Bootstrap Thumbnail as it looks like the demo version but you can select what you like and see what looks best for you.
3. Now create a new Page on your blog and insert the following shortcode [wpdm-archive] and save the page.
4. Now view the page and hopefully it should all work.
I hope I haven’t missed anything. I’m not sure why the developer can’t add a simple step-by-step on the Docs page for this or better yet do a short video. It would save people a heap of time and save him repeated questions in this forum.
I see downloads are working fine.
when i found this css file??
Hi guys,
Looks like WPDM is not using the WP upload “routine”… Let me explain…
I’ve users who post packages with files containing accents and all sorts of characters. When they do so, the link is broken, and we can’t download the package.
I’ve checked in the wpdm upload directory, and I see the files there, but with a lot of strange characters, due to the fact that WPDM is not sanitizing the filename.
I’ve added a filter in my functions.php file, but it does not fire, making me think that WPDM is not using the “regular” WP upload system.
Would you please provide a fix for that?
Thanks a lot!
Matt
I just accidentally found out the download links are broken. Browser returns “The connection was reset” after click on any link. They was ok few days ago. Maybe it has to do with update to 3.3.8, that I have did few days ago. I’ve tried check the permissions for packages, reset the settings, re-activate the plugin, re-upload the files. I’m desperate.
I did some analysis. The script is putting a “=” (highlighted in yellow in the screenshot) at the back of the download link.
Which is causing an error in downloading the file.
Can you please fix?