Carnage
01-23-2005, 10:00 PM
this checks the size of the images within a users signature. great for forums with restrictions on signature size, only a beta for the moment but its been in almost constant use on my forum for a month or two and thanks to Xenon i've fixed the only bug that came up within that time.
copy sigsize.php into the modcp
create a file 'temp_file.txt' in your forums root; chmod 777
add this to your postbit templates
<if condition="can_moderate()">
<div class="smallfont" align="right">
<br /><br /><br /><br /><a href="../modcp/sigsize.php?userid=$post[userid]" target="_blank">[check size of this signature]</a>
</div>
</if>
above:
<!-- / signature -->
this works better if your mods have the ability to edit/suspend signatures, but they can always report oversized sigs to admins for editing.
copy sigsize.php into the modcp
create a file 'temp_file.txt' in your forums root; chmod 777
add this to your postbit templates
<if condition="can_moderate()">
<div class="smallfont" align="right">
<br /><br /><br /><br /><a href="../modcp/sigsize.php?userid=$post[userid]" target="_blank">[check size of this signature]</a>
</div>
</if>
above:
<!-- / signature -->
this works better if your mods have the ability to edit/suspend signatures, but they can always report oversized sigs to admins for editing.