Quote:
Originally Posted by Megareus Rex
The fix for the "Whos online" box worked perfectly.
But, the other problem still persists. I increased it to 350, 380, 400, then to 425, and it still partially cuts it off.
Here's a pic of it at 425:
Oh, and also, my members complain about the chat constantly refreshing and stuff. How can I stop that?
|
Seems your rows are exanding with it, so let's set a 1% height, that should resolve it hopefully, make this edit for all of these templates: chat_row, chat_row_bot, chat_row_me, chat_row_special_recieved, chat_row_special_sent
Find:
Code:
<td nowrap="nowrap"
Replace With:
Code:
<td nowrap="nowrap" height="1%"
Constant refreshing cannot be stopped, hidden iframe's get the newest data, otherwise the chat wouldn't be dynamically changing.
Quote:
I have set up version 2.2 so that only my "sponsoring members" which is a secondary usergroup are allowed to have private chat rooms. This does not seem to work. Even though I have enabled their usergroup in the vbchat setup for this capability it says "thier user group does not have the rights to do this", when they try. I suspect it is a secondary/primary usergroup issue.
|
The code works off Primary user groups only i'm afraid, however i'll try add secondary usergroup support in a future release
Quote:
Also I still get an X for at least one of my smilies even after changing one of the smiles url and changing it back to try and refresh the cache.
|
I'm not sure what is causing it then i am afraid, for now turn show smilies off, untill this is resolved
Quote:
I have now installed the vb chat on my public forum and it works wonderfully. Everything uploaded correctly
The question I have now is this. How do I get the chat to work with a second style I have available for my forum ? It works great with the default vb style but so with a style I have tweaked the colors and a few minor style changes.
Jaye
|
The templates need to be copied over to your other style, and dont worry, i made a modification to copy templates from 1 style to others, located here:
https://vborg.vbsupport.ru/showthrea...threadid=72288, it will save you a lot of trouble of manually doing this
- Zero Tolerance