Hi,
It is possible to add link of frontend upload in dashboard page.
You can use wpdm_dashboard_menu_actions
hook to add extra menu item which will link to frontend upload. Please check this doc for hook reference.
Thanks.
I’m working on a site where some of the “Downloads” are actual files, and some are links to websites. My client is concerned that people will be confused when they see the blue “Download” button in the right column of the file list.
I’d like to change the language so that it says “Access.” I’m OK with changing the original plugin files, and am aware that future updates will overwrite it, so that I’ll have to make the change again.
It looked like file_list.php was the file to edit, but the desired change didn’t display.
Where can I make that change?
Hi,
I have replied to your mail too. You can continue this discussion there if you want. However, here are the answers in same order as appear in you query.
a) Password Lock and Email Lock are separate locks. You can connect this too. So, if you email lock a package; user will get download link after submitting email address. No password is associated in any step here.
b) Please send login info in private reply or to support email to check the issue with Form Lock.
Thanks.
This reply has been marked as private.
Unfortunately the link in the email is not the problem, I don’t use that feature, I just want user to enter email and instant download which is what I have setup. But I have tried again this morning by enabling one of the documents to locked by email (instant download do not send link) and again on all computers I have tried I just get link expired.txt file. So it is still not working with all the cache exceptions in place. If you login and test page it does work ok for logged in users, but if a visitor comes to site and clicks on download link they enter email address and then it downloads link expired txt file and not the document.
Keep the cache exception rules you added.
Now old download link ( link sent to email ) will expire only if you update the package, because after update new key is generated. However, instant download will work always. I have tested few times ( as logged in user and guest ) and download worked fine.
Hi,
You can use Link Template with [file_list]
tag. This tag will show list of files in your package. Each file can be downloaded separately from there.
Let me know if you need help in building the custom link template.
Thanks.
This reply has been marked as private.
Hi,
Sorry, It is not possible using category shortcode. Link template from package settings will be applied only when you are showing the package as individual download using default package shortcode [wpdm_package id='pack_id']
Thanks.
1. Maybe user does not have access to the Download ( try setting All Visitors in allow access field in package settings )
2. Build a Custom Link Template. Clone the template you are using now and replace [page_url]
with [download_url]
. Then use this template in your shortcode.
3. Please send me page link. After checking the page i can suggest required css to change accordion color.
Thanks.
I have setup 4 pdf files to download. Each has a download button. When you click the button you enter your email and name and click download, it then produces a link expired.txt file rather than the PDF. What would cause this. I have tried setting an available date from today to year 2090 as an example and that made no difference. All other settings are default.
Greetings;
I’m using the X Theme. I’ve seperated my downloads root into a dozen folders or so, and I’ll populate those folders with files as I go along.
I’d like to be able to create a page within the X Framework that would display the contents of each package … without using a WPDM package. When I am forced to create pages using the WPDM templating framework, I lose X capabilities.
For instance, a download page might look like:
Folder X:
Link to download file A
Link to download file B
Link to download file C
Folder Y:
Link to download file D
Link to download file E
Link to download file F
Folder Z:
Link to download file G
Link to download file H
Link to download file I
Thanks
Hello. I’m pulling in the list of packages on one of my theme’s template pages so I can utilize a filtering plugin. I’m able to list the packages and link to them by using the permalink.
Is there a way to replace the permalink with a direct download link?
Below is the code I’m currently using. Not sure how to utilize the ‘download_URL’ feature in here.
<?php while ( have_posts() ): the_post(); ?>
<div class="library-single-file">
<a href="<?php the_permalink(); ?>" title="Download" target="_blank"><?php the_post_thumbnail('medium'); ?></a>
<h3><?php the_title(); ?></h3>
<p><a class="single-file-btn" href="<?php the_permalink(); ?>" title="Download" target="_blank">Download</a></p>
</div>
<?php endwhile; ?>
Thanks.
The correct parameter for this shortcode is template
like following shortcode,
[wpdm_simple_search template="link-template-panel" ]
Please send login info in private reply, i have to update code to change pagination. How many download do you want to show in a single page before jumping to next paginated page?
Did time expired for the package? You can only see the effect after download expired. A message is shown to the user instead of a download link.
Yes I have the latest version.
I have installed the short-code add-on and now I see the link is create but still not working.
This is the html code generated
<a class="wpdm-popup-link" data-title="Partner guidelines" data-toggle="modal" data-target="#wpdm-popup-link" href="https://www.unleashedsoftware.com/download/partner-guidelines">Partner guidelines</a>
However, when you click nothing happens.
The membership is not working for button also ๐
If you have download button to premium package in post you can download it without subscription plan ๐
Links to the same file:
https://graphictwister.com/download/newmacbook-on-table-060512-zip/ (here file is blocked)
https://graphictwister.com/white-clasic-poster-frame/ (here you can download it for free !)
This package have setup yearly plan
Best
Kaja
Hi !
i have this massage if i click on link in premium package.
Warning: Missing argument 4 for WPDMPremiumPackage::hide_single_file_download_link() in /wp-content/plugins/wpdm-premium-packages/wpdm-premium-packages.php on line 898
Best
Kaja
I was sent a link via email with instructions to download the old version… No apology or explanation. Just a link. I didn’t need it though – I had already rolled back. Because I’ve had so many issues upgrading this plugin over the past couple of years, I’ve made it a point to backup relentlessly. This is very disappointing and I feel the entire issue was handled poorly. Not only was I not notified of the new requirements, but sorting out the issue wasted hours of my time.
I don’t believe the underlying issue can be fixed without rolling out the new social lock code. I converted all of the offending arrays in the individual plugin files to PHP 5.3 compatibility but apparently, the Facebook SDK also requires 5.4 and so it produced errors as well.
Disappointed.
which template am I changing? Link template or the page template? I have removed everything (both link and page template) with the word download, but the button doesn’t go away.
Hi,
Link works for multiple downloads.
https://www.evernote.com/l/AUd7Y1jup29GE46BhQabRVDs6xYpzM-QlQ0B/image.png
I think your issue was related to package update. Updating a package resets it’s master key, which is used for direct download in mail link. But link will work if package is not updated. New link required after updating the package.
Thanks.
Clone the template you are using now and remove the [download_link] template tag from there. Then set it as your package template in package settings. That will remove the zip download link.
You can clone your template from Downloads Templates page.
I couldn’t re-create the issue. After clicking the package link in this page it took me to the details page. But my user didn’t have access to the download. It changed the allow access to all visitors for the package to test if download works. And yes it worked.
This reply has been marked as private.
Yes, it is possible. It requires some code customization. Go to /download-manager/tpls/wpdm-all-downloads.php
file and then replace marked line with following code,
https://www.evernote.com/l/AUfyzvfB7OBA3rbTJwWzMGvMyHsBR1-wTHQB/image.png
<a class="package-title" href='<?php echo wpdm_download_url($data); ?>'><?php the_title(); ?></a><br/>
It actually changes the_permalink();
to wpdm_download_url($data);