I finally got it working with vBadvanced..
Display on defined pages in a variable: YES
I added
adv_index in the Display and position (Other pages list) box..
Create a new vBadvanced template based module with the following parameters :
Title : MGC Chatbox
Template to include : mgc_chatbox
Styles : the style on which you want the module to be shown
This depends on what version of VBA and the way you want to display it..
Template content :
you could use wrapper template option: YES or NO..
Use this in older VBA:
or
Code:
<tr>
<td class="$bgclass">
$mgc_chatbox
</td>
</tr>
In the edit modules page, add the chatbox module to the homepage on the center wherever you want it to be positioned.
Heres a
Demo...