PDA

View Full Version : Chat Modifications - GSBOS: Generic Shout Box Operating System


dinnerbone
09-25-2008, 10:00 PM
What is it?
GSBOS is at a glance a simple shoutbox, users can send messages and everyone else can see it. However, it utilizes Javascript intervals and DOM methods to create a 'typing' effect on every message that shows, and is designed to look like a generic console application. The use of typing messages allows for cool tags such as '' and '[speed]' that delete letters after they have been typed or makes certain words type faster. An unintended side effect of the way this was created also makes it use much less bandwidth than major chatboxes, as it does not wipe the screen then redownload a bulk of messages each time; It only gets what it needs.

Can I see it in action?
There is a demo set up at http://www.dinnerbone.com/forums. You must register to use it, or log in using one of the following:
'test' - Normal chat
'butterfingers' - To try the Butterfingers effect
'stupid' - To try the 'stupid' effect.
The password for them all is 'test1'.

How customisable is it?
I have aimed to make as much customisability as possible, and you can see the result in the admin options. You can alter anything from message typing speed to the console background to the rate of butterfingers that members have.

Wait, 'butterfingers'?
GSBOS also features per-user effects that, well, have no real purpose but to amuse. 'Butterfingers' causes the effected people to type with lots of generated mistakes, and 'Stupidize' (For lack of a better name) forces people to acknowledge their own IQ. For example, if I were to be under the effects of Stupidize and say "Hey, my name is Dinnerbone and I'm the author of GSBOS!", it would appear as "hallo dinnerdones anme am dinneroben nd dinndrbone duh author of gsbos yah".

Does it work in every browser?
Unfortunately, I have not been able to test this in quite a lot of browsers. However, it should work in most modern browsers.

How do I install it?
Read readme.txt :)

What features does it have?

/mute [username] - Mutes [username]. Admin only.
/unmute [username] - Unmutes [username]. Admin only.
/stupid [username] - Puts [username] under the 'stupid' effect. Admin only.
/unstupidize [username] - Removes the 'stupid' effect from [username]. Admin only.
/butterfingers [username] - Puts [username] under the 'butterfingers' effect. Admin only.
/unbutterfingers [username] - Removes [username] from the 'butterfingers' effect. Admin only.
/who - Displays a list of active shoutbox users.
/clear - Clears the screen, but only for the user who types this.
/prune - Deletes every message in the shoutbox, for every user. Admin only.
/say [username]: [message] - Fakes a message from [username] saying [message]. You must seperate the message and username with a colon. Admin only. [username] must be a valid user.
Almost 100% customisable.
Easy on the bandwidth.
[delete]text goes here deletes 'text goes here' after typing it out, letter by letter.
text goes here deletes 'text goes here' after typing it out, word by word.
text goes here types 'text goes here' at a rate of one letter every 50ms. This may be restricted to certain speeds in the ACP.
'Natural typos' creates typos while typing out every message at a set rate (In the ACP). All typos are deleted then fixed after typed out.
'Butterfingers' causes a user to make lots of typos at a set rate in their message, that are not fixed when typed out.
'Stupidize' causes a user to act their IQ.
'Mute' causes a user to shut up.
A message 'history' is shown for old messages sent before a user loads the shoutbox. These not typed out to save delays; It will only type out new messages.
Easily positioned on any page on your forums.
Usergroup based permissions, easily customizable
Private messages via the shoutbox


To-do

Ignore user support
Floating/Docking support
A limit on how long it takes to type out an individual message
More per-user effects
An ability to delete existing messages.
???
Got an idea? Please tell me :)


Change log (Newest at top!)
1.0.5

/help command added
Improved /stupid
Usergroup permissions - you can now assign which group can use which commands
Private message support, use /pm username: message
/me and /me's added
Fixed a major bug with the [instant] tag that crashed browsers
Added /format, see the /help command for usage

1.0.4

Fixed a bug prevent style="" attributes breaking the shoutbox on IE browsers

1.0.3

BBCode support!
Smiley support!
Fixed the time showing incorrectly

1.0.2

Flood protection
Custom positioning

1.0.1

Minor bug fixes
[speed] now works
IE now works

M-Tuning
09-26-2008, 11:39 AM
Nice Shoutbox :D

I made a testaccount for you guys:

username: test
password: test1

