View Full Version : Add-On Releases - [ITech] [AJAX] Inferno vBShout Lite 2.5.0
torrentrockerz
05-02-2009, 05:27 PM
I want to change my Background color of my Messages Box(Shout Box). How can I do that?
Adv. Thanks
Nazim
05-06-2009, 06:02 PM
Hey, Having a little trouble adding the shoutbox to every page in the forum, well alot of trouble, and as the installation.txt says,
if you are having trouble deploying the shoutbox in specific parts of your forum please ask for assistance.
I may just be doing this wrong, heres how I thought it would work, If i wanted to add my shoutbox into my Arcade, i goto the styles and templates, find the ARCADE template and add the <!--{%SHOUTBOX%}-->, Then goto the Shoutbox settings and add arcade after index... (index,arcade).
This didn't work, so what am I doing wrong, hope you can help, Thanks,
Nazim
05-08-2009, 10:16 AM
bump
algert
05-12-2009, 01:21 PM
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?
TheLastSuperman
05-12-2009, 02:05 PM
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.
algert
05-12-2009, 02:11 PM
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.
let me know what you've edit to change it to The Chit-Chat lounge? and is it possible to get it left aligned?
BHATUGAN
05-12-2009, 02:22 PM
can i prevent other users to use the "/me" command?
TheLastSuperman
05-12-2009, 02:28 PM
let me know what you've edit to change it to The Chit-Chat lounge? and is it possible to get it left aligned?
I'll check into it later but if you don't hear anything send me a PM later today as I'm at work :p
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 :p
algert
05-12-2009, 02:39 PM
can i prevent other users to use the "/me" command?
I checked there isn't a way, but I remember I saw this option somewhere..
TheLastSuperman
05-12-2009, 11:23 PM
let me know what you've edit to change it to The Chit-Chat lounge? and is it possible to get it left aligned?
Hey, can u tell me which file to edit and how to make it Left aligned on the Inferno shoutbox. :)
Thanks!
To change the name find:
<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>
& Change this part..
<a href="infernoshout.php?$session[sessionurl]do=archive">Shoutbox</a>
To what you want
i.e. change Shoutbox to whatever you want like...
<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>
And to left align simply change this...
<td class="tcat" align="center">
To this...
<td class="tcat" align="left">
Enjoy :D
algert
05-13-2009, 04:31 PM
To change the name find:
<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>
& Change this part..
<a href="infernoshout.php?$session[sessionurl]do=archive">Shoutbox</a>
To what you want
i.e. change Shoutbox to whatever you want like...
<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>
And to left align simply change this...
<td class="tcat" align="center">
To this...
<td class="tcat" align="left">
Enjoy :D
Thank you! Your awesome! Thanks!
TheLastSuperman
05-13-2009, 07:45 PM
Thank you! Your awesome! Thanks!
lol... nope, just THE LAST SUPERMAN :D
Your welcome ;)
torrentrockerz
05-21-2009, 02:27 PM
Hi TheLastSuperman, please reply to my message
I want to change my Background color of my Messages Box(Shout Box). How can I do that?
Adv. Thanks
wtf is life
05-24-2009, 08:57 AM
Anyone got a release to work on V. 3.8.2
algert
05-24-2009, 09:59 AM
Anyone got a release to work on V. 3.8.2
This version works with 3.82.. I've tested it. :D
Stranger.
05-24-2009, 11:02 PM
keeps saying
Loading....
any help?
tiengnhat
05-28-2009, 03:25 AM
Help me for error of database.
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/yourforum/public_html/forum/includes/class_core.php on line 311
MySQL Error :
Error Number :
Request Date : Wednesday, May 27th 2009 @ 07:43:07 PM
Error Date : Wednesday, May 27th 2009 @ 07:43:07 PM
Script : http://www.yourforum.com/forum/infernoshout.php
Referrer : http://www.yourforum.com/forum/
IP Address : 210.196.150.xxx
Username :
Classname : vB_Database
MySQL Version :
Thanks you!
SatSeeker
05-28-2009, 10:56 PM
Hello guys,
Does anyone know how to increase the "Shouts To Display" option? It seems like always defaulted at 20 even if I tried to increase it 40 or any other numbers?
Greatly appreciated!
SatSeeker
05-29-2009, 08:55 PM
Hi Guys,
I've finally got it fixed!
Just for anyone who has the same problem as I have, here how to fix the 20 post message limitation:
1. open the file named "infernoshout.php" under UPLOAD folder using Notepad editor
2. go down to where it says
# ------------------------------------------------------- #
# Display the messages
# ------------------------------------------------------- #
if ((empty($_REQUEST['do']) || $_REQUEST['do'] == 'messages'))
{
$charset = $vbulletin->userinfo['lang_charset'];
$charset = strtolower($charset) == 'iso-8859-1' ? 'windows-1252' : $charset;
@header('Content-Type: text/html; charset=' . $charset);
$infernoshout->load_engine('shout');
$shout =& new shout;
echo $infernoshout->fetch_shouts($shout, 20);
3. Change
echo $infernoshout->fetch_shouts($shout, 20);
To whatever long you want as
echo $infernoshout->fetch_shouts($shout, 100);
4. Save, Upload to your forum root, and overwrite the old one
That's all!
oliver123
05-31-2009, 10:41 AM
Wow looking nice!
Thanks :)
Sam Wiltshire
06-22-2009, 03:26 PM
How do i put the shouout on a portal page instead of my forum index ?
i know this is wierd but i have to do it lol
Sam Wiltshire
06-22-2009, 03:28 PM
Help me for error of database.
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/yourforum/public_html/forum/includes/class_core.php on line 311
MySQL Error :
Error Number :
Request Date : Wednesday, May 27th 2009 @ 07:43:07 PM
Error Date : Wednesday, May 27th 2009 @ 07:43:07 PM
Script : http://www.yourforum.com/forum/infernoshout.php
Referrer : http://www.yourforum.com/forum/
IP Address : 210.196.150.xxx
Username :
Classname : vB_Database
MySQL Version :
Thanks you!
im right in guessing you have changed the urls ?
from www.yourforums.com to yours ?
Gursimran
06-23-2009, 04:53 PM
how to obtain pro version?
TheLastSuperman
06-23-2009, 05:04 PM
how to obtain pro version?
Not available, Inferno Technologies is not longer active. You can however modify this mod and change some stuff to get it close to being pro and also code in your own features ;).
S-MAN
s-p0k
07-24-2009, 07:13 PM
To change the name find:
<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>
& Change this part..
<a href="infernoshout.php?$session[sessionurl]do=archive">Shoutbox</a>
To what you want
i.e. change Shoutbox to whatever you want like...
<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>
And to left align simply change this...
<td class="tcat" align="center">
To this...
<td class="tcat" align="left">
Enjoy :D
wat file to go in to to rename it help plzzz:confused:
TheLastSuperman
07-24-2009, 08:05 PM
wat file to go in to to rename it help plzzz:confused:
The actual product xml file, open it w/ notepad++ or similar and edit then upload to test, make a copy so you don't have to download again ;).
s-p0k
07-25-2009, 03:14 AM
The actual product xml file, open it w/ notepad++ or similar and edit then upload to test, make a copy so you don't have to download again ;).
ty ...but where in the code i rename it?...
still new to all this..
s-p0k
07-29-2009, 08:12 PM
ty ...but where in the code i rename it?...
still new to all this..
and also how do i make the reply or the new post in the chat ..so u can just hit the link in the chat box and go right to the post????????????
done this one
cclaerhout
08-02-2009, 02:53 PM
=>Bought the fist pro version of this product about 2 years ago.
=>Haven't touched vB about the time
=>when i come back : product dead (ok, it could happen) & product no longer available for download (gloups) & pro support disappeared (a shame)
=>Great, thank you, will force me to have a look on RS
:mad:
kylek
08-09-2009, 03:07 AM
Deleted post - made by mistake.
piraterevival
09-21-2009, 10:10 AM
Any idea how I can ge this to display on cmps_index.php on vBadvanced CMPS?
All help appreciated
Cheers
Wynand
10-10-2009, 07:12 PM
Righto, the almost famous "Shoutbox Notice: Your shout failed to send" error. Many hits on google, no solutions found. Does anyone have the answer to the error above? Or, an alternative that is still supported?
Hi,
I downloaded this, and imported it but i'm stuck at entering this:
<!--{%SHOUTBOX%}-->
It says to edit the template "forumhome", but i cant find it ? What file is it?
Instead I edited index.php file in root of forum, and then i found "$navbar" at the end of the file. It also says to add it under $navbar, but it doesn't say where to put it EXACTLY. I tried adding it everywhere, right after navbar, one line under navbar, but it never works.
I'm a bit new to the vbulletin so could someone please explain how to get this working?
This is screenshot of index.php where i found $navbar:
http://www.imagesforme.com/thumb/thumb_af1f0c2b.jpg (http://www.imagesforme.com/show.php/799671_navbar.jpg)
so where exactly should i put that code ?
Thanx :/
EDIT:
found it
Charlie98902
11-22-2009, 07:03 PM
The author no longer does this? I clicked the links to get the pro but the site is no longer there.
Charlie98902
11-22-2009, 11:21 PM
Okay I tried this if conditional here and O get error line 21 but I have this in vb4 beta 4. Any ideas?
bartek24m
11-25-2009, 07:44 AM
how tochange the format or disable date in shouts ?
Allan
12-18-2009, 08:41 PM
Upgrade to vB4 ?
TheLastSuperman
12-18-2009, 10:53 PM
Upgrade to vB4 ?
Allan,
I was unsure if you knew the history behind Inferno Tech so basically I wanted to let you know... no one has heard from Inferno Tech aka Zero Tolerance in a while see the Inferno Tech's last login...
by Inferno Tech (Coder) Inferno Tech is offline
Developer Last Online: Sep 2008
And without permissions to re-distribute it's not likely unless you code up your own similar version ;).
Mike
Ranger187
12-18-2009, 11:51 PM
I have the VB4 version.....
This is the Inferno vBShout Pro v2.5.2 for vB4.0, however, this is just a shortened version, commands etc remains same as vb38x
Install the mod as normal.
Go to the template: FORUMHOME (or were ever you want it to display)
Then Find: $navbar
Add this underneath the code:
PHP Code:
<!--SHOUTBOX-->
And your welcome. ;)
Allan
12-19-2009, 06:38 AM
Allan,
I was unsure if you knew the history behind Inferno Tech so basically I wanted to let you know... no one has heard from Inferno Tech aka Zero Tolerance in a while see the Inferno Tech's last login...
And without permissions to re-distribute it's not likely unless you code up your own similar version ;).
Mike
Hey Mike :)
I noticed his absence, but I thought if someone had adapted, he could put in the thread, which itself is subject to verification of the license if the author returned and that the adapted version does not like, it will simply be removed.
I have the VB4 version.....
And your welcome. ;)
Thank you :), Do you have apply this modification ?
http://www.vbulletin.com/forum/showthread.php?331460-CMS-Error-if-we-use-VBShoutBox&p=1873269&viewfull=1#post1873269
TheLastSuperman
12-19-2009, 07:08 AM
Hey Mike :)
I noticed his absence, but I thought if someone had adapted, he could put in the thread, which itself is subject to verification of the license if the author returned and that the adapted version does not like, it will simply be removed.
Thank you :), Do you have apply this modification ?
http://www.vbulletin.com/forum/showthread.php?331460-CMS-Error-if-we-use-VBShoutBox&p=1873269&viewfull=1#post1873269
I'm not so sure about that... To me I would not want a PRO version of my work redistributed nor was it ever intended to be so therefor it violation in itself if I'm allowed to word it that way ;)
I would not use but check the code first if you do regardless no offense Ranger187 but here have been known exploits with that modification in the past.
Mike
BTNH4Life
12-19-2009, 07:21 AM
installed this mod and read a good amount of pages in this thread but cant find out how to add the shoutbox to the bottom of every page. can anyone guide me?
Fivestones
12-22-2009, 07:08 AM
Where can i got to and buy the pro Inferno Chat at ??
Can anyone verify that this is ok for vb4 for definite?
Ranger187
12-24-2009, 01:47 PM
Where can i got to and buy the pro Inferno Chat at ??
The company/website is no more.
kylek
01-02-2010, 10:11 PM
Anyone remember how to change the background text area color so it doesn't take the forum background and use it?
princeedward
01-09-2010, 04:30 PM
:erm:
i'm seeing the version 2.5.2 of this one is working to vB4 right? but the question is where we can get it?
saw the chatbox HERE (http://www.mifbody.com/vbulletin/forum.php)
:confused:
Ranger187
01-10-2010, 04:21 AM
We can't say here...But Inferno is no more... So others have ported it...
MGC Chat will be migrating to a 4.0 version too.
princeedward
01-10-2010, 07:55 AM
We can't say here...But Inferno is no more... So others have ported it...
MGC Chat will be migrating to a 4.0 version too.Thanks Ranger187, for the reply... can't wait too for the MGC Chat to work on vB4.0... normally i was using it perfect to my former vB 3.8.4....just dunno why is it at the moment there is still no available chatbox to use around...or say good one?
best regards
;)
Ranger187
01-13-2010, 12:27 PM
Prince, keep in mind, the MGC migration from 2.8.4 (Vbulletin 3.x) to Vbulletin 4.0 has no timeframe yet. WE have other projects going on and once the higher priority ones are done, the chat will be done.
Personally I think the chat should be the first thing done as it's the most beneficial...
cloferba
01-23-2010, 01:15 AM
I'm not so sure about that... To me I would not want a PRO version of my work redistributed nor was it ever intended to be so therefor it violation in itself if I'm allowed to word it that way ;)
I would not use but check the code first if you do regardless no offense Ranger187 but here have been known exploits with that modification in the past.
Mike
if author is dead...this mod cant dead too...
one year has past...no notices about inferno author..so, contribute please and help to adapt this for vb4 :)
Ranger187
01-23-2010, 06:04 AM
if author is dead...this mod cant dead too...
one year has past...no notices about inferno author..so, contribute please and help to adapt this for vb4 :)
I was given an infraction for offering the free version. So I can't offer any help. I coded the mod to work on my forum and because he hasn't given permission to anyone, I can't share it, or I'll get my account deleted. Sorry.
cloferba
01-23-2010, 12:58 PM
well...it seems vb "protect" very well developers...but is very sad to know they dont have in mind this type of situation.
at least, is good to have access to developerĀ“s mail, to contact him
niadene
01-31-2010, 05:53 AM
how could i change the shoutbox word to my forum names?
and is it possible to put background on shoutbox
cowboyznut
02-07-2010, 02:46 AM
i dont know if i did something wrong but my shoutbox stays on loading. i did a test and nothing. am i doing something wrong?
DragonByte Tech
02-26-2010, 08:41 PM
just an update on this guys:
The developers of this aren't dead =P
No one has the rights to distribute the Pro version of the shoutbox.
A version has been made for 4.0 by myself (Decado) along with a new coder (Revan) and is available in the 4.0 mods forum =)
TheLastSuperman
02-27-2010, 12:26 AM
just an update on this guys:
The developers of this aren't dead =P
No one has the rights to distribute the Pro version of the shoutbox.
A version has been made for 4.0 by myself (Decado) along with a new coder (Revan) and is available in the 4.0 mods forum =)
Well... since you coded it to begin with will you please release a new lite version under your name for 3.x series (supported if you have time would be great!!) as many love this and will certainly appreciate a slightly newer version for 3.x :D.
Thanks regardless ;) (for the 4.0 ver otherwise if you don't have time for a new 3.x then so be it ;))
Mike
DragonByte Tech
02-27-2010, 03:06 PM
Well... since you coded it to begin with will you please release a new lite version under your name for 3.x series (supported if you have time would be great!!) as many love this and will certainly appreciate a slightly newer version for 3.x :D.
Thanks regardless ;) (for the 4.0 ver otherwise if you don't have time for a new 3.x then so be it ;))
Mike
Actually Scot done the coding, not me unfortunately =(
I'm working with a different coder now.
It's unlikely we'll be releasing for 3.x due to time constraints, unless a lot of our customers request it.
If you think there'd be a lot of demand for an updated pro version on 3.x feel free to start a poll or petition at the DragonByte Tech website - if it gets enough attention that we would break even on it, then we'll do it =)
Khan_
04-02-2010, 05:51 PM
Is there a way to disable shoutbox for particular usergroup .. like they can see it but not shout ..
TheLastSuperman
04-02-2010, 06:54 PM
Actually Scot done the coding, not me unfortunately =(
I'm working with a different coder now.
It's unlikely we'll be releasing for 3.x due to time constraints, unless a lot of our customers request it.
If you think there'd be a lot of demand for an updated pro version on 3.x feel free to start a poll or petition at the DragonByte Tech website - if it gets enough attention that we would break even on it, then we'll do it =)
Well I can tell you that 3.x is far from dead so focusing simply on 4.x is well... I'll let you do the 2 + 2 = ;)
I say go for it but that's based on the number of clients I have had in the past few weeks ask about a shoutbox for 3.x however not all of them would have required a pro version tbo. This has always been one of my favorite however it's not supported... now others or Staff may have fixed the security issues and re-uploaded but the simple fact it's not supported and people cannot even get the help they need (post above mine ^) so I say it would be worth it but what do I know :p
Mark2010
04-06-2010, 05:24 AM
Either /home/content/x/j/s/xjsocal/html/dbtech/vbshout/install/core.php or /home/content/x/j/s/xjsocal/html/dbtech/vbshout/install/finalise.php is missing!
could someone help? thanks
Khan_
04-07-2010, 02:48 AM
Either /home/content/x/j/s/xjsocal/html/dbtech/vbshout/install/core.php or /home/content/x/j/s/xjsocal/html/dbtech/vbshout/install/finalise.php is missing!
could someone help? thanks
Reupload those files .. core.php and finalise.php .
And is there any one to help on my above post . or there is no support anymore .
If there is no support this thread should be trashed..
Mark2010
04-07-2010, 05:47 AM
Reupload those files .. core.php and finalise.php .
And is there any one to help on my above post . or there is no support anymore .
If there is no support this thread should be trashed..
Thank You Khan
i will try that and see if i works.
Mark
James T Brock
04-11-2010, 04:23 PM
I still have the pro version installed. This works fine on 3.8.5 and is still the best shoutbox available for vB.
edit: I take that back, it doesn't work. As soon as you edit the settings once every setting is erased and you can't update them anymore. Shoutbox appears to still work but you can't change any settings.
2nd edit: I figured out how how to fix it, works fine now. It had something to do with the hooks being different in 3.8.5, I just compared the code of this old lite version (Which does work on 3.8, btw) and modified my older pro-version to include the changes.
www.ch-joy.com
04-13-2010, 12:17 PM
http://photos.ch-joy.com/uploads/images/domain-26e46909c4.gif
Inferno Tech
05-02-2010, 01:20 PM
Just popping in to confirm that DragonByte Tech has indeed taken over this project.
3.x version of vbshout can be found here:
https://vborg.vbsupport.ru/showthread.php?t=24165
Iain
marecek
05-04-2010, 05:01 AM
link not valid?
DragonByte Tech
05-04-2010, 09:25 AM
Oops. Here we go: https://vborg.vbsupport.ru/showthread.php?t=241651
Missed a digit like an idiot =P
Iain
frank44
06-03-2010, 05:24 PM
Any way to limit the numbers of users in shoutbox at any one time?
DekuLink
06-08-2010, 08:19 AM
Is there a way to incorporate RSS into this? So that when there is a new RSS item, it says *New news has been posted* or something.
kalvin_nih
07-21-2010, 06:16 AM
this is the most i need, but i can't download it now because i don't submit any post.. :(
MichaelDance
08-01-2010, 10:12 PM
Somereason when i checked three times over the groups they cant see the shoutbox. Admins can. But thats it...
Admin Commands: Mods, Super mods, Admins
Hide Shoutbox To Usergroups: Users Awaiting Moderation, Banned Users, Registered Users, Unregistered and not loged in and Users Awaiting Email Confirmation
Protected Usergroups: super mods, mods, admins.
Banned Usergroups: Banned users.
But still only Admins can see... Its getting on my nerves. why is this happening..
Im on VB3.8.6
DragonByte Tech
08-16-2010, 04:15 AM
Somereason when i checked three times over the groups they cant see the shoutbox. Admins can. But thats it...
Admin Commands: Mods, Super mods, Admins
Hide Shoutbox To Usergroups: Users Awaiting Moderation, Banned Users, Registered Users, Unregistered and not loged in and Users Awaiting Email Confirmation
Protected Usergroups: super mods, mods, admins.
Banned Usergroups: Banned users.
But still only Admins can see... Its getting on my nerves. why is this happening..
Im on VB3.8.6
I would recommend switching to the newest version here: https://vborg.vbsupport.ru/showthread.php?t=241651
This one is unsupported.
On a side note, it looks like your problem is
"Hide Shoutbox To Usergroups: Users Awaiting Moderation, Banned Users, Registered Users, Unregistered and not loged in and Users Awaiting Email Confirmation"
That is a list of users who will not be able to see the shoutbox. You have registered users in that list.
Likely mods etc can't see it because they have one of the hidden usergroups as either their primary, or a secondary UG.
Hope that helps,
Iain
bolly.beats
01-16-2011, 04:33 AM
this version work for 4.0.8 ...?
Help me plz
DragonByte Tech
03-19-2011, 07:26 AM
this version work for 4.0.8 ...?
Help me plz
This mod is no longer supported, it has been replaced by this: https://vborg.vbsupport.ru/showthread.php?t=236970
Iain Kidd
Founder & Managing Director
DragonByte Technologies www.DragonByte-Tech.com (http://www.dragonbyte-tech.com/)
if possible install sound message ??
help me pls !!
stardom
07-05-2011, 03:12 PM
Would this work for 4.1.4?
Terracraft
07-12-2011, 07:06 PM
Can you have this shoutbox positioned at the top of the forum home page?
Spectre_Aidan
07-14-2011, 08:10 AM
how would i place this on a seperate page of my choice, like if i make a tab which linked to a new page who would i place this on that page instead of the index
Fynnon
07-14-2011, 06:30 PM
Can you have this shoutbox positioned at the top of the forum home page?
it should be possible but i don`t think its very easy
maybe with some code edits you could do it
This mod is no longer supported, it has been replaced by this: https://vborg.vbsupport.ru/showthread.php?t=236970
dude i respect your work but YOUR ShoutBox cannot replace the best vb shoutbox ever
DragonByte Tech
07-19-2011, 01:26 PM
i guess you can and it`s not even hard to do it, just put <!--{%SHOUTBOX%}--> where you want it to show up
dude i respect your work but YOUR ShoutBox cannot replace the best vb shoutbox ever
=P THIS shoutbox was designed by me sir - as was the one linked to =)
Iain
ashley55
07-24-2011, 01:00 AM
hi can u help, when enabled i get this repeated on top of homepage :(
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/john/public_html/infernoshout/engine/inferno_engine.php(92) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: option in [path]/includes/functions.php on line 4161
HMBeaty
07-24-2011, 01:03 AM
hi can u help, when enabled i get this repeated on top of homepage :(
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/john/public_html/infernoshout/engine/inferno_engine.php(92) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: option in [path]/includes/functions.php on line 4161
That would be because you tried to install a mod made for 3.6.x on your vBulletin 4
ashley55
07-27-2011, 06:33 PM
That would be because you tried to install a mod made for 3.6.x on your vBulletin 4
if thats the case, how can i fix that? i removed all inferno files and reinstalled but still same
HMBeaty
07-27-2011, 06:35 PM
if thats the case, how can i fix that?
Uninstall it and remove the files. 3.6.x modifications will not work on vB 4
TehForum
10-09-2011, 07:54 PM
Anyway of this showing history of shouts and statistics?
slammz
01-03-2012, 03:06 AM
Can someone link me to the vB4 version of this? Thanks!
piraterevival
02-15-2012, 03:59 PM
hey all, any idea's how to get this to display on the right hand column of VBAdvanced CMPS Module?
Cheers
piraterevival
02-15-2012, 04:37 PM
Added to VBAdvanced as Module :)
Any idea how to remove the Timestamp for each message?
piraterevival
02-17-2012, 09:36 AM
Anyone know how to remove the timestamp?
Cheers
iiFragyyHD
03-14-2012, 11:22 PM
I can't click links posted in the SB
mgonzo1970
04-05-2012, 05:40 AM
very nice i likr it
DaBoss2000
05-10-2012, 03:12 AM
i get these errors when i install on 3.8.7 board. how do i fix this error and use the shoutbox?
Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 55 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 107 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 111 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 119 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 130 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 134 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 142 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 211 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/init.php on line 389 Deprecated: Assigning the return value of new by reference is deprecated in /home/everlas1/public_html/forums/includes/class_core.php on line 2552
PinkMilk
06-18-2012, 03:43 PM
Typing &#_1; (no underscore) in the shout turns it off and so its a security vulnerability.
I know this mod is no longer supported and has been superseded by newer versions but a patch or would still be nice, thanks.
Parker123
07-15-2012, 08:03 AM
@DaBoss2000 I am having exactly the same problem. I believe its to do with the patch level 3 that I have just installed and seems as though this mod is no longer supported I don't think we will get a fix for it
Xp.Warrior
07-27-2012, 03:25 AM
When I Install Inferno vBShout in my forum then show this error look attachment picture
Then I Install This Script In My Other Then Working Great Please Tell Whats Problem In MY Forum ?
Thanks In Advanced
Slepur
08-17-2012, 09:22 AM
SQL injection: http://www.1337day.com/exploits/19202
frank44
08-25-2012, 12:13 PM
SQL injection: http://www.1337day.com/exploits/19202
Yep l came here as I think we had someone sniffing around. I searched our error message and found this.
http://www.exploit-db.com/exploits/20576/
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.