MihChe
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Wheres my licences?Hi yandoos,
Just sent you an email with the information requested. There can be a delay on email sending. Did not have this complaint so far.On the other hand… there is not captcha added into buddypress registration form. WPBruiser is an anti-spam and security plugin that stops spam bots without captcha images.
Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Ultimate Member Problem with Modal LoginHi @corneld,
Thanks for the kind words about my plugin!
I’ll really appreciate if you write a short review here:
https://wordpress.org/support/view/plugin-reviews/goodbye-captchaMihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Ultimate Member Problem with Modal LoginHi @recyclart,
Thanks for letting me know about this issue. In order to solve this, I need some technical info from UM team. I’ve already contacted them so… I am waiting for their reply.
I’ll keep you updated on this.Mihai
Forum: Reviews
In reply to: [WPBruiser {no- Captcha anti-Spam}] Excellent !!Thanks a lot for your review!
I really appreciate it. Do not hesitate to contact me if you encounter any issue.Cheers,
MihaiThanks Vlad!
Glad to hear WPBruiser is doing a great job on your siteCheers,
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Valid comments being blockedHi ruralinfo,
As per our discussion, I can consider this as resolved as long as WPBruiser is not compatible with Jetpack Comments module.Cheers,
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Valid comments being blockedHi @ruralinfo,
Unfortunately there is no way to automatically unblock the content after it was blocked. This feature is already in my TO DO list and it will be available soon.
Could you please send me your web site url through http://www.wpbruiser.com/contact/
I would like to have a look at your site to see why this happened.
Mihai
Forum: Reviews
In reply to: [WPBruiser {no- Captcha anti-Spam}] BEST SUPPORTThanks for your review. I really appreciate it
MihaiForum: Reviews
In reply to: [WPBruiser {no- Captcha anti-Spam}] It's a must.Thanks for your review. I really appreciate it
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Run the script only on certain pagesHi,
Glad to hear it works for you!
If you’re happy with my plugin I’ll really appreciate if you write a short review.Cheers,
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] WPBruiser causes redirects to not workHi Traci,
Yes, WPBruiser creates a folders structure, and probably starts with the “blog” folder on top, but… that should not affect the redirects at all. Thanks for reporting this to me.
In order to reproduce this, I need some more information about your site which should not be shared over here.
Could you please contact me through http://www.wpbruiser.com/contact ?Thanks a lot,
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Run the script only on certain pagesHi ganch0,
If you want WPBruiser to run only on specific pages, you can have something like this into your theme functions.php filefunction deregister_wpbruiser_scripts() { if( is_page( array(page_id) ) ) return; wp_dequeue_script( 'wp-bruiser-public-script' ); wp_deregister_script( 'wp-bruiser-public-script' ); } add_action( 'wp_print_scripts', 'deregister_wpbruiser_scripts' );Please replace the array values with your particular pages’ ID OR SLUG OR TITLE (it is up to you) where you want WPBruiser to protect your forms.
Let’s say you have 2 pages where WPBruiser should protect some forms
Page 1 – slug is my-contact-1 and ID is 123
Page 2 – slug is my-contact-2 and ID is 234The IF condition can look like
if( is_page( array(123, 234) ) )OR
if( is_page( array('my-contact-1', 'my-contact-2') ) )OR
if( is_page( array(123, 'my-contact-2') ) )OR
if( is_page( array('my-contact-1', 234) ) )Let me know if this works for you
Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] plugin no longer free?Hi @in4fun,
The plugin is free and always will be. But, on the other hand, in order to offer something for free, we developers have expenses which at least should be covered somehow.
I thought it is an affordable price. If I was wrong… no problem. Just contact me through http://www.wpbruiser.com/contact/ and let me know which extension you need and you can’t afford it.Regards,
MihaiHi @tranny,
If you currently using security-protection all I can tell you is that you are in good hands. WPBruiser uses kind of same concept, by injecting hidden fields into forms and also uses javascript to handle their values.You can give it a try even if security-protection plugin is active. There should be no conflict between them.
Currently WPBruiser is capable to stop fake registration as well, if in your web site you are using the Standard Registration Form or you are using any of the plugins WPBruiser is integrated with.If you encounter any issue or you have any question do not hesitate to contact me through http://www.wpbruiser.com/contact/
Regards,
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] LocalizationHi,
You are right! The localization folder is missing. I’ll added in the upcoming releases.Mihai