MyBB Hacks

Full Version: Quick Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Yes, Yumi. It helped me a lot.

Thanks again Smile
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 Zinga =)
Thanks for the update, Yumi Smile
Debated on using this or not... might increase lazy, short threads... probably not though.
What about threads with XThreads application? Biggrin
when system tag is install on forum this plugin is not work to send thread and radirect to send thread page Wink
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']) {

Pages: 1 2 3 4 5
Reference URL's