MyBB Community Forums

Full Version: diable signatures?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way that I can disable member signatures?


Thank YOU!
No, but you can choose an option in the User CP to turn off displaying signatures in threads.
I want to disable everyone's signatures.

Thank YOU!
Well you could go to

Admin CP -> Templates -> edit/delete -> *your template* -> expand -> User CP -> usercp_editsig -> edit

And delete all there and just add this

<html>
<head>
<title>$settings[bbname] - $lang->edit_sig</title>
$headerinclude
</head>
<body>
This is disabled. You can't use a signature.
<br />
$footer
</body>
</html>

Or something like that.
Thanks that did the trick! Smile
no problem mate, happy to help =)