MyBB Community Forums

Full Version: desable Signature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to desable Signature for users.

some of the plug-ins available to control signatures
Signature Control :
Signature Control stops user signatures displaying if the user does not meet the requirements.
Maximum Lines in Signatures :
This allows to Select Usergroups who are Restricted to the Use of Selected Lines in their Signatures
Force size Text Signature : Requires users to have a size Signature
Automatic Signature Removal : Remove signatures from users that have urls in their signatures
Signature Height Limit : Controling signature size
Admin CP > Templates & Style > postbit_signature

Delete the whole template.

_____________

Admin CP > Templates & Style > usercp_editsignature

Find and Remove:

<div><a href="usercp.php?action=editsig" class="usercp_nav_item usercp_nav_editsig">{$lang->ucp_nav_edit_sig}</a></div>

_______________

Admin CP > Templates & Style > member_profile

Find and Remove:

{$signature}
thanks a lot, i will chek and post.