30.01.2008, 02:09
Suche im Template usercp_options nach folgendem Block und entferne ihn:
Danach musst du dann in deiner Datenbank noch folgendes Query ausführen:
Code:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="yes" {$allownoticescheck} /></td>
<td><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td>
</tr>
Danach musst du dann in deiner Datenbank noch folgendes Query ausführen:
PHP-Code:
UPDATE mybb_users SET allownotices='yes';