View Full Version : vB Shoutbox 1.0
LightBringer
08-29-2002, 05:34 PM
Hey TWTCommish, might I point your attention to THIS thread to get permission for NTLDR to incorporate your hack into the Vbindex one? :)
https://vborg.vbsupport.ru/showthread.php?postid=292423#post292423
FleaBag
09-03-2002, 02:16 AM
Working a treat on 2.2.7, thanks again Chris. :)
This hack looks awesome.
I installed the hack..Installation went fine, but when i go to the URL: www.yourfourms.com/forums/shoutbox.php
Under "The Shoutbox " it says "Sorry, no matching Shoutbox items found."
And when I try to "shout now", I get a 404/page cannot be found.
I know some others had this problem so I also tried to replace
header("Location: $PHP_SELF?s=$sessionhash[sessionid]");
with:
header("Location: shoutbox.php?s=$sessionhash[sessionid]");
But still no luck:(
Any ideas? Thanks.
Screenshot below:
FleaBag
09-04-2002, 07:11 AM
The form is posting to shoutbox.php in your root folder rather than $bburl/shoutbox.php... There's a fix for this in this thread. :)
evilholli
09-05-2002, 04:15 PM
Originally posted by LightBringer
Any advice on how to incoprorate this into the vbindex hack that NTLDR put out? :) I think it would look great on a front page in a vertical column.
I aggree!! great hack nonetheless... I love it!
PHiXTiT
09-09-2002, 05:12 PM
ThanX!
Great hack! :)
Hoffi
09-09-2002, 07:10 PM
I just modified this great Hack to work with the Smilie-Sort order, removed the last Hard-Coded Text and added a Settings-Group to the vBulletin Options where you can set the Number of Smilies, Shouts per Page and Leaders to be shown.
This are only some little modifications, but if you are interested i will post them.
I am working on some Scripts to work with Boxes into vBPortal. Did some of you did this before?
PHiXTiT
09-10-2002, 06:05 AM
Sure would be nice.
Do post.
No objection to posting on my behalf! :)
Jean147
09-11-2002, 01:38 PM
Finaly decided to install this hack. Installation worked great. But I have a big problem. When I want to post a shout, or delete a shout it always wants to download shoubox.php. What do I have to do?
anyone have problem installing Shoutbox on 2.2.7 using vbhacker??? I'd like to use this, But I shire don't want to mess up my db.....
thanks
DM
PHiXTiT
09-16-2002, 01:30 PM
No problems here mate.
Always backup your database and you will have no problems ever.
lordofgun
09-26-2002, 03:04 AM
Originally posted by Crater Seraph
Hey Chris. Would you mind if I upgraded this hack? I've added many new options to my own creation like an installer, Shout Edit, Shoutbox Moderators, and more. I respectfully still acredit your original work. What do you think?
PLEASE DO!!!
otacon
10-01-2002, 07:53 PM
hay you might have gone trough this but when you click shout now it gives me a 404 can you tell me how to fix it the outer post on how did not work
THe shoutbox is up and running fine on 2.2.7
thanks to all!
natralis
10-04-2002, 09:34 PM
im pretty new to all this but interests me.........ive installed the shoutbox and all looks fine but when i make shout i get page cannot be displayed ??????
anyone of you clever hack dudes here tell me where i am going wrong because i love this hack and want it on my forums ....
anyone help me ??
NTLDR
10-04-2002, 09:46 PM
Check that in shoutbox_postshout that you have shoutbox.php as the filename in the form, if you have changed the name change it there.
If not, do you have IIS? And do the shouts appear in the shoutbox?
natralis
10-04-2002, 10:00 PM
ill just take a quick look m8 thanks
natralis
10-04-2002, 10:03 PM
this is exactly what i have in the template
<table cellpadding="5" cellspacing="0" border="0" {tableinnerextra} width="100%">
<form action="/shoutbox.php" method="post" name="vbform">
<input type="hidden" name="type" value="shout">
<tr>
<td bgcolor="{tableheadbgcolor}" width="100%"><normalfont color="{tableheadtextcolor}"><b>Shout, Shout...Let It All Out</b></normalfont></td>
</tr>
</table>
<table cellpadding="8" cellspacing="0" border="0" {tableinnerextra} width="100%">
<tr bgcolor="{secondaltcolor}">
<td width="100%"><normalfont><b>Your Shout:</b></normalfont> <smallfont><b>[ <a href="$bburl/misc.php?s=$session[sessionhash]&action=showsmilies" class="small" target="_blank">Smilies</a> - <a href="$bburl/misc.php?s=$session[sessionhash]&action=bbcode" class="small" target="_blank">vB Code</a> ]</b></smallfont>
<br/><textarea name="message" rows="10" cols="60" class="bginput" wrap></textarea>
<br/>$smiliebits</td>
</tr>
<tr bgcolor="{secondaltcolor}">
<td width="100%"><input type="submit" name="comment_submit" value="Shout Now!" class="bginput" accesskey="s"></td>
</tr>
</form>
</table>
NTLDR
10-04-2002, 10:06 PM
And you have the shoutbox.php file in the forums directory?
natralis
10-04-2002, 10:23 PM
yeah the shoutbox php is in forum dir.........but cant understand why i get page cant be displayed ???
2 other php files are with the download would they make a difference?
admin_shoutbox.php
shoutbox_hack.php
groovesalad
10-05-2002, 03:22 PM
When I try to submit a shout, I get redirected to www.mydomain.com/shoutbox.php and I need to get redirected to www.mydomain.com/forum/shoutbox.php. How do I change this?
NexDog
10-05-2002, 11:12 PM
The answer is in this thread near the beginning. Please read the thread before asking question.
Thanks bunches TWTCommish for this great hack! My members and I are really having a ball with it.
I look forward to your smilie in CP update. Until then, is there a way for me to add clickable smilies?
ravenshadow
10-26-2002, 09:08 PM
Thank you for the hack.. So far so good.. Had it directed to the wrong place but "john.eovie"'s post fixed that. Similies work fine as well..
Night Owl
10-27-2002, 07:58 PM
Is there a way to prevent certain usergroups from using the Shoutbox?
NTLDR
10-27-2002, 08:11 PM
Add:
if ($bbuserinfo[usergroupid]==X) {
show_nopermission();
}
Right after:
require('./global.php');
For multiple groups use: $bbuserinfo[usergroupid]==X or $bbuserinfo[usergroupid]==X
Make sure X is replaced with the usergroupid.
Night Owl
10-27-2002, 08:17 PM
Awesome!!! Thank you!
Chris M
10-27-2002, 08:18 PM
Something I had observed...
Don't you think something like an "edit" screen would be good?
Satan
FleaBag
10-28-2002, 10:36 PM
Running like a dream on 2.2.8. Thanks yet again Chris. :p
Chris M
10-29-2002, 09:49 PM
Well? Anyone?
Satan
PiotrasG
10-30-2002, 05:01 AM
sup all
for some reason i get a white page for my shoutbox any idea why??? plz help
http://polskieforum.com/forum/shoutbox.php
Kars10
11-01-2002, 08:07 PM
How can i reduce the maximum Characters of a Shout?
Any Ideas? :confused:
NTLDR
11-01-2002, 08:23 PM
Find:
if ($type == 'shout' && $comment_submit && trim($message) != '' && $bbuserinfo[userid] > 0) {
Add after:
$message = substr($message,0,CHARS);
Change CHARS to the maximum number of characters they can use, any extra are just removed. Not the best way IMO, but the quickest and easiest
Alternativly you could do something similar to just reduce the text shown on forumhome.
Kars10
11-02-2002, 06:01 AM
Cool Thanks NTLDR!! ;)
Hoffi
11-03-2002, 09:16 AM
Hi,
i just want to modify this Script for my Site. So I want to change the filename. But after that I saw a white Screen when i load the Page. Why?
Originally posted by Hoffi
Hi,
i just want to modify this Script for my Site. So I want to change the filename. But after that I saw a white Screen when i load the Page. Why? If you change the name of the file you will have to change any references to the file name in the templates, also.
Hoffi
11-03-2002, 04:46 PM
Sure. I changed the MetaRefresh in the File itself, and the Form in the postshout template.
But at first, this has no effect, and it is for the first call of the site unneccesary.
LanciaStratos
11-05-2002, 03:14 AM
This is an outstanding hack (the best since FireFly's "Quick Reply Box")! Thank you VERY much, TWTCommish, your work is greatly appreciated! :)
LanciaStratos
11-05-2002, 07:13 PM
Here's an idea - wouldn't it be great if the actual shouts (in the left column), were loaded into an <iframe>, where they could then be refreshed at a frequent interval? This would allow you to see new shouts without loosing a message you might be typing...
edwardandtubbs1
11-08-2002, 06:55 PM
I kepted getting an error. but I read the thread and sorted by my self.
great hack.
a43079
11-09-2002, 10:26 PM
sorry i loaded the hack and this is the error i am getting
Warning: unexpected error in date() in C:\Program Files\Apache Group\Apache2\htdocs\forums\admin\functions.php on line 1599
Please Help
Tony DiMera
11-17-2002, 10:07 PM
This is really cool.
Mathiau
11-20-2002, 04:30 PM
Hey all
I am not using vb portal or anything, but i was curious how exactly i can put the shoutbox down the right or left side of my forum as i have my forums Main Table Width @ 50% so i have room to do that..
all help is appreciated.
X-Fan
11-25-2002, 12:11 AM
Just a quick question - is it possible to limit the number of characters per shout?
Some of my users have been posting shouts that are more like mini-novels, and its throwing my entire front page out of whack!
Overgrow
11-26-2002, 04:58 PM
A quick improvement to the shoutbox_postshout template:
This allows you to limit the characters posted by checking the form onsubmit. Javascript taken from here (http://www.codeave.com/javascript/code.asp?u_log=7044) because I'm lazy. Replace the shotubox_postshout template with:
<script Language="JavaScript">
<!--
function Length_TextField_Validator()
{
if ((vbform.message.value.length < 3) || (vbform.message.value.length > 500))
{
mesg = "You have entered " + vbform.message.value.length + " character"
if (vbform.message.value.length != 1) {
mesg = mesg + "s"
}
mesg = mesg + ".\nValid entries are between 3 and 500 characters.\n"
alert(mesg);
vbform.message.focus();
return (false);
}
return (true);
}
-->
</script>
<table cellpadding="5" cellspacing="0" border="0" width="100%">
<form action="/edge/shoutbox.php" method="post" name="vbform" onsubmit="return Length_TextField_Validator()">
<input type="hidden" name="type" value="shout">
<tr>
<td bgcolor="#006633" width="100%"><normalfont color="#FFCC00"><b>Send A Message</b></normalfont></td>
</tr>
</table>
<table cellpadding="8" cellspacing="0" border="0" width="100%">
<tr bgcolor="#DFDFDF">
<td width="100%"><normalfont><b>Message:</b></normalfont> <smallfont><b>[
<a href="$bburl/misc.php?s=$session[sessionhash]&action=showsmilies" class="small" target="_blank">Smilies</a> -
<a href="$bburl/misc.php?s=$session[sessionhash]&action=bbcode" class="small" target="_blank">vB Code</a> ]</b></smallfont>
<br/><textarea name="message" rows="10" cols="60" class="bginput" wrap></textarea>
<br/>$smiliebits</td>
</tr>
<tr bgcolor="#DFDFDF">
<td width="100%"><input type="submit" name="comment_submit" value="Shout Now!" class="bginput" accesskey="s"></td>
</tr>
</form>
</table>
Thanks to TWT for a great piece of work!
X-Fan
11-26-2002, 10:32 PM
Thanks OG!
stangpower
11-27-2002, 03:31 AM
This is working great on my site, but I was wondering if it would be possible to add a "Who is chatting" I want to use this as a chat for my site.
Thanks!
Ian
Sweet Cheeks
11-30-2002, 02:13 PM
Hey this is an awesome hack :smoke: Thanks for your hard work on this one my members love it.
I have one ???, is there a way that I can make the shoutbox invisible or disable it for a specified user group? Our 'trolls' like to use it to post garbage.
thanks for your help :)
Sweet Cheeks
11-30-2002, 07:05 PM
OOps :paranoid: Guess I should have read a little further, I found it :cool:
The General
12-09-2002, 10:09 PM
Works like a charm on 2.2.9!
Thanks very much! =D
thx.. it is working on my 2.2.9 bb :bunny:
The General
12-10-2002, 11:54 AM
Will it be hard to include a ´Who´s chatting´ function?
My users would love to have one...they love the shoutbox...
KeneticKangaroo
12-18-2002, 10:38 PM
Works fine on 2.2.9
Removed the / and its fine
Trabia
12-21-2002, 05:51 PM
Originally posted by PiotrasG
sup all
for some reason i get a white page for my shoutbox any idea why??? plz help
http://polskieforum.com/forum/shoutbox.php
I have this exact same problem. I have checked all of the templates and copied all of the code again.
I have followed everything in the install.txt but still no joy.
Any kind soul out there have an idea of what to try?
94supratt
12-23-2002, 06:32 AM
Originally posted by pjgoncalves
working now.. :)
i changed form action="/shoutbox.php" to form action="$bbtile/shoutbox.php"
tks for the Shoutbox :D
Thats what worked for me :D
94supratt
12-23-2002, 07:21 AM
Everything works for my shoutbox but it shows OLDEST shout and not newest?! Anyone know why?
Is there any way to give my moderators the ability to delete "shouts"?
Alchemyst
12-26-2002, 07:41 PM
Is there a way to allow mods to do the "Mass Prune" option from the Moderator's Control Panel?
Aaron1
12-29-2002, 09:43 AM
Here's what i made from it:
http://www.housequake.com/
I am very happy with it, but the only problem i have is how to break up long links, because it will mess up my forumhome page. Any thoughts on that problem?
PS: the option (Number of characters before wrapping) in the Control Panel doesn't work with links...
a43079
01-01-2003, 04:34 PM
Originally posted by a43079
sorry i loaded the hack and this is the error i am getting
Warning: unexpected error in date() in C:\Program Files\Apache Group\Apache2\htdocs\forums\admin\functions.php on line 1599
Please Help
if anyone can provide assistance with this please
Phat Papa Pete
01-01-2003, 08:11 PM
Is there any way to disable the [IMG] code? Members are abusing the Shoutbox by shouting extremely large pictures. Very annoying.
mistyl
01-02-2003, 07:14 PM
Wonderful hack!! Works in 2.2.9 with no problems at all!!
Brahm
01-05-2003, 06:33 PM
Another Great Hack TWTCommish! I am still trying to figure out how to put a preview box on my home page, but I am sure I will get it eventually.
I am using the myvbindex.php home page provided here at VB.org.
ashkins.net
mitchell
01-05-2003, 10:06 PM
I want to be able to display more than one shout on my main page. Any ideas?
Originally posted by Mathiau
Hey all
I am not using vb portal or anything, but i was curious how exactly i can put the shoutbox down the right or left side of my forum as i have my forums Main Table Width @ 50% so i have room to do that..
all help is appreciated.
I am also looking for this I do use vbindex and it is on there but I cant figure out how to get the same concept to work on my forum page -.-
mitchell
01-06-2003, 02:06 AM
The bottom of my index.php file looks like this. I am trying to get multiple shouts to appear, no luck. Someone help me out here.
$shoutz = $DB_site->query('SELECT u.username, s.userid, s.shout_text, s.timestamp FROM user u, shoutbox s WHERE u.userid = s.userid ORDER BY s.timestamp DESC LIMIT 10');
while ($shout10top = mysql_fetch_array($shoutz)):
++$shout10topnbsp;
$shout[timestamp] = vbdate('n-j-y, g:i:s a', $shout10top[timestamp]);
$shout[shout_text] = bbcodeparse($shout10top[shout_text]);
$shouts .= "<smallfont><b>Posted by <a href=\"member.php?s=$sesion[sessionhash]&action=getinfo&userid=$shout10top[userid]\" class=\"small\">$shout10top[username]</a><br> Posted @ $shout[timestamp]</b></smallfont><br/><smallfont>$shout[shout_text]</smallfont><br><br>";
endwhile;
eval("\$the_shoutbox .= \"".gettemplate("forumhome_shoutbox")."\";");
eval("dooutput(\"".gettemplate('forumhome')."\");");
Brahm
01-08-2003, 05:17 AM
The bottom of my index.php file looks like this. I am trying to get multiple shouts to appear, no luck. Someone help me out here
Replace the contents of the "forumhome_shoutbox" with:
<tr id="cat">
<td bgcolor="#1D6AA0" colspan="6"><a href="$bburl/shoutbox.php?s=$session[sessionhash]" title="The Shoutbox"><normalfont color="#EEEEFF"><b>The Shoutbox - Latest Shout</normalfont></b></a></td>
</tr>
<tr>
<td bgcolor="#13486D" colspan="6">$shouts</td>
</tr>
As in Bald Bouncer's original post?
hi,
i just dl the hack and saw in the instructions that i need to run a query...
could someone please explain me how to run a query ?
sorry for lame question, but i wanna have this on our forum :-)
thanx for your time !
Brahm
01-08-2003, 07:41 PM
I use phpmyadmin for all of my database queries and such.
http://phpmyadmin.net/
thanx bram ! gonna dig it out :)
a pitty they only offer a developer version for php 2.4.0. it's called 'CVS version 2.4.0-dev'...
Raven
01-08-2003, 10:10 PM
Originally posted by jbear6
Great Hack! I love it!
I have one question though, when I bring up shoutbox.php, under the test shout I made, I have a "tr>" typed in like I made a mistake copy pasting something somewhere. Anyone have any idea where I could have made this mistake, like in which template (I hate to totally reinstall due to my carelessness)?
Thanks
Jbear6
I Got the same problem and i can find the end <tr>
Raven
01-09-2003, 07:30 AM
Sorry i have found the problem
it was my own mistake
( Buy the way i also thinks this one here are one of the real good hacks )
so i real hope you will make a lot more out of this one here
Brahm
01-09-2003, 02:05 PM
Originally posted by derb
a pitty they only offer a developer version for php 2.4.0. it's called 'CVS version 2.4.0-dev'...
I don't see where it even specifies what version you are using. Just whether or not you have .php or .php3 extensions.
Here is Firefly's SQL Hack you may want to use: (edited out)
Okay don't do that. Instead use JamesUS' Hack here:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33731&highlight=JamesUS
heja brahm,
my host gave me the needed stuff and i finaly managed to put the hack in... just the smilies aren't working.
thanx a lot for your help !
Brahm
01-09-2003, 05:52 PM
How are the smilies not working, do you get an error message popup?
they just don't appear... instead just the ': )' appears...
i tried everything posted in this thread but can't resolve it :(
another detail: where can i change the timeformat displaid on shoutbox.php ? on the forum itself the time is right now...
hello everybody,
could somebody please tell me why the smilies aren't working on my page ? and yes i red the whole thread 10x now...
thanx !
please take a look here:
http://www.klangforschungost.org/forum/shoutbox.php?s=
ga.net
01-31-2003, 01:18 PM
Originally posted by derb
hello everybody,
could somebody please tell me why the smilies aren't working on my page ? and yes i red the whole thread 10x now...
thanx !
please take a look here:
http://www.klangforschungost.org/forum/shoutbox.php?s=
Me too
Aaron1
01-31-2003, 02:34 PM
I might have an idea why it won't work for you guys.
Did you perhaps install, the "vBcode and smilie user interface improvement" Hack? Well i did, and after modifying (or you could uninstall it) the smilies worked again.
I guess the modified Vbcode.js causes the problem...
My 2 euro cents :)
ga.net
02-01-2003, 05:45 AM
Originally posted by Aaron1
I might have an idea why it won't work for you guys.
Did you perhaps install, the "vBcode and smilie user interface improvement" Hack? Well i did, and after modifying (or you could uninstall it) the smilies worked again.
I guess the modified Vbcode.js causes the problem...
My 2 euro cents :)
I didnt install such hack.
WebMasterAJ
02-01-2003, 07:20 PM
I did... and I'm now having the problem :( I'm trying to find a way to fix it... but since I'm not a real PHP guru... someone can probably find the problem sooner...
ga.net
02-02-2003, 06:05 AM
I tried e-mailing the author but no reply
Floris
02-13-2003, 11:45 AM
The smilies are not parsed here either on vb229 for some reason.
ga.net
02-13-2003, 09:20 PM
Originally posted by xiphoid
The smilies are not parsed here either on vb229 for some reason.
Is there a way to fix it?
DarkDraco07
02-14-2003, 08:31 PM
is there a way to ban individual members from posting in shoutbox?
im getting tired of people posting html codes to make the forum home either not work, or redirect to another page
Xanthine
02-17-2003, 08:19 PM
that was answered already in this thread
Kars10
02-26-2003, 04:02 PM
I have the "Randomsmilies-Hack" installed.
Now i found a way to display the order of the smilies like on that hack. :)
Just replace:
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY smilieid ASC LIMIT $smilie_limit");
with
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY RAND() ASC LIMIT $smilie_limit");
Have fun! ;)
ga.net
02-26-2003, 09:01 PM
Originally posted by Kars10
I have the "Randomsmilies-Hack" installed.
Now i found a way to display the order of the smilies like on that hack. :)
Just replace:
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY smilieid ASC LIMIT $smilie_limit");
with
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY RAND() ASC LIMIT $smilie_limit");
Have fun! ;)
What's this hack for? Will it fix the problem of the smilies not being displayed properly in the shoutbox? Btw what php is this to edit?
Kars10
02-27-2003, 06:13 AM
No the "Randomsmilies-Hack" shows your clickable smilies randomly (when you refresh the page). You find this code in shoutbox.php. :)
ga.net
02-27-2003, 10:03 AM
Originally posted by Kars10
No the "Randomsmilies-Hack" shows your clickable smilies randomly (when you refresh the page). You find this code in shoutbox.php. :)
Ok! But do you have any idea why my smilies dont work in my shoutbox?
www.greenarcher.net/forums/shoutbox.php
Kars10
02-27-2003, 10:32 AM
Have you "Smilies in Signatures" (vBulletin Options) turned off? That could be a reason! ;)
BTW: Why is your header and footer not displayed?
iceman11111
02-28-2003, 03:59 PM
I don't understand the first instruction
"Run this query on your database:"
Could someone please explain how I do this?
thanks
iceman
Kars10
03-01-2003, 10:47 AM
Originally posted by iceman11111
I don't understand the first instruction
"Run this query on your database:"
Could someone please explain how I do this?
thanks
iceman
Search for "how to run querys".
Thats basic to install a hack!! ;)
ga.net
03-02-2003, 04:55 AM
Is there a way to limit the number of characters in the shoutbox???
Kars10
03-02-2003, 07:00 AM
Originally posted by ga.net
Is there a way to limit the number of characters in the shoutbox???
I just searched this thread and found this: ;)
https://vborg.vbsupport.ru/showthread.php?postid=325793#post325793
ga.net
03-02-2003, 11:43 AM
Thanks a lot! :)
Kars10
03-02-2003, 12:36 PM
No Problem! ;)
sabret00the
03-02-2003, 04:25 PM
is there anyway to ban certain vB code from the shoutbox like the [img] tags and the [swf] tags
cirisme
03-14-2003, 11:00 PM
This has to be my favorite hack. :D
superman
03-15-2003, 02:31 PM
One question that is probably on a loto fpeoples mind, does it work with 2.3.0.
cirisme
03-15-2003, 11:53 PM
I don't see why not, but I'm not sure.
BarHopper
03-22-2003, 11:46 PM
im getting a error when i try to post on the shoutbox it goes back to the main page of my website what do i do?
ateam
03-23-2003, 10:06 PM
Total quality :)
+d-cipher
03-24-2003, 05:25 AM
not sure what the deal is with this hack but, the first test post loaded 3 pages of the same shout...and took down the server. After it came back up, I doubled checked everything, and it was all according to the install text. Upon a second test post, it again posted the same thing about 25 times, and again took down the server.
cirisme
03-27-2003, 05:18 PM
I would like to force a break in my shoutbox. IE, if you type to many charecters without a space or a newline, it will automagically insert a break so that my front page isn't thrown out of whack. Is there a way I can do that?
PiotrasG
04-07-2003, 04:47 AM
it works in 2.30 perfectly no errors, does anyone know if its possible to show more than one shoutout on forum home
Mickie D
04-10-2003, 05:37 PM
how many queries does this hack add to your forums main page... is it 3 ?????
also @ barhopper
find this piece of code in your template shoutbox_postshout
<form action="/shoutbox.php" method="post" name="vbform">
change it 2
<form action="./shoutbox.php" method="post" name="vbform">
hope this helps m8
please i think 3 queries is alot or am i wrong ????
TWTCommish
04-10-2003, 06:35 PM
It only adds one query to my mainpage.
Mickie D
04-12-2003, 10:22 AM
i must be wrong m8 ... i only have 22 i used to have 19 b4
what it was i was installing a few hacks i thought i checked through them each time i must have forgot to test the queries after each hack
sorry i only wanted to help the barhopper fella... jsut thought i would ask at the same time :)
phill2003
04-21-2003, 07:39 PM
fantastic m8 i put it into the vbhome light home page instead of forum home and it looks fabaroony
thanks very much.....
XP Kid 86
04-23-2003, 07:06 AM
odd .. everything works but when i click on Shout Now! it goes to
http://www.expeditiousworld.com/shoutbox.php
and it should go to
http://www.expeditiousworld.com/forum/shoutbox.php
and i thought maybe it would post it .. but it never registared the shout .. so i really have a ussles thing here lol .. anyone help me?
- Speedy
XP Kid 86
04-23-2003, 05:32 PM
bump anyone have any ideas?
XP Kid 86
04-24-2003, 01:50 AM
bump once again .. any help anyone :(
WEForums
04-24-2003, 02:00 AM
In the "shoutbox_postshout" template, change this:
<form action="/shoutbox.php" method="post" name="vbform">
To this:
<form action="shoutbox.php" method="post" name="vbform">
Not sure if it'll work because I do not have this hack installed.
proxyMX
04-24-2003, 03:41 AM
Having trouble displaying on my Index.php page,
Just dosent appear,
Oh well, ive linked to it all the same.
XP Kid 86
04-24-2003, 03:55 AM
thanks man worked like a charm .. now alls i have to fix is that RPG battlin hack i insalled .. damn lots of little errors lol.
- Speedy
Smelly Fed
04-25-2003, 12:51 AM
We added this to our forums at http://www.authentic-campaigner.com/vBulletin/index.php?s=
We customized it a bit, as you'll see. We added a feature so our users can Expand or Collapse the shoutbox in case they feel its intrusive. Incidentally, the shoutbox defaults to collapsed for non-registered guests. For registered users it will expand to 5 shouts, if of course they hit Expand.
We also reformatted the text a bit.
All in all we think it turned out very well. Thanks for the great hack.
MarkL
04-25-2003, 03:07 AM
yeah, well, it wasn't posting for me, either, and then i fixed it. Now, it's not working for me again. Now it's doubling the dir that the boards are at.
I.E. - it should be --- /harrypotter/shoutbox.php
instead, it's going --- /harrypotter/harrypotter/shoutbox.php
Anyone know what could be wrong? :(
Frozen Dreams
05-02-2003, 08:17 PM
works like a charm - I am in love with it already :D
Attrox
05-03-2003, 02:19 AM
Moderators Can Delete in Shoutbox
written by: Attrox - Version 1.0
This is an addition to the vB Shoutbox (http://www.vbulletin.org/hacks/index.php?s=&action=showhack&hackid=377) hack, written by TWTCommish (https://vborg.vbsupport.ru/member.php?s=&action=getinfo&userid=422).
This hack is pretty self-explanitory. It gives moderators and super-moderators the ability to delete shouts in the Shoutbox. The hack should not take very long to install, only a few minutes at most, and it is very simple to install, since the add-on only requires a few line additions. If you have any questions, or problems, please post for support in THIS thread, or if you would rather private message me, that is fine.
Enjoy!
Vivi Ornitier
05-03-2003, 02:54 AM
nice! been lookin for somethin liek this
Velocd
05-03-2003, 02:55 AM
I've been meaning to do this with the shoutbox on my forum..
Mucho gracias.
/me kicks install
MetroSports82
05-03-2003, 03:15 AM
theres already been a modification for this. good to see it released here though. ;)
https://vborg.vbsupport.ru/showthread.php?s=&threadid=47338&highlight=mods+delete+shouts
Attrox
05-03-2003, 03:37 AM
Well, I did a thorough search of the hacks database before I released the addition, and couldn't find anything...I guess I missed that. My bad. :ermm: But technically, that wasn't a release, and hopefully it will be much easier for users to find here.
Dean C
05-03-2003, 12:41 PM
Also little modifications like this should be released in the orginal thread :)
- miSt
Xenon
05-03-2003, 01:20 PM
merged
Attrox
05-03-2003, 01:24 PM
Alright, thanks. :) Sorry about that...
Sam FT
05-04-2003, 12:32 AM
Yes, I really like this shoutbox alot. But I am having a problem with one of the optional feature, the mass shout pruning. I am running vb 2.3.0 and uploaded admin_shoutbox.php file and replaced the code in the index.php file in the /admin directory. When I try to delete a shout either by userid or by date it changes screens says "0 shout(s) deleted" and nothing happens. I didn't know if anybody had any ideas that could help me.
hawkin
05-07-2003, 02:05 PM
Im not sure if this allready has been suggested, but I'll post it anyway (25 pages is alot!):
I came across the script used alot of processing time, and figured at last it was cause one LIMIT statement is not set up (and that will affect performace very much, if you have a shoutbox table with alot of shouts, as us: 127.000 shouts)
Find this line:
$limit = ($start > 0) ? "LIMIT $start, ".($shout_limit + 1) : '';
and change it to:
$limit = ($start > 0) ? "LIMIT $start, ".($shout_limit + 1) : "LIMIT $shout_limit";
It will speed up the default page (when you are not browsing for older shouts) quite a bit for big shoutboxes (we went from 11 sec to 2 sec)
TWTCommish
05-07-2003, 11:01 PM
Eh? There's a limit on every query except the counters, last I checked.
hawkin
05-08-2003, 12:11 AM
not if $start=0
The shouts query will query ALL the shouts in the shouts table, even when you only need the first $shout_limit.
if $start >0, then yes, there is a limit set (and thats why browsing the history is quicker)
Icheb
05-19-2003, 05:24 PM
Did you guys ever figure out why the page attempts to download itself when you are submitting a shout?
I tried to fiddle with the templates and the file but couldn't get around it.
gmarik
05-24-2003, 12:18 PM
Has anybody thougth of making a really small chat of it?
Like making a folder chat and making it really look like chat, leaving all the functions, changing the layout and minimizing all the not-needed functions?!
Splitfyre
05-29-2003, 08:05 PM
I like Shoutbox although my big concern is what my users might type in there. Is there any way to bann certain words from showing in the Shoutbox?
Chris M
06-07-2003, 04:39 PM
@Splitfyre - Find in shoutbox.php:
$shout_text = bbcodeparse($shout_text);
Add below it:
$shout_text = censortext($shout_text);
Now activate censoring in the admin options;):)
For those of you who want to know how to limit the number of smilies allowed in the shoutbox:
Find:
if ($type == 'shout' && $comment_submit && trim($message) != '' && $bbuserinfo[userid] > 0) {
add below:
// check max images
if ($maximages!=0) {
$parsedmessage=bbcodeparse($message);
if (countchar($parsedmessage,"<img")>$maximages) {
eval("standarderror(\"".gettemplate("error_toomanyimages")."\");");
exit;
}
}
:)
Satan
Phoenix_Fighter
06-08-2003, 02:31 AM
Hi, one of the admins on my board installed this hack for me. Problem is that i think he messed up with the code somewhere... it seems that all the previous shouts that should show are not showing up and i am not sure why. Would anyone care to give me some ideas?
-Sidekick-
06-08-2003, 06:11 AM
Maybe I missed it, but is there a way to limit how often someone can shout in the shoutbox?
DarkDraco07
06-09-2003, 03:56 AM
i asked before but cant seem to find how to bann people
legendarysk8er
06-09-2003, 05:09 AM
Great hack! I love it so far.
/me clicks install.
-Sidekick-
06-09-2003, 07:51 AM
Yesterday at 11:56 PM DarkDraco07 said this in Post #391 (https://vborg.vbsupport.ru/showthread.php?postid=406388#post406388)
i asked before but cant seem to find how to bann people
Somewhere in this thread it showed how to do it. I remember reading about it.
Can someone point out how to limit the time inbetween shouts though? :speechless:
Splitfyre
06-13-2003, 12:58 AM
Does Shoutbox really provide anything meaningful to your users? Just curious.
Joel Llewellyn
06-15-2003, 03:32 PM
great hack and all, but theres an error, whenever someone posts, the posts show up 27 times:-\ do u know whats wrong?
Joel Llewellyn
06-15-2003, 03:56 PM
^bump^
Joel Llewellyn
06-16-2003, 02:12 AM
bumps, please help :(
S.Shady
06-16-2003, 02:52 AM
joel ill check it out. im no expert but ill try :)
S.Shady
06-16-2003, 03:20 AM
well this works for me perfectly on 2.3.0 so i would have to say re hack it :)
dont use the vbhacker i dont know if thats what the problem was if you used it or not. but its runnign perfect on my localhost
/* off topic
Eminem on a Biggy video in the bottom right :)
*\
S.Shady
06-16-2003, 03:25 AM
diffrent image :-\
hexonxonx
06-16-2003, 11:50 PM
I went back a few pages and didn't see this asked yet. I am wondering if anyone knows the modifications needed to get this running on vB 3.0?
If not, does anyone have plans to do so soon?
-Sidekick-
06-18-2003, 11:58 AM
Someone on at vb.com was talking about almost having this done.
hexonxonx
06-18-2003, 05:48 PM
Today at 01:58 PM -Sidekick- said this in Post #402 (https://vborg.vbsupport.ru/showthread.php?postid=410297#post410297)
Someone on at vb.com was talking about almost having this done.
Yeah I saw that same post over there.
That would be me :) Unfortunately, vB.org does not allow the release of vB3 hacks. Stay tuned for more info, I am in the process of asking TWT for permission to rerelease the hack. I would guess that the hack itself is about 90% complete now.
gmarik
06-22-2003, 07:22 PM
The last shout in the place of Announcement :cool:
monstergamer
06-24-2003, 02:26 AM
is there any way to ban and unban some one from the shoutbox.
but not ban the them from the forum
-Sidekick-
06-24-2003, 04:29 AM
Yea monster, I added it to my board. I'll post it up in a sec.
-Sidekick-
06-24-2003, 04:49 AM
Open Shoutbox.php
Find this:
$templatesused = 'shoutbox,shoutboxbit,shoutbox_adminoptions,shoutb ox_error,shoutbox_leaderbit,shoutbox_leaders,shout box_notloggedin,shoutbox_pagenav,shoutbox_postshou t';
Replace that with this:
$templatesused = 'shoutbox,shoutboxbit,shoutbox_adminoptions,shoutb ox_error,shoutbox_leaderbit,shoutbox_leaders,shout box_notloggedin,shoutbox_banned,shoutbox_pagenav,s houtbox_postshout';
Then find this:
eval("\$shoutbox_postshout = \"".gettemplate("shoutbox_notloggedin",1,0)."\";");
}
Below that, add this:
// ###################### START OF BANNING OPTION ##########################
if ($bbuserinfo[userid] == X) {
eval("\$shoutbox_postshout = \"".gettemplate("shoutbox_banned",1,0)."\";");
}
// ###################### END OF BANNING OPTION ##########################
Replace X in that code with the User ID of the person you are banning.
Then create a template named shoutbox_banned
Put this in that template:
<br/><center><normalfont color="white"><b>You have been banned from the shoutbox and no longer have the ability to shout.</b></normalfont></center><br/>
Upload your shoutbox.php and that should be it.
Don't forget to change the font color from white in the added template to whatever color that matches your style. That's the color the text will be from the ban message.
If you do that correctly, when someone that is banned goes to the shoutbox it will look like the attached screenshot. Sorry it's not a function that you can do from your AdminCP, I'm not that good. :ermm:
monstergamer
06-24-2003, 05:09 AM
thanx
trying it now
gmarik
06-24-2003, 11:00 AM
I created a folder "/chat" wich is on the same level as the folder "/forum". All is working well only one thing - smilies never show up, because the path to them has changed. Is there a way to add $bburl to every smilie path or a better method to solve this problem?
-Sidekick-
06-24-2003, 06:27 PM
Today at 01:09 AM monstergamer said this in Post #409 (https://vborg.vbsupport.ru/showthread.php?postid=412121#post412121)
thanx
trying it now
That only works if you are trying to ban one user id ya know. If you are trying to ban multiple people it has to be written a little differently.
monstergamer
06-24-2003, 07:17 PM
right now i only need this one. :rambo: thanx
-Sidekick-
06-25-2003, 02:18 AM
no problem
-Sidekick-
07-01-2003, 08:03 PM
Did anyone ever make a modification so wrap things like long links and long blocks of text like __________________________________________________
phill2003
07-03-2003, 01:00 PM
i have been asked to put this up here by a few people so here goes.......
this is a modification o the shoutbox found shoutbox by TWTCommish (https://vborg.vbsupport.ru/showthread.php?s=&threadid=38698) here
it works on vb2.3.0 but there is no reason why it wont work on most if not all vb 2.x.x
to use this you need vbhomelight by teck available here vbhomelight by teck (https://vborg.vbsupport.ru/showthread.php?s=&threadid=36756)
and the shoutbox by TWTCommish (see above)
this puts the shoubox on the homepage of the vbhome light and makes it scroll.........
live demo here http://www.talkshopforums.co.uk
its not much but someone might like it eh :)
instalation instructions attached.....
any probs post them here i'll try to help....
thanks
phill
cirisme
07-03-2003, 01:13 PM
You can't control the scrolling with a scroll bar?
phill2003
07-03-2003, 01:20 PM
errr not sure i understand you m8 ????
cirisme
07-03-2003, 05:11 PM
06-24-03 at 06:00 AM gmarik said this in Post #410 (https://vborg.vbsupport.ru/showthread.php?postid=412171#post412171)
I created a folder "/chat" wich is on the same level as the folder "/forum". All is working well only one thing - smilies never show up, because the path to them has changed. Is there a way to add $bburl to every smilie path or a better method to solve this problem?
You could use <base href="$bburl"> :)
cirisme
07-03-2003, 05:12 PM
Today at 08:20 AM phill2003 said this in Post #417 (https://vborg.vbsupport.ru/showthread.php?postid=414972#post414972)
errr not sure i understand you m8 ????
Nevermind :ermm:
Limpkinw
07-07-2003, 05:07 AM
Any chance the scrolling shotubox would work with phpportal? Thx
midnightz
07-12-2003, 12:29 PM
Anyway to turn off the auto-refresh that happens with the shiutbox or set it at a much higher rate. it would be ideal to disable it.
Thanks,
midz
-Sidekick-
07-12-2003, 04:47 PM
You can set it at a higher rate yourself in shoutbox.php
I don't see why people say this. The only reason for it needing to be increased is if people post huge messages there. I don't allow that on my forums cause huge messages on forumhome make your forums look retarded.
oh btw, anyone work a word wrap into this yet?
proxyMX
07-12-2003, 10:32 PM
the shoutbox isnt displaying on my index, help
proxyMX
07-13-2003, 07:02 AM
bump, the thing is simply slowing down my frontpage, and its not displaying the shoutbox there
proxyMX
07-15-2003, 10:50 PM
helloooooooooooooo
No one giving support to any hacks now a days phhft
TWTCommish
07-15-2003, 10:55 PM
99.9% of all problems (of which you shouldn't have any if you follow the instructions properly) which you might run into have already been explained and dealt with in this thread.
I guess writing a hack for public use and engaging in public troubleshooting for ONLY months on end isn't enough to merit your gratitude, though.
monstergamer
07-15-2003, 11:25 PM
first make sure you did the query on your database
CREATE TABLE `shoutbox` (
`shoutid` int(11) NOT NULL auto_increment,
`userid` int(11) NOT NULL default '0',
`shout_text` text NOT NULL,
`timestamp` int(11) NOT NULL default '0',
PRIMARY KEY (`shoutid`)
) TYPE=MyISAM;
if you did that make sure you added
In the "forumhome" template, replace this code:
$pminfo
With this code:
$pminfo
$the_shoutbox
Xelation
07-17-2003, 12:58 AM
-Sidekick-
would it be possible to add the option to ban someone from the shoutbox in the mod and admincps.. like a link called "Ban From Shout" and then it brings you to a page with a list of people that are banned and yuo can remove them from the ban list or add people to the ban list? that would be awesome!
Dean C
07-17-2003, 10:26 AM
You can easily create an admin cp option where you can enter a list of userid's to be banned Matt :)
- miSt
hpisavagecom
07-17-2003, 11:33 PM
Ok, i installed this hack, works great for registered members, but if a guest now attempts to view my forum/index.php they receive the following error:
There seems to have been a slight problem with the HPISAVAGEFORUM.COM database.
Please try again by pressing the refresh button in your browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience.
This is very annoying, as guests think the site is down and don't register.....
Is there a solution to this problem???
Thanks
-Sidekick-
07-18-2003, 04:56 AM
What's the actual error?
Limpkinw
07-18-2003, 07:28 AM
People are shutting down my site with html codes...is there a way around this?
Xelation
07-18-2003, 07:29 AM
Today at 04:28 AM Limpkinw said this in Post #432 (https://vborg.vbsupport.ru/showthread.php?postid=418652#post418652)
People are shutting down my site with html codes...is there a way around this?
dont enable html
azork
07-18-2003, 02:39 PM
Would somebody have an idea to limit the number of lines in a shout? example not of more than 5 lines?
thank you :) 4 This hack
Limpkinw
07-18-2003, 02:49 PM
Today at 03:29 AM Xelation said this in Post #433 (https://vborg.vbsupport.ru/showthread.php?postid=418653#post418653)
dont enable html
Possible to explain how this is done? thank you
Limpkinw
07-23-2003, 05:15 PM
I have disabled html in every possible area, please fill me in and lemme know what can be done my site gets shut down within 2 min of puttin up shoutbox :(
Xelation
07-23-2003, 07:45 PM
Today at 02:15 PM Limpkinw said this in Post #436 (https://vborg.vbsupport.ru/showthread.php?postid=419992#post419992)
I have disabled html in every possible area, please fill me in and lemme know what can be done my site gets shut down within 2 min of puttin up shoutbox :(
just go into your admincp and go to vbulletin options.. scroll down and disable html.
Limpkinw
07-23-2003, 08:00 PM
i Have done that to no avail.
Xelation
07-23-2003, 08:06 PM
Today at 05:00 PM Limpkinw said this in Post #438 (https://vborg.vbsupport.ru/showthread.php?postid=420024#post420024)
i Have done that to no avail.
dunno then, that should work.. good luck
shadow99
07-24-2003, 10:22 PM
If you go to http://boards.videogamezone.net/shoutbox.php you'll see that the leaderbit isn't showing up. Everything else is working great expect the leaderbit problem so if anyone knows how to fix it that would be great.
Thanks! :)
Asterik
08-04-2003, 12:12 AM
If you goto http://www.plugspark.com/forums/shoutbox.php you'll see it doesn't display the shouts :( plz help?
wolfgang2
08-04-2003, 10:46 PM
its not working:(
Alien
08-04-2003, 11:36 PM
I had no problems whatsoever in getting this working first try, I suggest starting from scratch and trying again.. That's all I can think of... Works well on vB 2.3.0.
unplugged
08-14-2003, 01:17 AM
For this you will need VB Shoutbox created by TWTCommish once you have installed it you can install this hack
Works on 2.2.9 and I beleave the latest version of the shoutbox edit shout appears in the admin options but if needed I will have the hack so that normal members can edit their shouts ;)
unplugged
08-14-2003, 01:19 AM
For this you will need VB Shoutbox created by TWTCommish once you have installed it you can install this hack
Provides a 15s window to stop people spamming up the shoutbox and double shouting.
bigwest
08-17-2003, 02:44 PM
I hope this hasn't been covered, I did search and didn't find anything.
Can the shoutbox be available to only certain members groups?
If so, how?
bigwest
08-17-2003, 03:02 PM
Sorry... I think I did find my answer although I haven't tried it yet....
https://vborg.vbsupport.ru/showthread.php?postid=314942#post314942
bigwest
08-17-2003, 03:31 PM
OK... I dont think the above solution is a very good solution. Not that I dont appreciate it because I do.
It works...... I guess.... but it gives the usergroups without permission a raw error screen like a php line error screen. That doesn't seem to be a very slick way to handle this.
I was hoping I could set other usergroups to be just not able to post like it is for unregistered users etc.
When a unregistered user sees the shoutbox it looks normal, no errors or anything yet there is no "submit" button or text entry field so they can't post. Couldn't we make it to where we could set other usergroups to get this same treatment?
Thank you in advance for your help.
The Realist
08-19-2003, 08:21 PM
Installed the shoutbox ok but when I press shout it takes me to the wrong link. Instead of going to /forums/shoutbox.php it goes to just my root dir and looks for shoutbox.php.
How or where do I change the link so when a peeps press the shout buttton it goes to /forums/shoutbox.php as it says to do this in the instructions Upload the shoutbox.php file to your main forums directory. There, you're done!.
Thanks
Aaron1
08-21-2003, 07:52 AM
Thanks! Clicked install!
Very nice addition!
It would also be very handy if the shoutbox doesn't support or automatically removes linebreaks, just to prevent the shout get's enormous 'heights' on the forum home page.
Andrew111888
08-23-2003, 04:24 AM
You'll have to fix your code or your instructions;)
Either change your instructions to name the added template "editshout" and not "shoutbox_editpost", or change the following code in your file:
eval("dooutput(\"".gettemplate("editshout")."\");"); to
eval("dooutput(\"".gettemplate("shoutbox_editpost")."\");");
Nice hack, just needs some work.:)
gmarik
08-23-2003, 07:32 AM
Is it fully yours?
Can guests chat too?
Andrew111888
08-23-2003, 03:46 PM
This isn't the actual shoutbox, TWTCommish made the full shoutbox.
This is only an edit for it.:)
Blindchild02
09-16-2003, 06:55 PM
You'll have to fix your code or your instructions;)
Either change your instructions to name the added template "editshout" and not "shoutbox_editpost", or change the following code in your file:
eval("dooutput(\"".gettemplate("editshout")."\");"); to
eval("dooutput(\"".gettemplate("shoutbox_editpost")."\");");
Nice hack, just needs some work.:)
this whole edit thing didnt work :\
Blindchild02
09-17-2003, 01:18 AM
ok. i fixed it so i can get the edit box, but when i edit it... it goes back to the edit box, and nothing is edited :S
Andrew111888
09-18-2003, 12:49 AM
My code was only so it would get the appropriate template.
The edit thing does not work for me so I uninstalled it.
Blindchild02
09-18-2003, 12:50 AM
lol can u make it work :p
unplugged
09-19-2003, 12:37 AM
You'll have to fix your code or your instructions;)
Either change your instructions to name the added template "editshout" and not "shoutbox_editpost", or change the following code in your file:
eval("dooutput(\"".gettemplate("editshout")."\");"); to
eval("dooutput(\"".gettemplate("shoutbox_editpost")."\");");
Nice hack, just needs some work.:)
Oooooo My Bad ;) Fixed
unplugged
09-19-2003, 01:51 AM
This hack is an add on which allows users to edit their own shouts and allows admins mods and supermods to edit any shout they want
Enjoy ;)
An Admin only edit option can be found at https://vborg.vbsupport.ru/attachment.php?attachmentid=14656
gmarik
09-19-2003, 01:04 PM
This hack is an add on which allows users to edit their own shouts and allows admins mods and supermods to edit any shout they want
Enjoy ;)
An Admin only edit option can be found at https://vborg.vbsupport.ru/attachment.php?attachmentid=14656
Thanks a lot! Could you do another add-on, so that guest can enter a nick anc can chat as well? :rolleyes:
DarkDraco07
10-03-2003, 07:38 AM
i know the modification for limiting chars in a shout is released but is there a way to limit just what is shown on the forumhome? like whatever text gets cutoff gets replaced with ...
Ex:
Me and my friend were going to the...
gmarik
10-03-2003, 03:33 PM
DarkDraco07, take the code from vB3 last post cut off option, just the same.
DarkDraco07
10-03-2003, 03:42 PM
and exactly where would that be located? i dont have vb3
xQuEeNzNaZcHox
10-13-2003, 01:05 PM
Hello,
I cannot post in my shoubox! When I go to shoutbox.php, the box to type in the shout doesnt appear.
brownafroduck
10-14-2003, 04:30 AM
Great hack! Thanks! I hope that it doesn't consume too much bandwidth, though...
Holidazed
10-14-2003, 08:58 PM
I did not see this posted anywhere so here it is.
I have this hack installed on my website at http://www.dungeonkeepersdomain.com and it is awesome.
Can somebody please an addition so I can display who has the most shouts.
Something like the following:
Top Shouter: {username} with XX shout(s).
Hopefully the "username" will be a link to the user's profile.
TIA
-Shocker-
10-26-2003, 12:56 AM
On the forumhome, how do i make the shoutbox table not as wide. My forum is at 90% width, but then the shoutbox makes it 100% and i cant change it. How do i do that?
marias
10-27-2003, 10:28 PM
Can someone help me? I installed the Shout Box on my site and when a user posts a shout, it posted 125 entries to a single user. Is there a way to get it to post one entry when someone makes a post?
See what I mean?
http://www.bikinihangout.com/vb/shoutbox.php
Gio Takahashi
10-28-2003, 12:19 AM
Whoa, geez, why don't you redo the code and query...its probably the query did you do it right?
X-Sector
10-28-2003, 12:30 AM
Hmm, I had installed it on my test board and it worked great but the only problem l got is..
when l post a shout, its not showing up... I mean when l press a shout button, the page just promote me to go back to the shoutbox.php
please help!
X-Sector
10-28-2003, 01:23 AM
And how do you move the shoutbox from the bottom to the top of the page?
X-Sector
10-28-2003, 10:08 AM
Can anybody help? :(
NuclioN
10-28-2003, 11:37 AM
I want a miniavatar before the name in the shoutbox and placed this in the shoutbox_bit:
<img src="icon.php?s.userid=$[shoutid]" height="16" width="16">«$name: but this is not working. Ofcourse this isn't the right code to do this. Does anyone know how to do this?
Gio Takahashi
10-29-2003, 02:26 AM
Hmmm, I might look into it and test it out when I get a chance tomorrow. It involves modifying the php files to do this.
wardsweb
10-29-2003, 09:19 PM
I just installed shoutbox and it shows up and seems to work until I try and shout. when I click on the shout now button I get a "The requested URL was not found on this server". Did I miss a config somewhere?
Gio Takahashi
10-29-2003, 10:27 PM
By X-Sector
And how do you move the shoutbox from the bottom to the top of the page?
on forumhome template, just find the following:
$loggedinusers
$birthdaybits
And add below:
$the_shoutbox
As for your shoutbox posting error, please show me your forums.
wardsweb
10-30-2003, 01:25 AM
Here ya go: http://audiokarma.org/forums/
Gio Takahashi
10-30-2003, 01:29 AM
That post was to x-sector but I will look into yours.
Wardsweb do you have any kind of Instant messenger? Preferably AIM? If so Please IM me at Gio Takahashi.
You may have did something wrong in the template. when I used the shout I got a 404, that most likely indicates that you did something wrong in the template.
wardsweb
10-30-2003, 01:45 AM
Sorry no IM. I just did a copy and paste to create the 10 new templates and to edit the other template and index. Think I should just rebuild all the templates?
wardsweb
10-30-2003, 01:54 AM
Yep, it was in a template. I rebuilt them and it works fine. thanks all
wardsweb
10-30-2003, 02:22 AM
My bad - correction - it works fine from the vbindex page but I get a file not found when I try it from the shout page. Where should I look?
Gio Takahashi
10-30-2003, 04:01 PM
Can I look over the templates? I might figure out the problem from there.
wardsweb
10-31-2003, 01:12 AM
Thanks for the offer, but after very carefully going over the code, I found the the code listed in the instructions (that I copied and pasted) had an extra "/" that was hosing it.
Gio Takahashi
10-31-2003, 02:35 AM
I want a miniavatar before the name in the shoutbox and placed this in the shoutbox_bit:
<img src="icon.php?s.userid=$[shoutid]" height="16" width="16">?$name: but this is not working. Ofcourse this isn't the right code to do this. Does anyone know how to do this?
to make sure you know. I will look over that code tomorrow.
NuclioN
10-31-2003, 12:24 PM
Tnx Takahasi. :)
-Shocker-
11-04-2003, 12:23 AM
On the forumhome, how do i make the shoutbox table not as wide. My forum is at 90% width, but then the shoutbox makes it 100% and i cant change it. How do i do that?
soulviv3r.php
11-08-2003, 04:04 AM
can someone copy paste thier forumhome_shoutbox template my **** is messed up I tyhink i am doing it right
-------------------------------------------
this is what I have
-------------------------------------------
<table cellpadding="5" cellspacing="0" border="0" {tableinnerextra} width="100%">
<form action="$bburl/shoutbox.php" method="post" name="vbform">
<input type="hidden" name="type" value="shout">
<tr>
<td bgcolor="{firstaltcolor}" colspan="6"><smallfont><b>Posted by <a href="$bburl/member.php?s=$sesion[sessionhash]&action=getinfo&userid=$shout[userid]" class="small">$shout[username]</a> on $shout[timestamp]</b></smallfont>
<br/><smallfont>$shout[shout_text]</smallfont></td>
</tr>
X-Sector
11-08-2003, 12:18 PM
I have a problem, when l post the shout with fews smilies, it give me the smilies error in the shout box -_-
Anybody help
Gio Takahashi
11-09-2003, 12:49 AM
The template has been PM'd to you, soul.
saint_seiya
11-14-2003, 09:54 PM
Can you give me some advice please..
I installed it, you can post but it wont show $the_shoutbox in forum home.. it just wont display it... thought you could help me out :)
http://forums.vgcity.com
http://forums.vgcity.com/shoutbox.php
Thanks.
Gio Takahashi
11-15-2003, 12:50 AM
Can't see the forums when its closed.
saint_seiya
11-15-2003, 01:49 PM
Sorry, the other admin must have closed it. Gonna fix that now.
saint_seiya
11-15-2003, 02:32 PM
Fixed. Can you tell me whats wrong.
Link14716
11-15-2003, 03:40 PM
Fixed. Can you tell me whats wrong.
Either you didn't edit index.php or you didn't add the forumhome_shoutbox template (whatever it's called).
saint_seiya
11-17-2003, 06:27 PM
Thats what i tought, i checked both and their there :/ Im gonna check again.
MaDCaT75
12-14-2003, 08:59 PM
I'm confused, Bald Bouncer: are you saying you want them to be taken back to the forums main page after they've posted a shout?
erm..... TWTCommish I dont think you ever answered on how to do this. Please tell us?
MaDCaT75
12-20-2003, 11:22 PM
Oh and also is there a way to make a smiley limit for the shoutbox please?
MaDCaT75
12-22-2003, 09:17 PM
Oh and also is there a way to make a smiley limit for the shoutbox please?
uh..... anyone?
MaDCaT75
12-22-2003, 09:25 PM
also is there a way to disable HTML in it?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.