![]() |
It only adds one query to my mainpage.
|
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 :) |
fantastic m8 i put it into the vbhome light home page instead of forum home and it looks fabaroony
thanks very much..... |
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 |
bump anyone have any ideas?
|
bump once again .. any help anyone :(
|
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. |
Having trouble displaying on my Index.php page,
Just dosent appear, Oh well, ive linked to it all the same. |
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 |
We added this to our forums at http://www.authentic-campaigner.com/...n/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. |
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? :( |
works like a charm - I am in love with it already :D
|
Moderators Can Delete in Shoutbox
written by: Attrox - Version 1.0 This is an addition to the vB Shoutbox hack, written by TWTCommish. 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! |
nice! been lookin for somethin liek this
|
I've been meaning to do this with the shoutbox on my forum..
Mucho gracias. /me kicks install |
theres already been a modification for this. good to see it released here though. ;)
https://vborg.vbsupport.ru/showthrea...+delete+shouts |
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.
|
Also little modifications like this should be released in the orginal thread :)
- miSt |
merged
|
Alright, thanks. :) Sorry about that...
|
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.
|
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) |
Eh? There's a limit on every query except the counters, last I checked.
|
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) |
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. |
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?! |
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?
|
@Splitfyre - Find in shoutbox.php:
Code:
$shout_text = bbcodeparse($shout_text); Code:
$shout_text = censortext($shout_text); For those of you who want to know how to limit the number of smilies allowed in the shoutbox: Find: Code:
if ($type == 'shout' && $comment_submit && trim($message) != '' && $bbuserinfo[userid] > 0) { Code:
// check max images Satan |
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?
|
Maybe I missed it, but is there a way to limit how often someone can shout in the shoutbox?
|
i asked before but cant seem to find how to bann people
|
Great hack! I love it so far.
/me clicks install. |
Quote:
Can someone point out how to limit the time inbetween shouts though? :speechless: |
Does Shoutbox really provide anything meaningful to your users? Just curious.
|
great hack and all, but theres an error, whenever someone posts, the posts show up 27 times:-\ do u know whats wrong?
|
^bump^
|
bumps, please help :(
|
joel ill check it out. im no expert but ill try :)
|
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 :) *\ |
diffrent image :-\
|
All times are GMT. The time now is 02:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|