It appears to be an addition to the FORUMDISPLAY Template!
Look for:
<!-- controls above thread list -->
View Source on their General Discussion Forum page has this addition:
Code:
<table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%" align="left">
<strong>General vBulletin Discussions</strong>: <span class="smallfont">General modification & vBulletin discussions. eg. "How do I do this in vBulletin?", "Can this product do this?", "What does this feature do?", etc</span> </td>
</tr>
</table>
<br />
<!-- threads list -->
<!-- controls above thread list -->
So the Box is created with the instructions:
Code:
<table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%" align="left">
Table Data Content
</tr>
</table>
<br />
Hope that helps.
Regards,