![]() |
After a long period of perfect performance, ChatBox will no longer remove the "Message..." text when clicking within the input box. This occurred when I tested on multiple machines and browser platforms. This problem exists on the full page version as well. Any ideas?
|
This hack is AWESOME, but can you please include an option to remove ":: Refreshing Messages" every time new messages are listed. It gets VERY repetitive lol.
Thank you! |
Quote:
|
Quote:
|
How can we make this Chatbox run smoother, it seems to take a lot of server CPU power.
|
Using this on my forum now and it is going down very well, thank you for the hard work. I'm installing a few of your mods at the moment - all very handy.
1) My only complaint about the chatbox is that when the box refreshes it bounces down to the last post, this makes reading previous posts very difficult, can this be fixed? 2) Is it possible to monetise this chatbox? Given that say 30 people could be chatting at a given time and it is refreshing every 10 seconds it would be very cool for this to have a banner tied in that could be plugged into AdSense... don't you think? Thanks again for all the work! |
1 Attachment(s)
Quote:
Quote:
Cheers Attachment 103176 |
Quote:
Anyway, figured it out and also modified the chatbox to hide the archive from unregistered guests. Reason for the latter being that people seem to be using it as if it were IRC, and occasionally say things they probably don't want to show up on google. Remove moderator 'delete all posts' button Removing the following code in the cyb_chatbox template: Code:
<tr> Add conditional to block unregistered and other usergroups from chatbox archive Find the following code in the cyb_chatbox template: Code:
<if condition="($_REQUEST['do']=='ccarc')"> Code:
<td align="$stylevar[right]">$pagenav</td> Replace with: Code:
<if condition="($_REQUEST['do']=='ccarc')"><if condition="is_member_of($bbuserinfo, 0, 1, 3, 4)"> Code:
<td align="$stylevar[right]">$pagenav</td> Quote:
And I also found out that so called 'censored words' are properly processed on all cyb chatbox pages, but the 'replacement variables' are only applied at the chatbox archive. We use replacement variables on our board as a more creative way of censoring certain offensive words (replacing them with the exact opposite being my favourite), and for some reason these aren't processed on the 'forumhome' mini chatbox - showing them in full glory instead. |
Quote:
Alternatively, go to your admin CP -> vB options -> Cyb - chatbox, and change the following two values: "Messages to show in ChatBox/ChatBox Full" and "Message listing area height (ChatBox Full)" to something higher. |
I have had several members tell me they thought the link on the navbar that reads "Chatbox Full" indicates the chat room is full of people and no more may enter (they are emphasizing the "Full"). How do we change the navbar item to just read "ChatBox" or "ChatBox Open"?
|
All times are GMT. The time now is 01:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|