for [wpdm-all-packages] you need to see file “/download-mamager/wpdm-all-downloads.php”
UPDATE:
Hello again, thank you for your efforts Shaon but there is not progress after all… I should update your about my problem
First of all I have set the daily downloads to 3 but I get issues…
1. I have several complains from users that they get download-limit.txt when they are trying to download for first time after days of not downloading nothing at all. So they get limitation with no reason. I have checked their download history in the Package vs User and indeed they haven’t downloaded anything in weeks.
2. The second and Major issue for my sites security is that I still have users whom can download more than 3 files per day… Especially one user today have downloaded 20 or more of my precious video files. I really have to stop that because I am losing money when someone pays for one month and download hundreds of files when the limitation is 3 per day…
I am willing to pay you in order to fix this problem asap. I have had that problem and it drives me crazy..
Please respond.
Hi, am using WP 3.6 and Download Manager Pro. All works fine when clicking download link, filling out email address, email is sent with link like testsite.com/?wpdmdl=6&_wpdmkey=524354f37c787 but when click on that link in email, the site loads but the pdf file never downloads. Any suggestions of what I should be checking? Thanks
Same problem here. And i don\’t know how or where to ad the code you specified above. Can\’t you just make an update with all the functionalities please.
Part of my site which is acting up: http://www.zimdownloads.com/?page_id=237
I’ve spent hours on this already trying to achieve the same thing and finally figured it out.
NOTE: You do need to purchase the WPDM Directory Add-on for this to work.
1. To get the category buttons at the top you need to create your categories first in Download – Categories. Make sure you leave the field called ‘Allow Access’ empty.
2. Go to Downloads – Settings and at the very bottom is a drop-down called ‘Link Template for Archive Page’. I chose Bootstrap Thumbnail as it looks like the demo version but you can select what you like and see what looks best for you.
3. Now create a new Page on your blog and insert the following shortcode [wpdm-archive] and save the page.
4. Now view the page and hopefully it should all work.
I hope I haven’t missed anything. I’m not sure why the developer can’t add a simple step-by-step on the Docs page for this or better yet do a short video. It would save people a heap of time and save him repeated questions in this forum.
actually its server side tracking, should be browser independent. Anyhow I’m checking it with safari.
Hey there, thank you very much for your precious help! I’ve just tried and see if your fix is working and I am facing a strange thing…
When I get connected with Google Chrome I get the limit working fine. But when I am connected with the Apple Safari there is no limitation at all. I’ve downloaded 10 files when the daily limit is 3.
Do you have any idea why this is happening?
Thank you very much again for your help!!!
I have just sent you the temp login info in your email. You will see an email about a web site called http://www.teachme.gr
Thank you very much!
you need to change code for that.
Filename: wpdm-all-downloads.php
line# 30,
before ?> add:
$ext = $file['icon']?$file['icon']:$ext.".png";
line# 31
replace $ext.'.png' with $ext
you need to edit file wpdm-all-downloads.php , remove page url from there to disable page link.
not working yet ..
new massage :
==========
Fatal error: Call to a member function get_var() on a non-object in /home/site_name/public_html/wp/total.php on line 4
==========
it was a menu priority issue, please copy files from current installation when you need to move to new server.
Whenever anyone downloads a pdf, acrobat tell them the file is corrupt. All files!
http://www.gcak12.org/downloads
I do have subcategories, the ALLOW ACCESS field is set to ALL visitors for the main section Public downloads and the ALLOW access field is empty for the sub categories… it that ok ? I still don’t see the drop down…
In my page http://new.rotalec.ca/download-manager/
Under the public Downloads section I have 2 SUB SECTIONS… (see attached file) one doesn’t have a package and the other one does have one so I’m expecting to see a drop down that looks like this
Softwares, Drivers and Firmwares (1)
Documentations (0)
1) Admin Menu Downloads Categories Embed Code column. example: [wpdm_category id=categrory-id ….
2) actually everything mentioned here http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
but if you facing any complexity. please send temporary wp-admin login info to support@wpdownloadmanager.com to check your issue.
actually you simply need to know php a little to do that, its hard to explain every step of code here.
replace
$data = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where ($qcids) limit 0,5”, ARRAY_A);
with
$data = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where ($qcids) limit 0,3”, ARRAY_A);
individual download is useful when you created a package with more then one file and want to allow users to download any single file from that package.
Download limit will apply limit on downloads by a user. If you set 4, then same user will not be able to download the item more then 4 times.
Can you tell me what the issue actually was?
If I have to implement again I need to know what was wrong or required changing. I have to move this site to a new server again in under 2 weeks and I want to ensure that it works in the new environment. (Moving from MediaTemple Grid server to Media temple Virtual Server)
Many thanks for you help
Martin
I’m having a very similar issue I’ve posted elsewhere in the forum. The solution of removing the bootstrap makes all the downloads where they show up look terrible. Any fixes to this plug-ins conflict with Mobile Menus?
Sorry to be a pain… you may close this request…. I figured it out… Can’t use the same permalink for my page with the shortcode than the url define in the settings section.. ie:
/downloads/
/download/
/wpdmrss/
changed the permalink and all shortcode works now.
I do have another issue with the Categories not showing up when we click on the little drop down arrow display with [wpdm-archive]
can be seen at http://new.rotalec.ca/download-manager/
Hi,
I have been building this new website and we were about to go live when we notice something strange with the download section…
We have 4 categories with a few download items in it… we use a simple page with the shortcode [wpdm-archive] … and now it shows WPDMPRO…. it even overwrites the PAGE TITLE i’m trying to display…
http://new.rotalec.ca/downloads/
I double check the version is 3.3.8 and all files are in the plugin folder just fine… some other features are working fine but not this one. and it is the most important one… can you advise please ?
I recently transfered from a different cms to wordpress and would like to update all the downloads to a particular template.
I have created a customized template and would like all the downloads to use this template. I am guessing this can be done via functions.php
But i need help with the code and how.
Thanks
Please Help.
All I want is to have single downloads within the page with the “Facebook Like” or the “Password” before download.
What I want my visitors to see:
1. Title of Download
2. How Many Times Downloaded
3. Facebook Link 2 Download or Password 2 Download
It does not need to open in a separate page. I’m fine with a popup if need be. Please just advise me what needs to be set for this to happen.
Categories? Templates? (if I even need these) And what do I select in the “Add New” menu?
What I’m able to do: I’m able to get the downloads and count to work, but every time I try to apply the Facebook Like or Password Protect, the downloading stops working.
Thank you.
I’ve paid and downloaded my files (user: martingfisher, lic: 65069-44277-72751-16175) but on uploading I get no opportunity to enter my password login and no Downloads menu item.
– I have disabled every plugin and that did not make any difference.
– I have swapped to the WP2012 theme and that did not make any difference either.
– I have deleted and reinstalled the download and that made no differnce
I am running WP3.6 and we use Media Temple
I can send you a U/P if you let me know what email address you want me to PM to.
Many thanks
Martin
Shaon, I just wanted to say thank you for all of your help today. I really appreciate the patience and help given.
I do have a question: is it possible to sort the downloads on archive page by description? how are they sorted? by last edit, date? description?
Thank you.