MyBB Community Forums

Full Version: Help!! Member.php page error.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So my forum link is: http://nerdchat.net
and I have had this error: [Image: m9rO7.png]
I need urgent help as It won't let users register :/

-MCG
Navigate to:
AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Member Templates -> member_register

Find:
{$captcha}

Replace with:
{$hiddencaptcha}
That didn't work as there is already a hiddencaptcha in my template.
there is a captcha in there so do I replace that?
If you have {$captcha} & {$hiddencaptcha}, remove {$captcha}. Smile
Ok thanks I'll try that now Smile

EDIT: It worked thank you sooo much <3