ok, uhm, d3f.. I took the time to help you out.. this should work
FIND (2 times):
PHP Code:
SELECT
user.avatarid AS a_id,
REPLACE with (2 times):
PHP Code:
SELECT
user.signature AS signature,
user.avatarid AS a_id,
then add $result[signature] in getinfo_profiletagboardmsgs wherever you want the signature to be shown. I suggest you add it near $msg
I haven't tested this, but it should work. Let me know if it doesn't work, and i'll take a look at the code again