Beherit
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Comment Notification] Customization ExampleOh one important thing – this will work only for not logged-in users ??
Forum: Plugins
In reply to: [Simple Comment Notification] Customization Example@serjao what theme do You use?
Forum: Plugins
In reply to: [Simple Comment Notification] Customization Example@serjao I just added subscription functionality (checkbox for user authorize the reply). To enable it You must use filter scn_enable_subscription and return true value:
add_filter('scn_enable_subscription', '__return_true');
It’s possible to change default checkbox value by filter scn_subscribe_value, example:
add_filter('scn_subscribe_value', '_return_false');
Please test it (You must download development version: https://downloads.www.ads-software.com/plugin/simple-comment-notification.zip) and let me know ??Forum: Plugins
In reply to: [Simple Comment Notification] Customization Example@serjao I don’t have much of free time to done that, I added Your request into “to do list”.
Forum: Plugins
In reply to: [Ejabberd Account Tools] Captcha validation errorDid You install plugin WordPress ReCaptcha Integration?
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha problemNo I don’t use such things. I tried to disable all plugins and I don’t found any Relations with other plugin.
Forum: Plugins
In reply to: [Contact Form 7] Message always recognized as spam@takayukister please take a look at this issue.
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha problemI reported this issue month ago and developers still don’t answer:
https://www.ads-software.com/support/topic/message-always-recognized-as-spam/
Forum: Plugins
In reply to: [Contact Form 7] Message always recognized as spamWhy are You asking for? This plugin is “WordPress ReCaptcha Integration”.
Forum: Plugins
In reply to: [Simple Comment Notification] Initial Comment submission autoresponder?@peninsula_agency I think is a great idea but for a new plugin ?? If You want to add some functionalities for some other plugin (by default comments doesen’t have stars, I think You are talking about other plugin or theme with that functionaliti) please contact with this plugin author or find someone who will do that (I can do this but not for free, sorry).
Forum: Plugins
In reply to: [Contact Form 7] Message always recognized as spam@evidencehair I have another plugin which adds reCAPTCHA to comment form ?? I removed [recaptcha] shortcode from wpcf7 form and everything works perfect.
Forum: Plugins
In reply to: [Contact Form 7] Shorcode not complete and message recognized as spam@takayukister could You look at it?
Forum: Plugins
In reply to: [Contact Form 7] Shorcode not complete and message recognized as spamI found what gives this problem – when I turn off recaptcha everything works!
Forum: Plugins
In reply to: [Contact Form 7] Shorcode not complete and message recognized as spamI have this same problem – all messages are recognized as spam.
Forum: Plugins
In reply to: [WP Fastest Cache] Doesn’t Cache Post Page with Query String@emrevona WPFC_CACHE_QUERYSTRING seems to have bug – I added this many time ago and now I see on the bottom of page source this: <!– via php –> How to fix it?