Vackrick
09-26-2008, 11:56 AM
XML Error: EntityRef: expecting ';' at Line 8

dinnerbone
09-26-2008, 12:01 PM
XML Error: EntityRef: expecting ';' at Line 8

Oops, sorry, I'm uploading a fixed version now.

Edit: Done, redownload the new version and tell me if it works.

Vackrick
09-26-2008, 12:02 PM
Oops, sorry, I'm updating a fixed version now.


could you read ur pm on your board pls

Vackrick
09-26-2008, 12:15 PM
Here the screenshot

where is the shoutbox...

cindy helmond
09-26-2008, 12:25 PM
Here the screenshot


where is the shoutbox...

he is dead :)

macc
09-26-2008, 12:29 PM
hello!

was on your page and try but could not see any text?

regards

macc

dinnerbone
09-26-2008, 12:31 PM
hello!

was on your page and try but could not see any text?

regards

macc

What browser are you using? You need Javascript enabled, and a modern browser to see the messages.

macc
09-26-2008, 12:37 PM
i use IE 7 and java is enabled ... but i could not see anything what i type like "test" user

reg

macc

dinnerbone
09-26-2008, 12:43 PM
i use IE 7 and java is enabled ... but i could not see anything what i type like "test" user

reg

macc

Sorry about that, looks like I uploaded an old version of the javascript. It should be working now.

soundbarrierpro
09-26-2008, 12:48 PM
hello!

was on your page and try but could not see any text?

regards

macc

me too. I can enter my cursor and find carrot, but no text shows after typing and entering.

IE. 6

macc
09-26-2008, 01:04 PM
your link does not work now!

reg
macc

dinnerbone
09-26-2008, 01:06 PM
your link does not work now!

reg
macc

What do you mean? The example forums or the download link? The forums are working fine for me, I'll check the download.

macc
09-26-2008, 01:11 PM
mean link for forum (demo) - for me just open blank page .... works not but before works fine !

regards

macc

germinus
09-26-2008, 05:41 PM
He has not added any instructions for template edits thats why its not working, as most of you know the code <!-- main --> is already in the forumhome template, there is obviously code that should be inserted before or after this but he has forgot to add the code!

dinnerbone
09-26-2008, 05:48 PM
He has not added any instructions for template edits thats why its not working, as most of you know the code <!-- main --> is already in the forumhome template, there is obviously code that should be inserted before or after this but he has forgot to add the code!
A plugin hooks onto that line and adds its own code just before it when the page is being created. I told people to add that line for custom styles and templates that did not have it enabled.

If it is not working and you are using default templates/styles, please check that the main GSBOS plugin is enabled.

germinus
09-26-2008, 05:59 PM
Ok well it seems alot of people are saying they cant see the shoutbox even when everything is enabled!!

So here is the manual templated edit you need to do...

Open FORUMHOME template and find

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>


Add AFTER on a NEW line

<tr>
<td class="tcat" align="center" colspan="3">
<a style="float:right" href="#top" onclick="return toggle_collapse('gsbos')"><img id="collapseimg_gsbos" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
GSBOS
</td>
</tr>
</thead>

<tbody id="collapseobj_gsbos" style="">

<tr>
<td align="left" width="100%" style="background-color:#000000;color:#FFFFFF;padding:0px;">

<div id="gsbosshow" class="smallfont" style="overflow:auto;width:100%;height:150px;background-color:#000000;color:#FFFFFF;">
#GSBOS&gt; Loading...
</div>
<div id="gsbosinput" class="smallfont" style="width:100%;background-color:#000000;color:#FFFFFF;">
<form action="gsbos.php" name="gsbosform" onsubmit="gsbos.sendInput(); return false;">
&gt;<input type="text" name="message" id="gsbos_message" class="smallfont" style="width:95%;background-color:#000000;color:#FFFFFF;border:none;" />
</form>
</div>
</td>
</tr>
</tbody>
</table>
<br />

<script type="text/javascript" src="clientscript/gsbos.js"></script>
<script type="text/javascript">
<!--
gsbos = new gsbosEngine();
gsbos.init(3, 65, 5 * 1000);
-->
</script>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>

