It was a good feature, but there is no shoutbox function on proboards forums.
Sorry guys.
There is many shoutboxes for proboards, and 100's of add ons.
Just learn how to edit simple HTML files, and to make it easy for you, here is the code:
Place the code you get for your Shoutbox in your Header if you want it to appear at the top, or in your Footer if you want it to appear at the bottom.
If you want the shoutbox to be on the Right side of your forum instead of at the top or bottom, use this code:
Place this in your Header:
<table border="0" width="100%" height="90%" align="center" valign="center">
<tr>
<td valign="top">
Place this in your Footer and add the shoutbox code you have in the red area:
</td>
<td width="100" valign="top"><BR/><BR/>
<table border=0 width="100%" cellspacing="0" cellpadding="0" valign="center">
<tr>
<td class="titlebg" align="center">
<font class="text1" size="2"><b>Forum Services</b></font></td>
</tr>
<tr>
<td class="catbg" height="18" align="center">
<font size="2" class="cattext"><b>Shoutbox</b></font>
</td>
</tr>
<tr>
<td align="center" class="windowbg2">
Shoutbox Code Here</td>
</tr>
</table>
</td>
</tr>
</table>
If you want your shoutbox on the left side, use this code:
Place this in your Header and add your Shoutbox code to the red part.
<table border="0" width="100%" height="90%" align="center" valign="center">
<tr>
<td width="100" valign="top"><BR/><BR/>
<table border=0 width="100%" cellspacing="0" cellpadding="0" valign="center">
<tr>
<td class="titlebg" align="center">
<font class="text1" size="2"><b>Forum Services</b></font>
</td>
</tr>
<tr>
<td class="catbg" height="18" align="center">
<font size="2" class="cattext"><b>Shoutbox</b></font>
</td>
</tr>
<tr>
<td align="center" class="windowbg2">
Shoutbox Code Here</td>
</tr>
</table>
</td>
<td valign="top">
Add this to your Footer
</td>
</tr>
</table>