I guess it is not ment to be
the code as you gave me it woudl give 2 signature pics ..
like this would show fine
PHP Code:
} else {
$post[signature] = $sigcache["$post[userid]"];
}
} else {
$post[signature] = "";
eval("\$post[signature] = \"".gettemplate("postbit_signature")."\";");
BUT .. this also means that EVERY post would include the "postbit_signature" (therefore, a post of a user with no signature, will show the extra stuff I have on it wich is suposed to be used with a signature)
If it cant' be done it's fine I'll revert to somethign else

.. I just wish I knew on your code what did n9ne change to make the pic not show if you dont' have sig text