digicom
09-26-2008, 06:02 PM
I been banging my head against wall for hours tryin to get this to work lol and I just added code posted by germinus (https://vborg.vbsupport.ru/member.php?u=140036) and works perfect now! apprciated germinus and dinnerbone (https://vborg.vbsupport.ru/member.php?u=239595) :up:

dinnerbone
09-26-2008, 06:07 PM
I'll have to look into why the plugin isn't working then. In theory, the plugin should replace that line with the shoutbox code when the page is displayed to the user, but I can't see why that isn't happening. Thanks for posting the workaround though.

macc
09-26-2008, 11:43 PM
have installed and works fine ... how i can adjust time on shoutbox because it is now 02.42 and it shows 19:42 ?

and can i get bold usernames and how?

thanks and regards

macc

FreshFroot
09-26-2008, 11:51 PM
nice concept, love the idea mate :)

digicom
09-27-2008, 07:42 AM
dinnerbone i carnt find a template called GSBOS,any ideas :confused:

Advanced users may also wish to customise the way GSBOS looks. GSBOS uses only one template, called 'GSBOS', which you may feel free to edit. This template will allow you to customise the colours, fonts and overall look of GSBOS.

dinnerbone
09-27-2008, 02:15 PM
Aha, I found out why it wasn't working. For some reason the 'gsbos' template wasn't adding itself to the xml file. I'll release an update in a few minutes.

For now, you may create a custom template called 'gsbos' and add the following to it. Be sure to delete this before installing the new version when it becomes available.
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" align="center" colspan="3">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('gsbos')"><img id="collapseimg_gsbos" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_gsbos].gif" alt="" border="0" /></a>
GSBOS
</td>
</tr>
</thead>

<tbody id="collapseobj_gsbos" style="$vbcollapse[collapseobj_gsbos]">

<tr>
<td align="left" width="100%" style="background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};padding:0px;">

<div id="gsbosshow" class="smallfont" style="overflow:auto;width:100%;height:{$vbulletin->options[gsbos_height]}px;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};">
#GSBOS&gt; Loading...
</div>
<div id="gsbosinput" class="smallfont" style="width:100%;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};">
<form action="gsbos.php" name="gsbosform" onsubmit="gsbos.sendInput(); return false;">
&gt;<input type="text" name="message" id="gsbos_message" class="smallfont" style="width:95%;background-color:{$vbulletin->options[gsbos_background]};color:{$vbulletin->options[gsbos_foreground]};border:none;" />
</form>
</div>
</td>
</tr>
</tbody>
</table>
<br />

<script type="text/javascript" src="clientscript/gsbos.js"></script>
<script type="text/javascript">
<!--
gsbos = new gsbosEngine();
gsbos.init(<if condition="$vbulletin->options[gsbos_typo_enable]">{$vbulletin->options[gsbos_typo_rate]}<else />0</if>, {$vbulletin->options[gsbos_speed_message]}, {$vbulletin->options[gsbos_refresh_interval]} * 1000);
-->
</script>
Please remove the script that germinus posted too, as they will conflict.

soniceffect
09-27-2008, 04:00 PM
anyone else having problems with updating settings?

dinnerbone
09-27-2008, 04:13 PM
Version 1.0.2 has just been released. You can now position this on any page, and through this the silly bug that it wasn't showing up has now been fixed. It also now includes a flood protector, which you can customise in the options.

Note that with the new version you must make manual template alterations to make this appear on your pages. See the readme.txt for instructions.

macc
09-27-2008, 05:08 PM
hello!

can some help ...what to do to get actual time - not 7 hours differents -

now shows 13:07 - but it is 20:07

some help?

regards

macc

dinnerbone
09-27-2008, 05:14 PM
Sorry about that, I used date() instead of vbdate(). I'll fix it in the next version. If you want to fix it yourself, open up includes/functions_gsbos.php and look for a line like this:
$time = date($vbulletin->options['gsbos_date_format'], $timestamp)
and replace it with
$time = vbdate($vbulletin->options['gsbos_date_format'], $timestamp);

Alternatively, wait for the next version and it'll be fixed then :)

macc
09-27-2008, 05:26 PM
thanks - works now

just one - how to put another color in text box - mean write text box - put border-solid but will change color

reg
macc

germinus
09-27-2008, 05:36 PM
Still shows as v1.0.1 in admincp, you need to edit your xml!

macc
09-27-2008, 05:54 PM
for me works fine - added on few pages on my forum and works fine - just add in template <!-- START GSBOS -->
$gsbos
<!-- END GSBOS -->

