0 Membros e 1 Visitante estão a ver este tópico.
// Are they allowed to hide their email? if ($context['allow_hide_email']) echo '<label for="hideEmail"><input type="checkbox" name="hideEmail" id="hideEmail" class="check" /> ', $txt[721], '</label>'; echo '
// Are they allowed to hide their email? if ($context['allow_hide_email']) echo '<label for="hideEmail"><input type="checkbox" name="hideEmail" id="hideEmail" class="check" value="ON" checked /> ', $txt[721], '</label>'; echo '
update `smf_members` set hideEmail=1;