jmsstuff
Forum Replies Created
-
Thank you for checking this. I’m new to WPO and wanted to make sure I didn’t overlook a setting or something. And, I appreciate you considering adding compatibility in the future. A follow-up question:
Is it just the “Local Google Fonts” plugin that’s problematic or does WPO have issues with locally hosted fonts in general? For example, if I don’t use the plugin and instead manually add l fonts to my site (as described here – https://docs.generatepress.com/article/adding-local-fonts/), would the “Process CSS files” work as intended?
That being the case, can you explain:
What purpose does the Default Connection general setting serve?
In what scenario is the email address specified in the Default Connection setting used?Akismet recommends adding the code below to your .htaccess file to prevent bots from accessing wp-comments-post.php directly.
I wasn’t sure if doing so is necessary when using wpDiscuz instead of the core comments.`RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} wp-comments-post\.php
RewriteCond %{HTTP_REFERER} !(.*)example\.com(.*) [OR]
RewriteCond %{HTTP_USER_AGENT} ^-?$
RewriteRule .* https://%{REMOTE_ADDR}/ [R=301,L]For more info, see step #5 here
<a href=”https://blog.akismet.com/2022/04/07/wordpress-comment-blocklist-the-ultimate-guide/” rel=”noopener” target=”_blank”>https://blog.akismet.com/2022/04/07/wordpress-comment-blocklist-the-ultimate-guide/</a>Forum: Plugins
In reply to: [Comments - wpDiscuz] Please add honeypot field to comment formThanks for the link. I’ve implemented many of those items already but will revisit the others.
However, I prefer NOT using reCaptcha if I don’t have to. Instead, I like using a Honeypot in conjunction with Akismet, at least initially. I can always add reCaptcha later if need be.
I’m using the “WP Armour – Honeypot Anti Spam” which adds a honeypot to the default WordPress comment form. Unfortunately, it doesn’t support the wpDiscuz comment form. I’ve reached out to the WP Armour developers and asked them to consider adding support for wpDiscuz. Having said that, it seems more sensible to me for wpDiscuz to include the honeypot functionality in its form.
Thanks for your help!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Please add honeypot field to comment formI am evaluating the free version of wpDiscuz. I’d like to add a honeypot field to the comment form. When editing the default comment form, I did not see that option in the field list. Is there a setting somewhere else that I’m missing?
Actually, when I viewed the page source via Firefox and Edge, the image src shows the JPG.
But what I did discover:
– Choosing “Save Image As” in Firefox, Chrome, and Edge –> it saves WebP format.
– Choosing “Save Picture As” in Internet Explorer 11 –> it saves JPG format.So, I guess it’s working?`