I wanted to add in the forum the posts were in as well and came up with this. Might be a better way to do it, but it worked for me. =)
Open template: viet vbb_topstats_latest_posts
Find:
Code:
{vb: raw content.threadinfo}
Add Above
Code:
<div style="padding-left:60%;">
<a href="{vb:raw bburl}forumdisplay.php?{vb:var content.forumid}">{vb:raw content.fullforumtitle}</a>
</div>