Quote:
Originally Posted by NuclioN
Zero, is it possible to transform this so it will function as a shoutbox alternative in the forumhome template? It then needs to be smaller. I've tried this but can't modify it as it sould be. Maybe it has to have a refreshbutton because people are complaining about the flash-refresh.
|
The whole idea is that this program is a chat client, not a shoutbox. If you desire a shoutbox i suggest you actually install a shoutbox, theres a few floating around here on vbulletin.org
Quote:
Originally Posted by Nordinho
Heya,
The hack looks great, but can it be used on busy boards/does it use a lot of server resources??
Greets,
|
vBChat Page uses 1 extra query to the default vb amount, so thats 6, iframes use 1-3 queries. So id say it uses hardly any resources what so ever.
Quote:
Originally Posted by crashys
hi there, i?m kinda new to these things, so i?m having a little problem, I need to change the vBChat scrollbar colors to the ones I have in my website, can you guys point me out the code to do it? I don?t know, maybe ZT knows it, or any of you guys? Thanks in advance
|
On your website no doubt your scroll bar colours are structured something like this:
Code:
BODY {
scrollbar-arrow-color: #121E2E;
scrollbar-3dlight-color: #213B60;
scrollbar-highlight-color: #3B5C8F;
scrollbar-face-color: #213B60;
scrollbar-shadow-color: #3B5C8F;
scrollbar-track-color: #213B60;
scrollbar-darkshadow-color: #3B5C8F;
}
Change the "BODY" to "HTML" and stick it in your forums skin css additional css. If your not sure where that is then follow these guidelines:
ACP -> Styles & Templates -> Style Manager -> Main CSS -> Scroll To Very Bottom To See: Additional CSS Definitions -> Paste CSS In There.
Hope that helps you,
- Zero Tolerance