MyBB Community Forums

Full Version: Disabling smileys by default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 344235f7e70edfa33912551926564add.png?1342567863]
Is there a way to have "disable smiles" checked by default?
I don't think so. But you can permanently disable smilies from admin control panel.
Make the following template edit in showthread_quickreply.

Find:
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>

Replace with:
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" checked="checked"/>&nbsp;<strong>{$lang->disable_smilies}</strong></label>