Here is the code fix for 4.0 if anyone needs it.
I didn't code this, so unfortunately I cannot offer support on it, but it's here in case anyone wants it...
-------------------------------
This code is for vb4 only!
-------------------------------
<!-- Begin Forum Intro -->
<vb:if condition="$foruminfo['forumintroonoff'] == 1">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:1px">
<tr>
<td class="tcat" border="1" valign="top" colspan="2"><div align="center"><strong>{vb:raw foruminfo.forumintroname}</strong></div></td>
</tr>
<tr>
<td class="alt1" valign="top"><vb:if condition="$foruminfo[forumintroimage]"><img src="{vb:raw foruminfo.forumintroimage}" alt="{vb:raw foruminfo.forumintroname}" border="0" hspace="5" vspace="5" align="left"></td><td class="alt1" valign="top"></vb:if><div align="left"><div style="padding-left:5px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px;">{vb:raw foruminfo.forumintrodescr}</div></div></td>
</tr>
</table>
<br>
</vb:if>
<!-- / End Forum Intro -->