any luck on this addition, my man?
also, i was getting a bucketload of database errors regarding apostrophes,
so in the changes in showthread.php...
PHP Code:
i replaced
threadname='$thread[title]'
with
threadname='".addslashes($thread[title])."'
and
username='$bbuserinfo[username]'
with
username='".addslashes($bbuserinfo[username])."'
i totally hope that's the right syntax and everything,
but it seems to have worked so far.
cheers!