MyBB Community Forums

Full Version: Change the email disable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

I have a question, if people has register on my forum, I want to disable the option that they can change there email adress again, so that the email adres stays the same then wen they as registered.

I don't want to have the option that people can change there email adres by them selfs but only with or permission

So is there a option that I need to delete or MOD to install so that people can nog change there email adress by them selfs and that this is only available with or permissions????
In usercp_nav_profile, find and remove:

<div><a href="usercp.php?action=email" class="usercp_nav_item usercp_nav_email">{$lang->ucp_nav_change_email}</a></div>

In usercp_profile, find and remove:

<tr>
<td colspan="2"><span class="smalltext"><strong>{$lang->change_email_notice}</strong></span></td>
</tr>

And remove all content from the usercp_email template.
The usercp_email template must be compleet emty ??????
Yes, otherwise people can still just go to the URL directly. If you remove all the code from this template, if they go to the URL directly they'll just get a blank page.
Where im find the Content??
that means remove everything in it