Xplorer4x4
02-06-2007, 12:14 PM
I am using the following code to try to call the forum name a thread is in to show up on forumhome:
Template Edit:
<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:
$forumdata = fetch_foruminfo($thread['forumid']);
Template Edit:
<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:
$forumdata = fetch_foruminfo($thread['forumid']);