Yes, Yumi. It helped me a lot.
Thanks again
Yumi, is there a chance to add the reCAPTCHA (for MyBB > 1.6.5)?
Thanks for pointing that out. I'll have to see about it sometime later.
Updated to use MyBB 1.6.5 CAPTCHA. Not fully tested, but it appears to show up at least.
Thanks for the update, Yumi
Debated on using this or not... might increase lazy, short threads... probably not though.
What about threads with XThreads application?
when system tag is install on forum this plugin is not work to send thread and radirect to send thread page
For it to work with 1.6.10 reCaptcha you need to replace:
PHP Code:
if($mybb->settings['captchaimage'] == 1 && !$mybb->user['uid']) {
|
With:
PHP Code:
if($mybb->settings['captchaimage'] && !$mybb->user['uid']) {
|