MyBB Community Forums

Full Version: Captcha mybb on posting thread and reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
anyone know why my capthca no showing while posting a reply or newthread?

i already change the 4 same file to this

	if($mybb->settings['captchaimage'] == 1 && function_exists("imagepng") && !$mybb->user['uid'])

or this

	if($mybb->settings['captchaimage'] && (!$mybb->user['uid'] || $mybb->user['postnum'] < 1000))

both doesn't show up my captcha,i'am using reCaptcha...
thx for helping me
take a look at this thread http://yaldaram.com/thread-4637.html it might help you
(2012-09-08, 07:21 AM)illusionalp Wrote: [ -> ]take a look at this thread http://yaldaram.com/thread-4637.html it might help you

i use this but still not work..i running latest mybb
please help
What do you want to do with it ? Show capctha to only guests or show to users less then 10 posts ?
i want to show captcha to all side,,,
1. in registration
2. in new reply
3. in new thread
4. in quick reply

it's already work...because i changed from recaptcha to default captcha mybb...
if i use recaptcha only in registration the captcha will show up but nothing in new reply n new thread..

hope that should be fix in the next version, better captcha will be nice one