MyBB Community Forums

Full Version: change order on registration page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to change the order of recaPTCHA on my forum. I want that recaPTCHA should come on the last.
See the attached image. Thnx
Go to member_register template and move:
{$regimage}
to below:
{$regq}
thnx a lot.