Now the signature of all users except the administrator will be under spoiler
Go to Forum--- Appearance of entries and find:
Code
<?if($SIGNATURE$)?><br><hr size="1" width="150" align="left" class="signatureHr"><span class="signatureView">$SIGNATURE$</span><?endif?>
And Change to :
Code
<?if($SIGNATURE$)?><?if($GROUP_ID$ = '4')?>$SIGNATURE$<?else?><a title="See signature $USERNAME$" onclick="$('#SIGNATURE$ID$').slideToggle('slow');"><input class="codeButtons" value="See signature" type="button"></a><div id="SIGNATURE$ID$" style="display: none;">$SIGNATURE$</div><?endif?><?endif?>