This mod will allow you to add Signature Rules on the Edit Signature page that way your members cant possibly make a mistake!
Instructions:
Load up your vBulletin Admin CP
http://www.yourdomain.com/admincp/
Next Open Up: Styles & Templates >Then> Style Manager >Then> Your Skin
Then go to Edit Templates
Next Locate: Modify User Option Templates >Then> modifysignature
Search For: $preview
Below That Add:
Enjoy
Instructions:
Load up your vBulletin Admin CP
http://www.yourdomain.com/admincp/
Next Open Up: Styles & Templates >Then> Style Manager >Then> Your Skin
Then go to Edit Templates
Next Locate: Modify User Option Templates >Then> modifysignature
Search For: $preview
Below That Add:
PHP:
<!-- signature rules start -->
<table class="tborder" width="100%" border="0" cellspacing="0" cellpadding="6" align="center">
<tr>
<th class="tcat" colspan="3" cellpadding="6" cellspacing="0" border="0"><strong>Signature Rules</strong></th>
</tr>
<tr>
<td class="alt1" colspan="3" align="left" valign="top"><strong>These are the rules when using a signature on (Your Forum Name Goes Here). Please obey the rules, or your permissions may be removed.</strong>
<ul>
<li>You are Limited to 3 total links!</li>
<li>No Porn, Hate, Or Racist Website Links or Images Allowed</li>
<li>You may have 1 image in your signature signature ( If You Want No Other Outgoing Links )</li>
</ul>
</td>
</tr>
<table class="tborder" width="100%" border="0" cellspacing="0" cellpadding="6" align="center">
<tr>
<td class="alt1" colspan="3" align="left" valign="top">
<div align="center">
<strong>Note:</strong> If you do not obey our rules you will receive an infraction and it will ultimately lead to a ban if you continue to break the rules.</div>
</td>
</tr>
</table>
<br />
<!-- / signature rules end -->
Enjoy