MyBB Community Forums

Full Version: Editing the registration page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where do I go to add some custom text onto the member registration page?  I've looked around the templates and couldn't see anything obvious.

I want to add a line that recommends users to use a name that reflects their own real one.
you can add required text in member_register template

you can add code like
<tr><td colspan="2"> --- required text --- </td></tr>
before
<tr>
<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td>
</tr>