When here someone says, if this add-on will work with old attachments/links/downloads, we take it as, he is already using download manager and talking about the data he already added, but no problem, if you don’t need it, I shall ask financial section to cancel your purchase, please give me your order ID in a private reply.
Actually does not count anything now!
The reason is that when you put the return true;
so early the following command does not run!
update_post_meta($pid, '__wpdm_download_count',intval(get_post_meta($pid, '__wpdm_download_count', true))+1);
I just comment out the following lines and everything is working! Total downloads are counted and downloads per day are NOT counted!
//$wpdb->insert("{$wpdb->prefix}ahm_download_stats",array('pid'►(int)$pid, 'uid'►(int)$uid,'oid'►$oid, 'year'► date("Y"), 'month'► date("m"), 'day'► date("d"), 'timestamp'► time(),'ip'►$ip));
I see that it is not possible, but I do want to have custom data displayed which include: custom taxonomies, custom column in the download table to display the language of the file, add a favourite button using the favoriteposts.com plugin and adding a video preview to all the video’s downloads which are hosted on Vimeo. How would I go about this when I can not use normal PHP? It can’t be that I am the only one who wants this?
Can I create some sort of function and load that using your weird shortcode method?
Thanks for the link, but like I told you I already am using the template overwrites in my child-theme
You need to edit wpdm-all-downloads.php
, please follow the instructions mentioned at steps #3 here:
Template Files
Hi Guys,
Which files should we access to edit the appearance/layout of the table indicated in the attached image please?
Online, it’s located here: http://cprm.org/documents/
We want to remove some items like PDF icon, number of downloads, category column etc.
For the link or page templates it’s easy. But I can’t find the correct file(s) for this table template, which is created using the shortcode
[wpdm_ms_packages jstable=1]
Thank you!
Greg
You simply need to use category shortcode. Doc:
[wpdm_category] – Query All Downloads From One or More Categories
You can use following add-on to generate shortcode easily:
Advanced TinyMCE button
I see all order completed successfully and downloads are linked properly, may you please give me a customer account login to check the issue from an existing customer account.
I have a licence renewal nag screen on stsrt.
Its asking for the renewal for the all addons package which I already purchased in October last year.
Something is wrong with the date display on the downloads section as the date is for 2016 instead of 2017 and the download is still green.
Please find copy of the invoice
Thanks
Nothing was wrong, 2 notifications the add-on’s feature, most users need it :), #1 is when user fill the form and submits and #2 is when any user actually downloads the item.
I couldn’t search your forums so I’m not sure whether this solution has been provided before.
Two parts to this:
Part 1
When I import this file as a test:
https://docs.google.com/spreadsheets/d/1wZFdiOPR4SLJU2IuL1LLyEMrCi7N8SOnwl1ujtAqbS4/edit?usp=sharing
It immediately redirects to the Downloads > All Packages tab instead of allowing me to complete steps 3 – 6 as stated here: https://www.wpdownloadmanager.com/doc/bulk-import/
The file I’ve entered in the heading files is not linked to the downloads either.
The files are all in a folder called coc in the root WordPress folder.
How to I get the files to attach to the imported data?
Part 2
The file I’m importing has 1000 rows in it. Somewhere between importing 300 – 500 rows I get a 500 Server Error and the import stops. It’s never consistently breaking on a certain row, each time I run it a different amount of rows are imported.
What is causing this to crash? Is the import not built to handle large batch files?
Please let me know how to fix both issues. Thanks.
This reply has been marked as private.
As I mentioned, I am using the latest version. From your downloads page this morning – version 4.6.3. Also, this site is not public, so I can’t provide you with access. However, a few pieces of information for you:
1. The problem is NOT our firewall. The firewall configuration has not changed in 3 years. The Download Manager software has always worked prior to this latest version.
2.. Your own support forum is filled with other people having the same problem. I noticed at least 6 different people reporting this exact problem in the last few days.
3. I am using the latest available version of Download Manager and I still have the problem (so do many other people).
Please fix this issue (via software patch, issuing a new license key or something) so that your customers can get back to doing their jobs instead of trolling this support forum trying to fix something that is out of their control.
Is there a method that I can use to bulk create thumnbnails? I have over 600 jpgs for which I would like to show previews, but creating thumbnails manually takes an enormous amount of time.
Is there not perhaps another plugin that can be used to create the thumbnails and then I use the csv bulk upload facility to add the thumbnails to the downloads?
Would really appreciate some assistance on this.
Thanks
Martin Duys
Hi,
we have a big problem since we updated to 4.6.3. The code [thumb_gallery_50x50] does not work, the images are not resized and the whole page is a mess. We need to fix this issue fast, our customers are calling and writing us all day long.
We use this template:
<div class="clear"></div>
<div class="row">
<div class="col-md-12">
<div class="thumbnail">
<div class="row">
<div class="col-md-3">
[thumb_200x200]
</div>
<div class="col-md-5">
<a href="[page_url]"><strong>[title]</strong></a><br/>
[excerpt_200]
<div style="margin-top: 10px;">
[thumb_gallery_50x50]
</div>
</div>
<div class="col-md-4">
<table class="table table-bordered table-striped">
<tbody>
<tr><td>Dateigröße</td><td>[file_size]</td></tr>
<tr><td>Downloads bis heute</td><td>[download_count]</td></tr>
<tr><td>Zuletzt aktualisiert</td><td>[update_date]</td></tr>
<tr><td colspan="2"><a href="[page_url]"><strong>Dokumente anzeigen</strong></a></td></tr>
</tbody></table>
</div>
</div>
</div>
</div>
</div>
<hr noshade="noshade" size="1" />
WordPress Version 4.7.2
I tested URLs http://www.openresources.org/rescuing-ambition and http://www.openresources.org/like-a-diamond, downloads seems working fine.
Also tested individual download page http://www.openresources.org/download/out-of-darkness-week-1-audio, however, I’ve adjusted login message from settings and the page template to make it working.
Additionally, if you select only specific user roles for a package, then, user must login before download and only users under selected roles will be able to download the item, but if you want to allow everyone to download an item, only select “All Visitors” for “Allow Access” field.
Please let me know if you need assistance anywhere else.
We need to restrict downloads to subscribed user only. It works well using the “Allow Access” setting, but it seems like when the user is not logged in, the download button just disappears. We would want to let the user know that when he is logged in, the download link will be available. Is there any settings to replace the “no button” behaviour by a “login to download” button?
For example, in the template editor.
you have ways to access the fields i.e [description] [icon].
we need one for [access] so that it returns the roles that we have given access to that particular download.
Then we can hide and show when creating a drop down of the role and hide the others…..
im thinking of creating a attribute on the download template i have (custom template) to have roles=[access].
Is there any way i can get that downloads roles allowed to access it?
Hi Shaon
If i need to show a drop down , after a user has logged in above the archive page short code……. that shows the Roles that i have assigned to the current user….
And when clicking a role it would filter the downloads in the archive page ..
So when the user logs in they would see all downloads for all roles of course… but to filter by role that is assigned to them?
Do you have any way i can access the roles linked to user and display them with ability to filter archive page by the chosen role?
Even if you could point me to the piece of code , that would help a lot?
@admin, so many days are passed now, I must ask you to give me a definitive response until this evening, I have to release the website by the end of this week and I have to do all the work related to downloads and I don’t have time anymore
This reply has been marked as private.
I appreciate that they serve two different purposes. For MY purposes, I only need users to see files available to them and you were nice anout to build in a logout button into the [wpdm_my_downloads login=1] page. I don’t need them to edit their profile.
Techinically, is there any reason I should not add that code into my deafult dashboard page?
Does it mess with any over-all functonality?
I also sent you an email about the extraneous links in the package pages as well as the page/button/email templates no longer displaying and some other nits. Did you receive that or should I start new topics here?
Thanks in advnace.
[wpdm_my_downloads login=1] page lists all files assigned to an user using custom access level add-on.
But dashboard page has some other sub pages such as edit profile, logout, and other tabs based on what other add-ons you have.
So, these pages serves two different purposes.
So I have my dashboard page built (http://www.nettedtogether.com/download-dashboard/) and have added the short-code [wpdm_user_dashboard] per the instructions and you even wrote some custom code so we go directly to that page on login. That page shows me – as a user – all the files I’ve downloaded.
I also have a page called Download Landing (http://www.nettedtogether.com/download-landing-page/) on which I’ve added [wpdm_my_downloads login=1] and that shows me all the downloads available to me based on permissions and roles.
Question: Is there any reason I should NOT use [wpdm_my_downloads login=1] on my default dashboard page?
This is working for setting of 2 Only. If I set 5 or 10 or 15 as download limit per User / user role. it’s not working.
even it’s not counting no. of download links in single package
and also not counting no.of packages with multiple single downloads.
It’s just opening the gates for unlimited downloads and my users are downloading as many files as they wish.
I have created 2 ProMembers and set download limit as 5. it’s not working.
I will send you ProMember User ID & Password in Private massage. Please check as user and with user role.
Don’t just test as admin. also test as users and check the issue.
If You need, I will send you recorded video of all testing possibilities as users with user roles.
Please do needful ASAP. we have stopped our operations for members.
Please understand our situation and help me.
Hope You understand our problem.
Thank You.
This reply has been marked as private.