Hi,
Customization is required because there is no existing shortcode to show the downloads of only last 30 days. We have to create a custom shortcode for that.
But your proposed approach works too. You can just sort packages by date and show the recent at the top. You can use the all packages shortcode.
Thanks.
Yes, it is possible using a custom template of /download-manager/wpdm-all-downloads.php
file. Please check this doc https://www.wpdownloadmanager.com/doc/template-files/ It shows how to create a template file.
You have to perform 2 updates in the new template file,
1 ) Replace line 255 with $data['download_url'] = wpdm_download_url($data);
2 ) Find get_the_permalink(get_the_ID())
and replace with $data['download_url']
Stats are logged automatically. No extra setup is required for that. Did you check the Stats Download History tab? It should list all downloads. Please send temporary wp-admin login info in private reply if you can’t see any log there.
This requires a custom solution. No built-in option to check download history of a selected timeframe.
This reply has been marked as private.
You are using the free version there which doesn’t have the bulk import feature. Please install the Pro version. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Deactivate and delete free version before installing Pro.
Are you trying to serve downloads from another server?
In all packages table, File icon is generated dynamically based on attached file type. But if you want to show the icon set in package setting you have to add the following code after line no 254 in /download-manager/tpls/wpdm-all-downloads.php
file,
$ext = $data['icon'];
To make this change unaffected by plugin update, use a template file instead of customizing core plugin file.
1 ) Copy this file /download-manager/tpls/wpdm-all-downloads.php
and place it in /your-active-theme/download-manager/
directory.
2 ) Now make changes in this new template file
I am using the following code:
[wpdm_all_packages items_per_page="10" categories="datasheets" jstable=1 order_by="title" order="ASC/DESC" cols="title,excerpt|download_link" colheads="Product Number|Download::150px"]
I do not get a “Display x downloads per page” link in the upper left nor does the pagination work. This worked prior to installing the 4.7.7 update.
Hi,
I think the Archive Page sidebar view is the right solution for you. It shows all categories in the left sidebar and shows packages on the right. When you click a category that has child categories, all those child categories will be shown on the right. And you can select one to filter downloads from it.
I think you should check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/ to get a clear understanding of how it works.
Let me know if you have any further query.
Thanks.
You were using the frontend uploader page ( [wpdm_frontend]
) which is not the correct shortcode for showing all downloads. The right shortcode is [wpdm-all-packages jstable=0 items_per_page=10]
I have updated the shortcode.
Now download page is here- https://www.toi-suisse.com/media-download/
If a user is not logged in a login button will be shown instead of the download link. After login, the user will be redirected to the download page.
https://www.evernote.com/l/AUfUaQoZxutPlrplXEjkugU5zGvcEOUVnkkB/image.png
When creating the package you will set the access for the package from package setting meta box.
Hey again,
I installed the old version but when I click on “Download All” on a download package page I am getting this error:
Fatal error: Class ‘WPDM_Stats’ not found in /homepages/2/d124581539/htdocs/WP-Downloads/wp-content/plugins/wppromembership-old-new/functions.php on line 25
Hi Support
I have a problem with my download button.
Previously when i had an issue with it, I was told to you change [download_link] in the template to “[link_label]“, and it worked for a small amount of time.
I have been having another problem for approximately 2 weeks, my download button does not work , if I leave [ download_link] in the template certain documents have ” #unlock” in the URL but still, downloads and others have “#” in the URL and doesn’t work.
Then if I change [ download_link] to “[link_label]” then the documents with “unlock” in the URL change to “#” and stops working and the documents with “#” in the URL changes to “unlock” and works.
I can not get all the documents to work at the same time.
I have attached some images of the code.
Please assist as soon as possible.
Regards
Laurika
Hi,
We recently installed an SSL certificate via BlueHost and we use SiteLock for gwg.org. Since this update/DNS change our WP Download Manager isn’t working at all. It seems to be timing out, and no one is getting the immediate download or the email with link.
This is the page with the most downloads on it: http://www.gwg.org/application-settings/
Could you please help me troubleshoot this? I have no idea where to begin.
I’ve setup an admin login for the site, let me know if you need access to this.
Thank you,
Alexandra
That’s the easy way to serve downloads. Although customers should receive the email after payment if they provide a correct address. You can also check all orders from Downloads Orders page to check if they have downloaded the product.
I can’t access Downloads Templates page. Need administrator role to access all download menu pages. The issue may be related to the custom template code. Please assign the administrator role to the temp user so I can check the template code and implement a new template to resolve the issue.
Sorry for the delay. It is very simple what you explained above.
1 ) Upload your file from Downloads Add package page.
2 ) Setup your watermark text in Downloads Settings PDF Stamper tab.
I see that you have already added some test files and stamping is working fine there. You can use [wpdm-all-packages jstable=0 items_per_page=10]
shortcode to show all files on the same page. Or use package shortcode to show each file separately.
Please let me know if you need help in any step.
Hi,
I installed Download Manager v4.7.7, purchased a few days ago, along with WP Pro Membership v1.5.1 but I have problems with e-mail notification.
In detail it happens that when a new user registers to the site documents area, the administrator doesn’t receive the registration notification email.
I looked at the page “Downloads > Templates > Email Templates” but I’ve seen that the only notification email to the administrator is “New Package Notification”.
Please can you help me to set correctly the email notification to users and to the administrator?
Thank you
This problem really is a pain, I’ve a few hundred posts with an image in the description. The image is hyperlinked to itself,
etc…
How can I remove these lines from all my downloads? I’ve a feeling it needs regex on the database, but no clue with regex.
Maybe if you could tell me where in the database to look for the content?
This is Sample Data after I import, on the home page there are some errors as follows:
1. Counter download does not show downloads? “in these sections: NEW DOWNLOADS, POPULAR DOWNLOADS”?
2. The title of the package and More have two different links when clicked (specifically when clicking on More then the link is the default WP post after install, not the package link)? “in these sections: NEW DOWNLOADS, POPULAR DOWNLOADS”?
Is this theme faulty? And I tried the free Centric theme, the result was the same as the Crypton theme. Now, what must I do? I was bored when I ordered 3 items but not good results …
I have a problem with lock option. When i enbale lock option with form all the downloads files disapears from my donwload page in front-end.
Its very urgent please help. I can profide you with logins so you can check.
Hi,
It’s been a while (which is a good thing meaning no issues) 🙂
I’ve hundreds of downloads using the default page template, is there a way to to bulk change them to a custom page template?
I think I can set it so that all future packages will use the custom template by default, but what I need to re-do all the existing ones.
Quick question. Is there any coding to allow for a horizontal scroll without page refresh? I didn’t have the best luck with the carousel, plus I am more interested in maintaining the clean formatting of the downloads page. If not, perhaps a feature request for the future? Thanks for letting me know either way, have a good weekend!
Scott
https://scottkolbe.com/download
Hi Ricardo, Looks like some there is still old text domain in Advanced Access Control add-on. We are updating it soon. For now, You can replace all instances of wpdmpro
in /plugins/wpdm-custom-access-level/wpdm-my-downloads.php
file with download-manager
. That will fix the issue.
Please login to your WPDM account from Downloads Settings Updates tab. That should allow the plugin update from Plugins page.
Or you can just download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
In this casne, you have to deactivate and delete the old version before installing the new one.