SIGNATURE
this for 3.0.7
open
and edit the file functions_showthread.php
find
PHP Code:
if ($post['showsignature'] AND $vboptions['allowsignatures'] AND trim($post['signature']) != '' AND (!$bbuserinfo['userid'] OR $bbuserinfo['showsignatures'] ) AND $checkperms["$post[userid]"]['genericpermissions'] & CANUSESIGNATURE)
replace
PHP Code:
if ($post['showsignature'] AND $vboptions['allowsignatures'] AND trim($post['signature']) != '' AND (!$bbuserinfo['userid'] OR $bbuserinfo['showsignatures']) AND $bbuserinfo['usergroupid'] != '1' AND $checkperms["$post[userid]"]['genericpermissions'] & CANUSESIGNATURE)
and save