Forum Replies Created
-
AuthorPosts
-
admin
KeymasterThe plugin doesn’t really convert it the way you are thinking. It calls various sanitation functions of WordPress (for security) which converts the space characters.
admin
KeymasterIt’s due to how PHP streaming works. The secure download requires handling of download via PHP streaming (not the standard browser download that you normally use). So if you want the secure PHP streaming downloads, the file names need to be corrected.
WP Media library won’t allow uploading of certain file types for security reasons. The following addon can be used to override that limitation so more file types can be uploaded via the media library’s upload feature:
admin
KeymasterThat’s not how a form really works. Each form (if you want to capture data from it) needs to have all the fields that you intend to capture. So if you want to capture the email address from the other squeeze forms also, then the field needs to be there.
admin
KeymasterNo, it doesn’t have an option for it at the moment.
admin
KeymasterYes, this plugin will read the WP User’s login status to log it.
It will read our WP eMember plugin’s login status also (mainly because we have control over the other plugin):
admin
KeymasterYou can’t link to another HTML page which is going to stream the file. You have to directly link to the static file. So our plugin can directly read the file and serve the download to the browser.
If you want to put your file on an external server and then allow downloads to your normal visitors, then you can use the amazon S3 option. Amazon S3 was designed for that so it has better architecture for.
admin
KeymasterYou should be able to use a CSS tweak like the following to customize the fancy 4 squeeze form’s button:
.sdm_sf_tpl4_submit { color: blue; font-weight: bold; background-color: lightblue; border-color: lightblue; }
admin
KeymasterThe counting is done by logging the downloads. So if you don’t log the downloads, there is no record of what is being downloaded (and nothing to count).
Maybe you can keep the logging enabled, then individually disable capture of some information by using the following check-boxes in the settings menu of the plugin:
Do Not Capture IP Address
Do Not Capture User Agent
Do Not Capture Referrer URLadmin
KeymasterWe have added a new email merge tag for it {referrer_url}
You should see an update for this addon within the next 24 hours which will allow you to use this new merge tag.
admin
KeymasterWhen the hidden downloads addon is active, the download from the standard plugin’s shortcode and link is also processed by the hidden downloads addon. So you can still make a link and customize the button appearance that way.
admin
KeymasterFirst, this will need to be added to the main plugin first to make sure the structure is there. I have released a new version of the download monitor plugin that will now show the “Referrer URL” values in the “Logs”.
Please upgrade the download monitor plugin
Let me know if that works. Next, I can work on adding an email merge tag for it.
admin
KeymasterYou want this extra merge tag for the “Email on Download” addon?
Email Notification on Download Addon for the Simple Download Monitor Plugin
admin
KeymasterI will try to work on adding some kind of option for this.
admin
KeymasterBy default, the squeeze form submissions are only logged in the “Squeeze form” addon’s interface.
Enable the following option which will make the downloads being handled by the core plugin and the standard download log will be populated for it:
Squeeze Form -> Settings -> Deliver the Download via Email
admin
KeymasterI understand your question now. It doesn’t have an option to list that way. It is not really a good idea to list all your downloads as squeeze forms in ONE page. That can have some page loading performance issues. How many downloads do you have?
-
AuthorPosts