I am using the following code to try to call the forum name a thread is in to show up on forumhome:
Template Edit:
PHP Code:
<phrase 1="member.php?find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase>
in the <a href="http://www.YOUR_SITE_HERE.com/forumdisplay.php?f=$thread[forumid]"> $forumdata[title] forum</a>.
Plug In:
PHP Code:
$forumdata = fetch_foruminfo($thread['forumid']);