and that works


is it possible to get usernames in color (mean vbulletin usernames colors)

reg

macc

dinnerbone
09-27-2008, 05:58 PM
Still shows as v1.0.1 in admincp, you need to edit your xml!

And still does not show unless you manauly edit forumhome template, well not for me anyway!
Whoops, sorry about that - I need to get used to this xml :)
I have already stated that to make the new version show you must make manual alterations to any page that you want it to show on. But the code you pasted earlier doesn't let the admin follow any settings in the ACP, so I would strongly recommend using the code that is stated in the readme.txt (Which macc provided in the above post)

is it possible to get usernames in color (mean vbulletin usernames colors)
I'm working on BBCode and Smilies now. This will be included in the update.

macc
09-27-2008, 06:10 PM
nice ... wait for update ...and hope that usernames will be in colors (admin, moderator and more ... )

regards and thanks for nice and fast shoutbox


macc

dinnerbone
09-28-2008, 11:49 AM
Version 1.0.3 has just been released. BBCode and Smilies are now supported. The only current limitation to its BBCode support is for advanced html; stuff like <code> tags. The time is also fixed and it should now show time relative to the user who is viewing it.

macc
09-28-2008, 12:45 PM
can we now get usernames in colors (mean boarad usernames - admin, moderators, reg users) or we must do some for get this to works ?

reg

macc

dinnerbone
09-28-2008, 12:54 PM
can we now get usernames in colors (mean boarad usernames - admin, moderators, reg users) or we must do some for get this to works ?

reg

macc

It follows the normal usergroup mask rules. If you give your admins, moderators, etc a name mask then it will show in the shoutbox. To give a usergroup a mask, open up your Admin Control Panel, go to Usergroups -> Usergroup Manager, and open up your specified usergroup. On there, you'll see a box saying something similar to "Username HTML markup". vBulletin wraps usernames in whatever code is in these two boxes, which you can use to give usernames colour.
For example, if you wanted the username to show in red, you'll fill in the boxes similar to this:
<span style="color: #FF0000"> for the left box, and
</span> for the right box.

macc
09-28-2008, 12:58 PM
i just updated new version but no messages come on shoutbox?

can type - but nothing comes up in shoutbox?

i overwrite product
some help?

reg

macc

macc
09-28-2008, 01:04 PM
i disabled bbcode in options and it works .... when bbcode is enabled - works not?

maybe it help to found solutions

reg

macc

dinnerbone
09-28-2008, 01:44 PM
i disabled bbcode in options and it works .... when bbcode is enabled - works not?

maybe it help to found solutions

reg

macc
Hm, odd. Can you send/see messages on the demo? That has BBCode enabled. This will help me know if it's a browser issue or something wrong with the installation.

macc
09-28-2008, 03:31 PM
i am glad that you found fix for this problem

regards

macc

macc
09-28-2008, 04:17 PM
updated to new version and same problem

reg

macc

macc
09-28-2008, 04:31 PM
works now after cleared cache in my ie -

regards and thanks for all help!

macc

GateKeper
09-28-2008, 06:18 PM
need to get this working on CMPS, if that is done I will probably keep it as our main chat box, other wise we will need to use the one we currently have on our site...

so far so good.....

keep at it..

soniceffect
09-29-2008, 08:16 PM
Please could you put PM's on to do list m8 .....

The ability for a user to set for themselves which colour there text appears in would be good also .... Not using bbcode, but set.

PS:- This is a very very very good mod ... will be nominating :)

dinnerbone
09-30-2008, 09:27 AM
need to get this working on CMPS, if that is done I will probably keep it as our main chat box, other wise we will need to use the one we currently have on our site...

so far so good.....

keep at it..

I just tested CMPS, and can confirm that this is in fact compatible with it.
Open up your CMPS settings, click on "Main Options", and add 'gsbos' to the field saying "Portal Output Global Variables". Then simply make a new module, paste the code from the readme into there, make sure wrapping is disabled for that module, and save.

Please could you put PM's on to do list m8 .....

The ability for a user to set for themselves which colour there text appears in would be good also .... Not using bbcode, but set.

PS:- This is a very very very good mod ... will be nominating :)

I'm working on PMs and user-saved styles as I type this out :)

