Nice mod! Will follow the progress of this for sure.
I'm posting this hoping it will help others who want the chatbox as a module in vBadvanced.
In vBa CMPS:
Add Module -> Template
Template to Include: adv_portal_chatbox
Template Content:
Code:
<tr>
<td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="{$vbulletin->options[bburl]}/chatbox.php?nofocus=1" width="100%" style="border: 0px; height: 300px" frameborder="0"></iframe></div></td>
</tr>
That's it.
Edit: I have it as a side module, so I have "height: 300px". Adjust that to your liking if you want it shorter/longer or have it in the center module position.
Download the module and import it in the vBa CMPS if you want to avoid the manual editing.