The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
GSBOS: Generic Shout Box Operating System Details »» | |||||||||||||||||||||||||||
GSBOS: Generic Shout Box Operating System
Developer Last Online: Nov 2023
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 '[delete]' 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?
To-do
Change log (Newest at top!) 1.0.5
Show Your Support
|
Comments |
#12
|
|||
|
|||
Sorry about that, looks like I uploaded an old version of the javascript. It should be working now.
|
#13
|
|||
|
|||
Quote:
IE. 6 |
#14
|
||||
|
||||
your link does not work now!
reg macc |
#15
|
|||
|
|||
What do you mean? The example forums or the download link? The forums are working fine for me, I'll check the download.
|
#16
|
||||
|
||||
mean link for forum (demo) - for me just open blank page .... works not but before works fine !
regards macc |
#17
|
|||
|
|||
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!
|
#18
|
|||
|
|||
Quote:
If it is not working and you are using default templates/styles, please check that the main GSBOS plugin is enabled. |
#19
|
|||
|
|||
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 Code:
<!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> Code:
<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> 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;"> ><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> |
#20
|
||||
|
||||
I been banging my head against wall for hours tryin to get this to work lol and I just added code posted by germinus and works perfect now! apprciated germinus and dinnerbone :up:
|
#21
|
|||
|
|||
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.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|