MyBB Community Forums

Full Version: Signature desabled but option shows on editpost.php BUG?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I have disabled signature for all users but when I use edit post it shows like this: Signature: include your signature. (registered users only).
USER CP doesn't have option signature!
Can you explain please?

Guys please help me to fix that! It is a bug for sure!
Probably a bug/missing thing, but you can remove it easily. In editpost template change:
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
to:
<input type="hidden" name="postoptions[signature]" value="0" />
Thank you so much! Could you tell me please if signature option is checked will that do something? Because I have signature disabled for all users!

Any idea how to fix that bug so it will do it auto.