Forum Replies Created
-
AuthorPosts
-
admin
KeymasterThis will need to be custom coded. I will try to create an addon for it.
admin
KeymasterSo you mean like adsense code in your download page? Below the download button or above the download item image?
admin
Keymasterokay so you want an weekly email notification that contains the current download counter of each download items that you have?
admin
KeymasterHi, The best way to see the download count is by logging into the admin dashboard.
I am not 100% sure what you are trying to do but are you saying you want to email yourself the download count every week?
admin
KeymasterThere is a feature to allow only logged-in users to download the items.
Go to the settings menu of the Download Monitor plugin then enable the following option:
Only Allow Logged-in Users to Download
Alternatively, you can also use a membership plugin like our WP eMember to protect the posts/pages that contains the downloads:
That way only the members who are logged-in can see the download items and download.
admin
KeymasterGlad to hear this is sorted. If you could tell us what version of PHP your server was using, that would be helpful. Thanks.
admin
KeymasterWe don’t have an option for it at the moment. Normally, the users add a standard sharing plugin to your site that has share icons to your WordPress posts and pages. That same plugin will add the share icons to the download item page created by this plugin.
admin
KeymasterLooks like your site is using a very old version of PHP. Can you please ask your hosting provider what version of PHP you are using and if they can upgrade it to something newer?
admin
KeymasterI am not sure about the .gpx extension. I never dealt whit that extension before. The browsers are likely getting a little suspicious about it and stopping it. I would say its better for you to go with the zip file approach then you eliminate this issue. Its very common to receive a zip file as a download when you download an item from a website.
admin
KeymasterWordPress restricts uploading of some file types. You can use the following addon to remove that restriction:
After that you should be able to upload that file using the media uploader.
admin
KeymasterWhat happens if you enable the PHP dispatch option? What happens if you put that file inside a folder and make it a .zip file?
This is a little strange so I am trying various things to see if there is a setup that works better on this site.
admin
KeymasterLooks like it is failing to properly read that file. Are you using PHP dispatch option in that download item’s configuration? If you are how does it behave if you uncheck that option?
admin
KeymasterWordPress doesn’t let you use any shortcode inside the value of the “href” parameter. So what you have there is not going to work.
Since you want to create a link, you could use the option explained in the following documentation. See the “Download URL That Can be Used in an Email or in a Link” section:
admin
KeymasterThe following tutorial will explain why the image opens in the browser by default and what you can do to force a download of it:
https://www.tipsandtricks-hq.com/forum/topic/force-a-file-to-download-instead-of-showing-up-in-the-browserRegarding the PHP Dispatching, what kind of file is it? How big is the file? Is it hosted on your site (or is it coming from an external site)?
June 8, 2018 at 12:05 am in reply to: Will PHP Dispatching protect against Google Searches showing URL #499admin
KeymasterYes (as long as you are not linking to that file from some other place of your site)
It is a good idea to add an empty “index.html” page in that fold (where you are keeping the file).
If you don’t know what an empty index file is, you can download the following one from our site and use it (right click on the link and pick save as):
https://simple-download-monitor.com/wp-content/uploads/index.htmlAlso, if you are going to have many password protected files then it is a good idea to create a special folder in your site. Then put all those password protected files in that folder. Now you can put a .htaccess file in that folder with the following content so nothing in that folder is indexed:
Options -Indexes
-
AuthorPosts