Yes, Boofoo gave me the correct code. This is where I put it and it works great!
In the forumdisplay_introduction template look for:
<td bgcolor="{tableheadbgcolor }". In that block of code, replace <b>Forum Introduction</b> with: <b>$foruminfo[title]</b>
That's all I did, works like it's supposed to. My code block looks like this now. Make sure you remove the spaces before the }.
<td bgcolor="{tableheadbgcolor }" align="center"><largefont><font color="{tableheadtextcolor }"><b>$foruminfo[title] </b></font></largefont></td>
</tr>
<tr>
|