super-admin-2014
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Download Monitor] How to remove/hide/block 'sdm_downloads' directory?Hi,
Yes, the company had installed “All In One WP Security”.
The sdm_downloads page shows all of our downloads available and how often they’ve been donwloaded.
Thanks.
Forum: Plugins
In reply to: [Simple Download Monitor] How to remove/hide/block 'sdm_downloads' directory?Hi,
Thanks for your help. I don’t want to specifically password protect files. I have them all listed under:
http://www.mydomain.com/downloads
This directory can only be accessed by logged in users. Those that are not logged in are redirected to the registration page/log in page.
However, as I am using Simple Download Monitor, a directory called:
http://www.mydomain.com/sdm_downloads
Is created and is fully accessible even if the user is not logged into our website. There is no direct link on our website to this directory, however, I can only assume people are accessing it through Google because 1) I can find the directory on Google and 2) there are quite a few downloads from “Not Logged In” users.
Thanks!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Not receiving emails to my domainMy SPF record was updated – that was the issue! All resolved now.
Thanks.
Forum: Plugins
In reply to: [Simple Download Monitor] How to remove/hide/block 'sdm_downloads' directory?Hi,
Sorry I didn’t see your post until now. The directory:
http://www.mydomain.com/sdm_downloads
Is accessible to ALL users (whether they are logged in or not) – but I don’t want it accessible by anyone. Unfortunately this directory shows up under Google. This allows users to go to this page, that is created by the plugin, and download what they want.
The main users directory I have is mydomain.com/downloads and this is restricted to logged in users only. This is where I want people to download from and not the sdm_downloads directory. Does that make more sense?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Not receiving emails to my domainThanks for your response. I’ve just sent a message to my host so hopefully I receive a response quickly. How would I check the server log files?
I’ve also followed through that documentation before posting here – no luck unfortunately!
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Shortcode inside a field?Superb! Thank you so much.
Forum: Plugins
In reply to: [Calculated Fields Form] Shortcode inside a field?Sorry, that was a silly question as I realised what I had to do. When I use the code in to the calculated field, it works but the calculated field is not showing the value that is calculated.
My current equation was:
IF( OR(fieldname20,fieldname21), prec( (fieldname20+fieldname21*fieldname9)-(fieldname3==’London’?9.45:5.83)*fieldname9,2), 0 )
Now, when I put the values into fieldname9 and fieldname20 (or 21), it will show the email submission div, but the calculated field will not show a vale.
Forum: Plugins
In reply to: [Calculated Fields Form] Shortcode inside a field?Hi,
Thanks so much for your help! WHere would I put the line:
jQuery(‘#secondForm’).show();
Regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Shortcode inside a field?Hi,
Thanks for the response. I wanted to use a submission form that includes Name, Email and Number and then allows the user to submit that information to us via E-mail. However, I only want this form to appear depending on the value in the calculated field of your plugin. Does that make sense?
Thanks!