Hi,
i have wpdm 4.1.7 installed with “WPDM Directory Add-on 2.4.1″. I want to create pages with only specific categories displayed. I tried your Example from this page: http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/, which is:
[wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ category=”category-slug” order_by=”field-name” order=”asc|desc”]
As soon as i add the category=”slug” (slug is in my case “warehouse”) parameter, the result in the frontend says: “No download found”. But there are many downloads in this category. So where is the problem? Why are they not showing up?
Still an issue after making a memory limit change. We will be using this plugin on about 20 subsites for all our downloads. We need this to work like it does for other companies.
After updating to any of the 2.7.x versions when downloading a PDF file i get the same result: There was an error opening this document. The file is damaged and could not be repaired.
I migrate all files to new version from Admin Menu Downloads Settings Migrate Tab
I saw in another thread that it was a WP Super Cache related issue and to activate: Don’t cache pages with GET parameters. (?x=y at the end of a url)
I did and it’s not working, I even desable WP Super Cache plugin and get the same result
Up until today, I haven’t had problems with adding a new file to the downloads. This morning, however, I uploaded a file to the download manager and it’s picking up extra code in the link; this is what’s showing: 1417458139wpdm_Free Homespun English Tudor Cowl PDF Pattern.pdf It should only be Free Homespun English Tudor Cowl PDF Pattern. Picking up the digits and wpdm_ is confusing the link resulting in a pop up for people to log in to the admin section of my blog rather than being able to download the PDF file. I’m not sure why this started but can it be fixed? Without the link showing up correctly or a means to edit, there is no reason for the download manager to even be installed.
Thank you for your help!
Cylinda
Crochet Memories Blog
I have the current view shown in the previous post and have migrated already. If this is a new view and not just a glitch, I notice there are some things that have changed. The main concern I have is that I do not have the ability to do wpdm_hotlinkid=# anymore and my links now show a box around them with two titles and file size. I can change to one title but I do not want the box or file size. Is there a simple way to fix this? It also does not show my links centered and therefore makes my page look distorted. The ID number for my downloads kept changing as well during the updates so now I have very high numbered ID’s (something like 650-850) instead of my 1-200. Is there a way to fix this or renumber them myself? I have found some information online about direct links but I am looking for something easy and quick to do to fix these issues as the previous version did all these without much effort.
after updating to WP 4.0.1 and WPDM 2.74 and some hours of reading and clicking i’m glad to see my downloads back.
I tried to show the download counter back, but it is not possible for me.
When i try to install the Advanced TinyMCE button Plugin from your site it is not working.
Instead of showing a new button in the tinyMCE all buttons are lost wen it is activated.
I need this plugin to build the several short-codes?
If I were to purchase the new update and upgrade from 3.3.6 to 4.1.7, will this replace any custom and updated coding to templates? I have over 900 downloads (adding more every day) and do not wish to have to go back and edit the drop down for each template.
Also, in update 3.1.3 it says “Download count reset enabled.” Is there a way to reset the download count for all downloads?
The file you indicated is the one file that I re-setup manually, by uploading it on it’s own, and not using the batch uploader. Please try any of the other available downloads from the following link, as they were uploaded via the batch uploader.
to get back all old files, go to Admin Menu Downloads Settings Migrate Tab, from there you can migrate all data from v2.6 to v2.7 . For other issue I need to check it from your installation, please give me temporary wp-admin login info in a private reply to check your issue.
yes it works. It would have been good to know this 10 posts ago. Why not just document this method to workaround shared hosting php timeout causing corrupt files on downloads. You must have many customers with this exact situation.
For anyone else reading this. I will document it here.
Upload file to media library
if the file is too large to upload with wordpress 2Mb default upload limit then do the following.
ftp to some folder under wp-content
add plugging called “add from server” this plugin allows you to add to media library a file already on the server file system and browse to it. This way you can ftp the big file and simple add to library. NOTE: this plugin will copy your file on the OS disk from your directory to wp-content/uploads (media library default folder). make your life easier and put ftp files in uploads and then add to server to avoid the file copy and filling your disk
now “edit file” and copy the file url of your download
now goto download manager pluggin add package and add file using the url option, configure package they way you want now and publish
if you use the email lock option the download url still points to wpdm plugin url so that tracking still works but the code now issues a redirect to the url so the file media library url is used serve the file to the browser. why this makes a difference?
on shared hosting like goddaddy or other, you have no control over php.ini settings. you can google phpinfo.php and getini.php (will give you steps and code to see what settings you php site are using, but changing your php.ini won’t have an effect specifically max_execution_timeout = value to determine how long a php file is allowed to execute in seconds. defaults to 30 seconds which is not long enough to stream 100MB+ size files and times out and corrupts the download. Tried many options to change time out and godaddy confirmed it can not be changed by shared hosting (i.e. cheap hosting). save yourself some time and don’t bother with this as the url method works here is why.
using the WP media library url works since apache is serving the file to the browser not PHP code which has 30 second download limit. The WPDM url method preserves email url’s and direct webpage downloads for big files, you can use smaller files without this method and we found this worked well as long as download was <30 seconds.
I have several sites where I use DM and ran all the usual updates and now everything has vanished – all my links are dead text. DM (new look) has NO downloads or information – WTF? this is a disaster!
I am not sure if this has to do with the update or not but I have noticed that the Download Manager option on the left side menu bar is missing. I updated earlier this month but did not notice too many options missing up until a week ago. I had made some changes to the site right before and did not notice any differences at that time. We were able to get move all my downloads into the download menu option for the time being but I want to get my Download Manager option back as it had some slightly different options when uploading new documents including the hotlink shortcut. The view is also slightly off and I can’t seem to find others with this issue. Does anyone else have this problem or know of what the issue could be?
after all my plugins were updated I recognized that I have to migrate all my current downloads. So far, OK; there are many reasons that the software needed a refresh.
However, after I migrated my old downloads I’m not able to change the icon to be used for the download link. When I select a new Icon and update the item, it is not saved. There is no global setting to change the behaviour.
In Addition, in previous version I displayed the Download Count with the deownload, this is no longer displayed. How can I fix that? My customers should see how often the download is used.
We have an install where we’re allowing downloads to software installers and documentation. All files are stored in a directory on the server (not in wordpress). All downloads of documentation work normally. However, for some reason the downloads of .zip files (the large files), do not work unless you have the administrator role in wordpress.
@XadrezValle,
Short-code is working fine, I’ve installed and activated v4.1.7, I see you already imported packaged, but they schedules, please publish those from quick edit.
I’m installed tinymce editor button add-on, you can get more add-ons from Downloads Add-ons Menu.
after updating your plugin to the latest version, first of all my downloads were lost.
i uploaded them again and inserted the correct shortcuts.
now everything is displayed as it should.
but as soon as i try to download a file, i get the message:
403 FORBIDDEN.
I finally figured out where my downloads were (they had to be migrated). They all work fine. However, where is the widgets? If they are not available, what is the short code to display “x” amount of downloads with their titles?
Just adding my voice to the list. I have converted *all* my downloads and then tried to set up with the new ids of the posts, but its just not working. THe throbber is just churning away and nothing is happening. The site is A taste of linux.
Is there a solution please? Or should we downgrade the plugin until you’ve got it sorted out and running properly again?
When you create a new package in the backend you can choose who can download it:
-based on user roles
-but ALSO you can choose specific individual users (like John or Sally) who can download it
Unfortunately users who can only create a package from the front end can only choose download permissions:
-based on user roles
This has still not been addressed. Why can’t the front end package creators have the same choice as the backend package creators? If you look at my snap from the previous comment you can see that ONLY the choice of user role is available from the front end. In fact Ziku’s screen grab shows teh exact same thing. The only option for FRONT end package creators is to limit downloads by role, NOT by individual. I hope this makes sense. Thanks!
Author
Search Results
Viewing 25 results - 4,726 through 4,750 (of 5,448 total)