Yes, Yumi. It helped me a lot.
Thanks again
![Smile Smile](http://mybbhacks.zingaburga.com/images/smilies/smile.gif)
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
![Smile Smile](http://mybbhacks.zingaburga.com/images/smilies/smile.gif)
Debated on using this or not... might increase lazy, short threads... probably not though.
What about threads with XThreads application?
![Biggrin Biggrin](http://mybbhacks.zingaburga.com/images/smilies/biggrin.gif)
when system tag is install on forum this plugin is not work to send thread and radirect to send thread page
![Wink Wink](http://mybbhacks.zingaburga.com/images/smilies/wink.gif)
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']) {
|