velocd, for the 320 post do this...
find:
Code:
$getnews=$DB_site->query("SELECT thread.title,thread.dateline,forumid,postusername,postuserid,post2.pagetext as pagetext
REPLACE it with:
Code:
$getnews=$DB_site->query("SELECT thread.title,thread.dateline,forumid,postusername,postuserid,lastposter,post2.pagetext as pagetext
below:
Code:
$newsuserid=$news[postuserid];
ADD:
Code:
$lastposter=$news[lastposter];
then place in your threadbits template the [high]$lastposter[/high] variable to suit your needs.
i didnt test this on ym script, please let me know if it worked. thanks.