I mean each time you add a package, for the attached file, I add an URL for the file to download (on an external server, i don’t use the “upload” function), this URL is set by me.
now all my packages have a URL http://ns32……… but i’m moving all my files to a server named http://ns42….. (still an external server, not the one where WordPress is set)
so all my downloads will not work, i can actually go inside each packages 1 by 1 to update the link to the new server, but doing than more than 3000 times is not what i want.
I tryied to modify those packages link directly into the database, but when i do that, when i edit a package, attached file URL is empty.
What are my solutions?
This reply has been marked as private.
You can use following short-code to display all downloads in a alphabetically sorted table,
[wpdm-all-packages items_per_page="20" jstable=1 order_by="title" order="DESC"]
Update to previous post.
Enabling any of the “lock options” results in inability to download.
Removing lock options allows downloads, so there is an error/bug somewhere in the lock options part.
Enabling linkedIn sharing or facebook liking even results in not loading the page completely so it seems there is a major issue.
Havent tested with all template styles, but that doesnt seem to be the issue, it is enabling any of the locking options.
Ok. I deleted V4 and installed 3.37 again. All Downloads are back.
but also with an new and valid license the plugin do not let me add a new download or manage my 350 galeries. It still swithes emmediatly to the license site …
What can I do? Spending 45$ again …
I was happy with 3.37, because I did not want to change all 350 ID´s ….. but I need to add new downloads
This reply has been marked as private.
Please follow the following steps:
- Create a dir named
download-manager inside your active theme dir
- Copy
wpdm-all-downloads.php from plugins/download-manager/tpls/ dir to the dir you created in step #`
- Now you can edit copied
wpdm-all-downloads.php the way you want.
After further examination it seems as if Zip File creation is not supported for URL downloads or Google Drive downloads. Is this correct?
Shouldnt the plugin cache the URLs locally and then create a zip file from these?
It appears that if I create a new download or remove and re-upload the files it shows the download button and password again.
I don’t have time to re-upload all my downloads. Is there a broken link?
Thanks for the response. What I’ve done is created another version of wpdm-all-packages ( instructions here: http://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/) and set the download count and creation date as conditions for the ‘NEW’ label.
This reply has been marked as private.
we also have a customization team and if you want to use them, please contact customize@wpdownloadmanager.com for quote.
Or
You need to follow the steps to customize
You need to copy the tpls/ dir from download manager plugin dir to active theme dir. (This is required to do in-case you want to update your plugin later the change wont be effected on design)
Then rename it copied tpls dir ( which is in your theme dir ) to download-manager
Now edit wpdm-all-downloads.php in download-managerdir ( which is in your active theme dir )
Hi,
Is it possible to generate a report showing all users and all their downloads.
Thanks,
Matthew
AND, just got this back from server host, So please could you dealt with it ASAP. thaks
The PHP www-error.log displays a PHP Fatal error which likely correlates to each time you attempt a download. You can test this yourself by attempting the download, then checking the log, and looking at the timestamp of the error message, or just looking for a new entry at the bottom.
The error message mentions the plugin ‘download-manager’ specifically, so this is likely the cause of the failed downloads :
[19-Jan-2017 23:20:43 UTC] PHP Fatal error: Call to undefined function WPDM\wpdm_is_url() in /srv/data/web/vhosts/www.habitararchitects.co.uk/htdocs/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 30
This is an error with the plugins code, it is calling a function that is not defined within the code. I suggest you pass along this error to your plugin developer.
Everything about adding new package is explained here http://www.wpdownloadmanager.com/doc/add-new-package/
However, in short, you need to follow following steps:
- Go to Admin Menu Downloads Add New
- Add title / descriptions and other info
- Upload/Attach as many as files you want to attach
- If you want to attach file from dropbox , install dropbox add-on http://www.wpdownloadmanager.com/download/dropbox-explorer/
- Enable single file download from Package settings
- Publish the package
Hello,
I am new to wordpress and I have bought your system including the archive pages. I am trying to create a page where you can see all of the top level categories and then drill down.
I am also trying to work out how I can edit this page so that the feature image only shows in the small area – not before the results:
http://wp.montessorisoul.com/free-downloads/mammals/
Can you help?
Many thanks
Jo
You can create a page and add any of the following short-code :
[wpdm_category]– Query All Downloads From One or More Categories
[wpdm_tags]– Query all downloads from specified tag(s)
[wpdm_all_packages] – List all downloads in tabular format in a page
example, Category short-code will all parameters:
[wpdm_category id="Category Slug(s)" operator="IN" title="Custom Title Here or 1" desc="Custom Dscription or 1" toolbar="1" order_by="field name" order="asc or desc" item_per_page="10" template="temaplte name or ID" cols=4 colspad=2 colsphone=1]
However, you can use Advanced TinyMCE button plugin, which will help you to add short-codes in your page.
This reply has been marked as private.
1. It is not possible to automatically add users to a level. Registered user must subscribe to a plan ( use [wpmp-membership-plans] shortcode to show all plans, user can subscribe from this page ) to access downloads assigned to that plan.
2. User can access all membership downloads from dashboard or a custom download page ( use [wppm_downloadarea] shortcode to create custom download page )
3. Sorry not cleat. But if you are trying to change button of link/page template then use Image button or Button Templates add-on.
I know that I can do a new link template, and this is what I have done, but around this template and all my downloads, wpdm is putting this two div containers around. and I cant change this. Or I dont know where.
<div class='row'><div class='col-md-12 col-sm-6 col-xs-12'>
thx for your help
The license key when entered says that it is invalid. I’m wondering why that is? I was using the plugin locally while developing and entered the license key and have removed the license key since I’m migrating to staging and wanted to test in staging. Now when entering the license key, it says that it is invalid. I’m assuming that the license key can be reset, in which if that could be done, that’d be awesome.
Also, one other issue is that the user dashboard urls generated lead to 404 pages.
On the local development site, the logout url is : downloads-dashboard/?udb_page=logout
but in staging the url is : downloads-dashboard/logout
How do I fix the urls being generated? Is this due to the license key? I’ve tried updating all settings in staging, updating permalinks and still all of the logout, profile update, etc… URL’s are resulting in a 404 error.
Hi,
I just uninstalled previous version and installed the latest, 4.6.1 Pro. -I also installed and activated the latest dropbox plugin. For dropbox plugin I followed instructions here:
How to use DropBox to store your files and allow users to download them from your website
I am stuck on step 5. I cannot find the cloud storage tab in >Downloads >Settings. There is a tabbed menu with Basic, Frontend, Social, Updates and License.
Both Download Manager and Dropbox appear to be active. I am using WordPress 4.7.1
What am I missing?
Hi,
Downloads > Subscribers page lists all emails collected through email lock.
Please update the dashboard page to fix the blank page issue. It is related to permalink. You don’t have to change any content , just update the page.
Thanks.
Found no such issue. All packages are shown in category page http://www.reseau-vocare.com/downloads/documents-vocare/
Did i miss something?
Hi,
URL: http://be.iko.com/technische-fiches/
I’m using Download manager already for a long time and I purchased it already for a few sites.
On the URL above you’ll see 5 tabs.
The downloads on the 1st 4 tabs works fine.
I added the 5th tab only recently and the downloads are not working. I always get ‘file not found’.
I add the files by ‘Bulk import’.
When I add a file manually 1 by 1, than it does work.
Also I don’t t see the map tree structure anymore on the bulk import page and when I add the URL of the files, he shows me all files, but in the last column I see size: 0.00Mb
I already updated to the latest version but that didn’t helped.
I was thinking on some security restriction but then it’s strange that it is working for 1 file.
I can give admin login in Private message.
thanks for a quick response!