MyBB Community Forums

Full Version: hide invisible button on registration and usercp?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi just want to ask how to remove that
AdminCP > Templates > Your theme's templates > Member Templates > member_register > find the following and remove;
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>

Now in > User Control panel Templates > usercp_options > find the following and remove;
<tr>
<td width="50%" class="trow1" valign="top">
<fieldset class="trow2">
<legend><strong>{$lang->login_cookies_privacy}</strong></legend>
<table cellspacing="0" cellpadding="2">
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
</table>
</fieldset>
<br />
thanks bro