Austin Dea for the newreply.php fiasco why don't instead of all the other coding (i could be wrong)
just find:
PHP Code:
".iif ($foruminfo[countposts],"posts=posts+1,","")."
and replace it with:
PHP Code:
".iif ($foruminfo[countposts],"posts=posts+'".iif($threadinfo[lastposter] == "$bbuserinfo[username]",'0','1')."',","")."
That should do the trick O_o regards...
g-force2k2