MyBB Community Forums

Full Version: Users turning off PM's?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make it so my users cant have the option to turn off the "receive pms from other users"
In "usercp_options" template, search the following and remove;

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$receivepmscheck} /></td>
<td><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td>
</tr>