How would I add :
PHP Code:
if ($threadid == 1)
{
$gettitle = mysql_query("SELECT * from USER where USERNAME='$post[title]'");
$postloser = mysql_fetch_array($gettitle);
}
...into showthread.php to be defined while in the post stuff.
(So in each post it will work depending on what the title is (which will be someones username).
I tried looking for a place to stick it in, but of course the vb code for that page is much more complicated than mine. :ermm: