Could you please send me the frontend package link to check if the download works? If download works then package import was successful.
If completion of the Ninja form can’t result in the visitor receiving an emailed or instant download link from Download Manager, do we instead need your Live Forms add-on to supplement Form Lock?
Understood….but is there a way to use a protected link shortcode from Download Manager within the email sent by Ninja forms? Or is this functionality entirely dependent on Ninja forms?
I’m so close. I can get it to upload the CSV and create the downloads posts, but it won’t attach the files for download. I’ve attached a sample CSV of just one line. You will see the the link to the file works and opens (therefore file permissions should be OK). Any other ideas?
When you try to download a multi-file package, wpdm need to create a zip file from attached file to start download, which requires zlib in your server. Now zlib is not active in your server and that’s why package download link failing to download file, please ask server/hosting support to active zlib in your server.
Also, the download packet link does not seem to do anything. http://www.interiorgas.com/download/test-board-meeting-docs/
Thanks.
This reply has been marked as private.
I uploaded three docs and then tested the page. http://www.interiorgas.com/download/test-board-meeting-docs/
The download link does nothing.
And the icon with date on it gives a 404.
Plus, I want the files to be downloaded individually. But they don’t. They aren’t even linked.
Your docs don’t help. I did what they said.
Please help.
Please use [wpdm_category id="XXpermalinkXX" cols="1" toolbar=1 desc=1 item_per_page=10 template="link-template-default-icon" order_by='title' order='asc']
Doc: http://www.wpdownloadmanager.com/doc/short-codes/#category
i use this shortcode to show all downloads of a category at a page:
[wpdm_category id="XXpermalinkXX" cols="1" toolbar=1 desc=1 item_per_page=10 template="link-template-default-icon"]
1. Add following css in your theme to fix button size issue.
.wpdm-download-link img{
width: 150px;
}
File type icon shows only when you insert a package using link template, use tinymce button addon to do that.
2. Checking this issue. Will update you later.
1. Copy the dashboard page url and set it as url for your button or link
2. You can use different category shortcode to insert categories in a page. Install http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ and try shortcodes there.
Shortcodes Doc link http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
Let me know if need further help.
Thanks.
I have created a page template with icon. Now it is showing icon.
Link Template works when you insert a package with direct download link and then it shows icon from link template. But here in package details page icon have to come from Page Template
If you want to add direct download link manually, it is like http://your-domain.nl/?wpdmdl=1625
Clone current link template you using there now and replace [page_link] tag with [title] tag, then save as new template, now use the new link template with your short-code, please use tinymce button add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ .
Template Docs: http://www.wpdownloadmanager.com/doc/templates/
Hello,
I’ve a problem.
The link to access download page is details/files so the WPDM Url Package base is : “details” and the WPDM URL Category Baseis also: “details”. The problem I have is the link on “continous shopping”. the link is download/files then I get 404 error page.
How can I fixe this problem?
Regards
Hello,
I can download the file (Download Instantly), but the mail come blank without link to download, neither single file, neither zip file with two files.
Nathan
Sorry for delayed reply. Could you please send me the package link to check this issue. Also let me know the pass to access file download.
Hi there,
I want to provide users an instant download, that is when they press the download button on the site the attached file downloads immediately. I copied the shortlink (http://mydomain.nl/?p=1625) to a button on the site, but when pressing the button a template page opens, the on that page a user needs to press “download”. How can I get rid of the intermediate step and let the download of the attached file start immediately after pressing the button. Thanks
Hello and thank you for your response.
Initially i got confused, i was still trying to use the same page (site homepage) i was using before. And problems remained.
Then i saw you used a specific page for the “User Dashboard” and chosen it instead of the previous (homepage). I looked into it and it worked.
So, to everyone reading this, do not define User Dashboard on site homepage.
Just some things disturb me at the moment, and i ask you if there is a solution:
- On the User Dashboard, why do users see files on the “Recommended Downloads” area, that they have no access to? Is there a way to show only files that user can access? (commented screenshot in the attached file)
- On the User Dashboard, what is the user level area supposed to do? Print account type? Why is it empty?
- On the User Dashboard’s main page, the “Profile link” is redundant, please make it disappear on dashboard main page.
- On the User Dashboard’s profile page, there is a Paypal email field, is there a way to hide it?/li>
- Is there a shortcode cheat-sheet? Os is this page it?
Thanks in advance.
This reply has been marked as private.
Hello, i’ve recently acquired WPDM-PRO and WPDM Custom Access level plugins.
I installed a fresh copy of plugins, verse theme ad WP latest. We have permalinks set to full URL.
We need to set-up a simple file sharing system, to allow our client to share files with clients in a secure manner.
I setup the website so that at the homepage, users see the login form, once logged they see the user dashboard (simply used [wpdm_user_dashboard] in the page).
The dashboard has some links that do not work. And we had to manually create some pages to account for the broken links in the dashboard menu:
A – “Edit Profile” leads to 404, we solved in a page with [wpdm_edit_profile]);
B – “Profile link” seems useless as it only reloads that same page;
C – “Download History” leads to 404, we created a page to solve the 404 but do not know that shortcode to use there! (complete lack of documentation)
D – “”Logout” leads to 404 how do i solve that?.
User level section is completely BLANK (what is it for?)
User dashboard also shows on Recommended Downloads section downloads that the user is NOT ALLOWED to download or even see.
We need to know how to create a page that shows all downloads avaiable to the logged user. Last 5 downloads in dashboard is not nearly enough. What happens if user needs to re-download old files? There is no way to get to them since “Download History” link is broken.
At the moment i find this plugin to be immature, it is missing documentation, i found many shortcodes in the code that do not even exit in the documentation (ex. [wpdm_my_downloads] gives a list of files for the user, but information is limited and besides prints a PHP error related to WPDM Custom Access plugin.)
And we thought this was a mature plugin….
HELP!