macc
09-30-2008, 10:28 AM
hello!

is it possibly to make that moderators can use /prune command or some another?

regards

macc

dinnerbone
09-30-2008, 11:09 AM
I'm currently working on making permissions based on usergroups, so you can set who can use what commands. This should be in the next version.

GateKeper
10-01-2008, 02:56 AM
I just tested CMPS, and can confirm that this is in fact compatible with it.
Open up your CMPS settings, click on "Main Options", and add 'gsbos' to the field saying "Portal Output Global Variables". Then simply make a new module, paste the code from the readme into there, make sure wrapping is disabled for that module, and save.



I'm working on PMs and user-saved styles as I type this out :)

You are the man....I have it working on our CMPS page....if it continues to not lag as our other one did, this will be a keeper....

Take a look at Dreams Chatbox for some ideas on what you might want to implement in yours as well,,,,hope no offence is taken to Dreams efforts, I really liked his, but it has started to lag a whole lot, so it's time to look at others...

Thanks again....

GK

dinnerbone
10-01-2008, 09:51 AM
1.0.5 has just been uploaded. Change log:
* /help command added
* Improved /stupid
* Usergroup permissions - you can now assign which group can use which commands
* Private message support, use /pm username: message
* /me and /me's added
* Fixed a major bug with the [instant] tag that crashed browsers
* Added /format, see the /help command for usage

It is strongly recommended that you customise usergroup permissions after installing the new version, else your admins and mods will be without commands.

soniceffect
10-01-2008, 11:01 AM
You are seriously bloody quick LOL ..... good work m8 ...

Installed, Nominated & Donated

soundbarrierpro
10-01-2008, 11:20 AM
Question.

There are two other major chatbox's here. Both are ajax. Both can be opened to full screen. Both also are extremely bandwidth intensive if used as a regular means to communicate, like during live events.

Firstly, how intensive is this CB? Second, will all user names show up as they join and type their message?

An additional comment....Are you able to create rooms for specific live events? Say I have three games and don't want them all to be involved in the same chat. Can they all have their own room for their specific event?

Thanks

dinnerbone
10-01-2008, 11:35 AM
Question.

There are two other major chatbox's here. Both are ajax. Both can be opened to full screen. Both also are extremely bandwidth intensive if used as a regular means to communicate, like during live events.

Firstly, how intensive is this CB? Second, will all user names show up as they join and type their message?

An additional comment....Are you able to create rooms for specific live events? Say I have three games and don't want them all to be involved in the same chat. Can they all have their own room for their specific event?

Thanks

This shoutbox does not use nearly as much bandwidth as other major shoutboxes/chatboxes. They delete every message and download the whole lot every few seconds, whereas this only gets new messages which is much more efficient. Also, this checks for new messages straight after it finishes 'typing out' existing messages, meaning you can set the refresh rate much higher than you would normally and it will still be very fast when there is an active conversation going on.

To better explain the message grabbing system and demonstrate how it's more efficient than grabbing every message every time, let's imagine we have one shout/chatbox running, "Chatbox A", and GSBOS running on the same site. Both have 1 message being sent every two seconds, and both are set to refresh every 5 seconds. Chatbox A will be downloading all of the old messages including the new messages every 5 seconds, not only using lots of bandwidth but also causing unwanted lag. GSBOS will only be downloading the new messages, saving lots of bandwidth and also, assuming the message takes less than two seconds to type out, will have next to no lag at all, and the messages will be adding virtually seamlessly. If we then assume no more messages are being added to either shoutbox, Chatbox A will still be downloading all those messages every 5 seconds, whereas GSBOS will be downloading, well, nothing.

Different rooms/chats are hopefully on their way next version :)

You are seriously bloody quick LOL ..... good work m8 ...

Installed, Nominated & Donated
Thankyou for your support :D

soundbarrierpro
10-01-2008, 03:17 PM
Ok, I'm going to try.

macc
10-01-2008, 03:29 PM
thanks for update - works perfect!

regards

macc

soundbarrierpro
10-01-2008, 03:37 PM
Ok, just installed. Anything gotta be CHMOD'd? I uploaded the upload contents to root, I imported XML, then adjusted the settings in ACP GBOS options. There's nothing in Usergroup manager for perms????

