grrrrrr no that didnt work.. huh
is there anyway I could establish the usercolor some other way.. and call it into the code.. like..
PHP Code:
# if ($thread['postuserid']) {
# $thread['postedby'] = "<a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]\">$thread[SPECIALpostusername]</a>";
# } else {
# $thread['postedby'] = $thread[SPECIALpostusername];
# }