The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#782
|
||||
|
||||
![]() Quote:
|
#783
|
||||
|
||||
![]()
I haved it Installed! run in Vb 3.5.1 but I don't see the smilies, only the code.
any help? thanks. |
#784
|
|||
|
|||
![]()
installed on 3.5.1 all works perfectly!
Because i cant search through 53 pages,can someone tell me how i can moderate the Shoutbox? If a user is typing "bad words",how i can erase them?I know i can put cesnorship phrases,but sometimes i must erase something "on the fly"! Thank you very much for this great plugin! |
#785
|
||||
|
||||
![]() Quote:
![]() |
#786
|
|||
|
|||
![]()
The only issue i ve found is this:
When in Banned Usergroups i put the ID of the Unregistered/Not Logged in users i get this error when i m not logged in: "Warning: Invalid argument supplied for foreach() in /vbshout.php on line 288" Any solution?Thanks! EDIT:I ve solved it,i ve just changed the "Banned Permissions Choose access permissions for banned users, by default they will not be able to post shouts." FROM:Can view shoutbox but not messages TO:Can view shoutbox and messages Can someone please post all the commands?? Like "/prune" etc. I cant search all 53 pages to find them! |
#787
|
|||
|
|||
![]()
All the commands are right there in the first post.
|
#788
|
||||
|
||||
![]()
Think I might have a quick fix on the "viewing the shoutbox"...
Go to your plugin manager and find... WOL Config [Part A] - edit it change $userinfo['action'] = 'Viewing The Shoutbox'; to $userinfo['action'] = 'Viewing The Forums'; I am not 100% this works, but it looks like it does. I'm also looking into changing the font as well. Can someone test this out to see if this works? |
#789
|
|||
|
|||
![]()
where is the full list of Commands for shoutbox?
|
#790
|
||||
|
||||
![]()
Does shout box use a lot of mysql connections? I setup a mirrior site on a diffrent host and it seems to be giving me this error a lot.
Database error in vBulletin : mysql_connect(): Too many connections /home/a247xtre/public_html/forums/includes/class_core.php on line 273 MySQL Error : Error Number : Date : Sunday, November 13th 2005 @ 01:13:12 AM Script : http://www.247xtreme.com/forums/vbshout.php Referrer : http://www.247xtreme.com/ IP Address : 205.188.116.66 Username : Classname : vb_database |
#791
|
||||
|
||||
![]()
As far as I can tell, there are only 2 commands... /me and /prune (with variants of the latter).
|
#792
|
||||
|
||||
![]()
The french language
![]() |
#793
|
|||
|
|||
![]()
There is a problem with this hack, especially if you add on to it with one of the other hacks that allows you to put the shoutbox on multiple pages. It will show that you are viewing the shoutbox in who's online if you are on a page that has teh shoutbox on it. That's not bad if you only have it on one page, but as you add it in to more than one page, very shortly it can look like everyone on your site is always in the shoutbox. Well, here is the fix for it:
In vbshout.php find: Code:
/*======================================================================*\ || #################################################################### || || # vBShout v2 Created By Zero Tolerance [http://gzevolution.net] || || #################################################################### || \*======================================================================*/ Code:
if ((!$_GET['do'] || $_GET['do'] == '') && !$_POST['do']) { $_GET['do'] = 'latest'; } if ($_GET['do'] == 'latest') { define('LOCATION_BYPASS', true); } Code:
if ($_POST['do'] == 'shout') { define('LOCATION_BYPASS', true); } Hope this works for you guys, seems to be working for me. |
#794
|
||||
|
||||
![]()
how to change smiliepath? :bandit:
|
#795
|
|||
|
|||
![]() Quote:
Thank you! |
#796
|
|||
|
|||
![]()
How does this affect the server? Does it cause much of a server load? I don't know anything about Ajax. I'm also concerned about my users using it as a mini-chat room since the shouts display so quickly w/o a page refresh. Wouldn't this cause some load issues?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|