Collussus
10-01-2008, 04:02 PM
Ok, just installed. Anything gotta be CHMOD'd? I uploaded the upload contents to root, I imported XML, then adjusted the settings in ACP GBOS options. There's nothing in Usergroup manager for perms????

There's nothing to be CHMOD'd, In the usergroup manager, per usergroup it should show the 2nd and 3rd block as GSBOS permissions ;)

soundbarrierpro
10-01-2008, 04:05 PM
There's nothing to be CHMOD'd, In the usergroup manager, per usergroup it should show the 2nd and 3rd block as GSBOS permissions ;)

Got it :) Don't know why though, I had to completely close my browser windows and reopen before Perms showed. Meh, no big deal. Very nice. I like it very nice and easy.

Cool job voted MOTM for neat stuff!

Question though?

How do you make the module for cmps dynamic across all of your styles? It only works on my default style and not on my other styles on cmps.

GateKeper
10-01-2008, 09:33 PM
Template Module Options

Style
If you are adding a new template to use with this module, please specify the style(s) you would like to add this template to here.
To select more than one style, hold down the 'Ctrl' key while selecting styles with your mouse.

make sure you pick all the styles you want this to be on....

soundbarrierpro
10-02-2008, 11:35 AM
I don't get the /utilities? How do you use them and what do they do?

dinnerbone
10-02-2008, 12:04 PM
I don't get the /utilities? How do you use them and what do they do?

GSBOS doesn't a /utilities command?

wmlvb
10-02-2008, 05:26 PM
is there a way have a private chat or chat room?

soundbarrierpro
10-02-2008, 06:36 PM
GSBOS doesn't a /utilities command?

Sorry DB, this is what I meant by "the /utilities" I don't get what they are or how to use them? Do they show up if I type them in?

/mute [username] - Mutes [username]. Admin only.
/unmute [username] - Unmutes [username]. Admin only.
/stupid [username] - Puts [username] under the 'stupid' effect. Admin only.
/unstupidize [username] - Removes the 'stupid' effect from [username]. Admin only.
/butterfingers [username] - Puts [username] under the 'butterfingers' effect. Admin only.
/unbutterfingers [username] - Removes [username] from the 'butterfingers' effect. Admin only.
/who - Displays a list of active shoutbox users.
/clear - Clears the screen, but only for the user who types this.
/prune - Deletes every message in the shoutbox, for every user. Admin only.

dinnerbone
10-02-2008, 07:12 PM
Sorry DB, this is what I meant by "the /utilities" I don't get what they are or how to use them? Do they show up if I type them in?

/mute [username] - Mutes [username]. Admin only.
/unmute [username] - Unmutes [username]. Admin only.
/stupid [username] - Puts [username] under the 'stupid' effect. Admin only.
/unstupidize [username] - Removes the 'stupid' effect from [username]. Admin only.
/butterfingers [username] - Puts [username] under the 'butterfingers' effect. Admin only.
/unbutterfingers [username] - Removes [username] from the 'butterfingers' effect. Admin only.
/who - Displays a list of active shoutbox users.
/clear - Clears the screen, but only for the user who types this.
/prune - Deletes every message in the shoutbox, for every user. Admin only.

Ah. Basically, if you typed in (for example) /mute someRandomPerson into the shoutbox and pressed Enter, someRandomPerson will be muted and will not be able to talk. If you typed in /prune, then every message inside the shoutbox will be deleted. I've given each command a description inside the shoutbox, simply type "/help" and it will describe every command that you can use and how to use it.

soundbarrierpro
10-03-2008, 02:25 PM
Perfect thanks. Commands are much better than a bunch of buttons. I love this mod.

GateKeper
10-07-2008, 02:23 AM
getting duplicate messages in the chat box, a member will type one thing, but it will show up twice, one right after another

.

69lakalle
10-07-2008, 03:24 AM
looks less server intensive than other chats i will keep an eye on this
nominated
any integration of smillies.?

dinnerbone
10-07-2008, 07:51 AM
getting duplicate messages in the chat box, a member will type one thing, but it will show up twice, one right after another

.
I've had quite a few reports of this, but have been unable to reproduce it myself. It's proving to be a difficult bug to track; I'll keep at it though and try and find out what's causing it and how to fix it.

looks less server intensive than other chats i will keep an eye on this
nominated
any integration of smillies.?

Smilies are already supported.

