Quote:
Originally Posted by PhotoBoricua
Can somebody explains (in a simple way) to me how to install this ChatBox in the vBadvanced CMPS portal?...
Thanks
|
Either use the instructions that Cyb provioded:
Quote:
To have ChatBox enabled on vBa CMPS:
1. Hack options - Add "adv_index" to "Show ChatBox on" setting field (values in this field should be separated by commas) > Save
2. vBa CMPS Default Settings - add "cybchatbox" to "Portal Output Global Variables" field (values in this field should be separated by carriage return) > Save
3. [Optional] Template "adv_portal" - add "$cybchatbox" to line where you want ChatBox to appear (for example below "$navbar") > Save
|
Or, alternatively, you can shove it into a module by creating a template module and a template that contains only:
Code:
<tr>
<td>
$cybchatbox
</td>
</tr>
Additionally, you'll want to write a custom module wrapper. You can strip out most of the standard wrapper and use that. It's a little dirty, but if you want a movable module, that will work. I'm currently using that method on one of my sites.
Quote:
Originally Posted by EcoCav
I am having the same issue. Im using a fixed forum, and everyone is complaining about the scroll in the chatbox.
|
I ran into that problem and have not resolved it yet. With the layout that I'm using (user adjustable fixed forum width in three sizes), the ChatBox is just a little too wide to fit in the center column. I haven't looked yet, because the site that I'm running this on is brand new and I have other things to work on with higher priority, but it's a sure bet that the width of the entry and display cells is set somewhere in Cyb's code.