The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[ITech] [AJAX] Inferno vBShout Lite 2.5.0 Details »» | |||||||||||||||||||||||||||||||||||||
[ITech] [AJAX] Inferno vBShout Lite 2.5.0
Developer Last Online: May 2010
----------------------------------
[ITech] [AJAX] Inferno vBShout Lite Created By Inferno Technologies (http://www.infernotechnologies.net) Copyright 2004-2008 All rights reserved Project Development Team: Zero Tolerance Project Lead: Iain "Decado" Kidd Support Forum: http://forums.infernotechnologies.ne...-Supp-f23.html ---------------------------------- Pro Version: http://infernotechnologies.net/idx/infernoshout/ 2.5.1 Update Fixed Bug: Archive Pagination wasn't working (page 2 showed same content as page 1) Fixed Bug: Archive member links did not work AOP Change: AOP now uses aop.txt, to work on IIS servers. Project Description This is the latest version of Inferno vBShout LITE, the free version of our Inferno vBShout Pro product (see above link). Those who were running 1.0.1 Lite will find a lot of useful upgrades and additions, including aesthetic changes and many bug fixes and most importantly a huge decrease in server load and bandwidth consumption. Support This version is supported, exclusively at our support forums. Features
Additional Features Auto-Idle The auto-idle system will drastically lower server load on sites with many users on at the same time. It allows you to automatically set the user to "idle" in the shoutbox, meaning the shoutbox will load shouts once, then idle the user until the click the unidle button or make a shout. Afterwards they will idle as normal (as set in the ACP). Shoutbox Advanced Optimised Protocol The Shoutbox AOP is a brand new feature that when turned on will dramatically cut server resources/bandwidth used by the shoutbox. Instead of the shoutbox refreshing every X seconds to check if there is new data, it will know when there is new data and only refresh then, meaning when there is no activity in the shoutbox, no resources will be consumed, or bandwidth. Shoutbox Low Level Logging The shoutbox low level logging system will provide you with a log of shout edits, deletes, bans, unbans, notices and remove notice commands. This will help you keep track of commands being used in the shoutbox. This can be turned off. Private Message System When clicking a username in the shoutbox, it will now open a new "tab" (This is a shoutbox tab, not a browser tab). In this tab you will be able to privately chat to the member where only they and you will see the messages. This helps split private chats and the main chat, and you can have as many private chats open as you like! vBSEO Issues? If you're encountering issues with vBSEO this is most likely due to the option within vBSEO to "clean html", you do not need to turn this option off, but you will need to change the plugin for vBShout. Go to the Plugin Manager within your ACP, and find the plugin: "Inferno Shoutbox: Deploy Shoutbox". Edit this plugin, and where you see the option "Execution Order", set this to 1 and save, you should no longer encounter issues. Note I'll update screenshots soon! 5am here right now... Enjoy! Zero Tolerance Inferno Technologies Lead Developer Download Now
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
Xp.Warrior |
Comments |
#1002
|
|||
|
|||
I want to change my Background color of my Messages Box(Shout Box). How can I do that?
Adv. Thanks |
#1003
|
|||
|
|||
Hey, Having a little trouble adding the shoutbox to every page in the forum, well alot of trouble, and as the installation.txt says,
Quote:
This didn't work, so what am I doing wrong, hope you can help, Thanks, |
#1004
|
|||
|
|||
bump
|
#1005
|
|||
|
|||
Does anyone know a way to get the Shoutbox renamed to Chatbox and instead of having the Shoutbox word centered align get it to left aligned?
|
#1006
|
||||
|
||||
I just edited this and installed on a 3.8 board, I changed the name to "The Chit-Chat Lounge" and did a few other edits...
I'm @ work now but if I remember correctly you can edit all this via the included files OR if not then edit the xml. If your still having problems PM me as after work my brain forgets things that happened @ work, that's how I cope w/ having a crummy job lol. S-MAN Edit: Hmmm, I bet you can change the BG color... That gave me the idea to make it an image instead! I bet we can do this via css somehow by incorporating it in the mod. |
#1007
|
|||
|
|||
Quote:
|
#1008
|
|||
|
|||
can i prevent other users to use the "/me" command?
|
#1009
|
||||
|
||||
Quote:
It should be, I would assume just using html tags for left alignment would work but afterwards compare it in IE & Firefox. The /me command... that's a good question... stumped |
#1010
|
|||
|
|||
I checked there isn't a way, but I remember I saw this option somewhere..
|
#1011
|
||||
|
||||
Quote:
Quote:
Code:
<thead> <tr> <td class="tcat" align="center"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_infernoshout')"><img id="collapseimg_forumhome_infernoshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infernoshout].gif" alt="" border="0" /></a> <a href="infernoshout.php?$session[sessionurl]do=archive">Shoutbox</a> </td> </tr> </thead> Code:
<a href="infernoshout.php?$session[sessionurl]do=archive">Shoutbox</a> i.e. change Shoutbox to whatever you want like... Code:
<thead> <tr> <td class="tcat" align="center"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_infernoshout')"><img id="collapseimg_forumhome_infernoshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_infernoshout].gif" alt="" border="0" /></a> <a href="infernoshout.php?$session[sessionurl]do=archive">The Chit-Chat Lounge</a> </td> </tr> </thead> Code:
<td class="tcat" align="center"> Code:
<td class="tcat" align="left"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|