Wow man, thx a lot for this little coding lesson, nice work. A guy on another board guided me to another code I use now to show the signatures only once.
Open includes/function_showthread.php, find:
Code:
$post['signature'] = $sigcache["$post[userid]"];
Replace with:
//$post['signature'] = $sigcache["$post[userid]"];
$post['signature'] = "";
It works perfectly.
Thx again man, I realy apreciate doing such a long post for a coding monkey like I'm ....