macc
10-07-2008, 09:37 AM
will just inform that sometimes also comes double messages on shoutbox ...

regards

macc

soniceffect
10-07-2008, 11:44 AM
Just to clarify it would seem that the duplicated messages are only appearing visually (ie not inserted to system) as when you refresh they dissapear. Dunno if this is any help.

Anyways, having the issue on mine also. If you need to see anyones with the issue in order to track the bug then let me know and I'm sure I can sort you with some access.

dinnerbone
10-07-2008, 01:03 PM
Yeah, I noticed it's only showing for the person who sent the message (I think?) and not being inserted into the shoutbox, that's why it's proving so difficult to track. I suspect it's due to bad timing on the automatic refresh interval though, possibly fetching the message just as it was sent.

soundbarrierpro
10-07-2008, 02:15 PM
I've had quite a few reports of this, but have been unable to reproduce it myself. It's proving to be a difficult bug to track; I'll keep at it though and try and find out what's causing it and how to fix it.



Smilies are already supported.


I only had this once when I added it to cmps and created a module under both my styles. once I fixed the module to display across both styles it went away.


EDIT*** Please on the list of "to-do's" DO NOT ADD ANY BUTTONS to this chatbox :) This is the only one so far with no buttons. I love it.

GateKeper
10-08-2008, 03:43 AM
some members are now getting these types of errors in the chat window

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

501 Method Not Implemented


Method Not Implemented


GET to /index.html not supported.





Additionally, a 404 Not Found


error was encountered while trying to use an ErrorDocument to handle the request.

--------------------------------------------------------------------------------


Apache/2 Server at localhost Port 80




not sure what this is all about...

and some are telling me the system is freezing, anywhere from a few seconds to 30 seconds, it will not allow any typing of messages during this time frame...

,

dinnerbone
10-08-2008, 07:14 AM
Strange. Did you modify any settings or install any other mods or mod updates recently? Also, are all members seeing this error or just a specific few? If it's just a few, do those members share any common settings, and what browser are they each using?
I can't think of anything that uses GET requests inside my code, the javascript uses POST but that wouldn't print the error to the shoutbox. The php itself does no GETs or POSTs, and certainly doesn't involve any 'index.html' files.
I'll look into it, but anything you can tell me to help reproduce the error would be very helpful.

GateKeper
10-08-2008, 10:34 PM
can't give you more, sorry, most are using ie and firefox, not all members get it, I for one don't get them at all, I get the double post, until I refresh the page, then the double's disappear, nothing new has been added your hack is the latest, I even removed the other chatbox we had, figured your's was running better and less lag, but these error's will get us in hot water...

Jexius
11-25-2008, 04:02 PM
Thanks dinnerbone, I'll use this in my new forum :p
-Jexius

macc
11-25-2008, 05:45 PM
some members are now getting these types of errors in the chat window






not sure what this is all about...

and some are telling me the system is freezing, anywhere from a few seconds to 30 seconds, it will not allow any typing of messages during this time frame...

,


had same problems ...and users with IE and FF ... and sometimes comes up double messages ....

macc

soundbarrierpro
12-10-2008, 06:44 PM
any way to prune one line at a time? I use GBOS as an announcement center as well since it's not used all the time. Sometimes my members type something in and nobody replies. I'd like to prune just that message and still keep up my 2 or 3 lines of my message instead of retyping it all over again.

Redzzand
02-02-2009, 04:55 PM
idea: adding a bot that users can interact with

Keesa
04-14-2009, 08:09 AM
ANyone running this with success on 3.8 and above?:confused:

MCAlexandre
06-22-2009, 10:26 AM
Hello. First of all, great mod. Love it. :D

Though, I have a kind of a bug. When I type a message with national characters (like ?, ?, ?, ?), the shout appears blank. I'll show a screenshot as an example:

https://vborg.vbsupport.ru/external/2009/06/14.png

I'm using vB 3.8.3. Thanks. ;)

P.S.: I checked the encodings and they're right...

jkcerda
11-16-2009, 06:27 PM
nice

Matais
01-22-2010, 08:54 AM
has anyone found a way to remove the roll out thing yet?

Mickie D
07-08-2010, 07:06 PM
This is nice and quick... and much less intensive than the other chats... but whats with the auto scrolling... there has to be an option to turn that off.

It scrolls even if no one is typing ???

Mick