![]() |
This is a GREAT shout addition , I've one question - how do I stop unregistered or banned e.t.c people from seeing previous Shouts ? .... I've placed these groups in the banned section but unregistered people can still see shouts
Cheers for any help ; :squareeyed: |
Quote:
yayy me |
Quote:
admincp -> vbulletin options -> vbulletin options -> scroll down to vbshout options |
Is there a flood protection? People on my board are flooding the shoutbox like crazy.
|
How can I make this work in a side panel similiar to vbadvanced style shouting when it's on the right side? I tried the vbadvanced hack on the forumhome and it didn't work.
How would I format it to be in a skyscraper type format on the forum home? |
Is it possible to give a beep sound or some kind of a notification sound when another user have posted in the shoutbox?
|
Quote:
|
I just fixed an error I was getting that some others were getting too...
If you get this error: Warning: Invalid argument supplied for foreach() in /vbshout.php on line 288 then do the following (it worked for me anyway) Find in vbshout.php: Code:
if ($vbulletin->options['shout_messages_order']) Code:
if (isBanned($vbulletin->userinfo) && $vbulletin->options['shout_banned_perms'] > 0) |
Quote:
then what if it is a user option that he can set true or false in his UserCP or as a checkbox next to the shoutbox. |
I don't exactly know if it is posted allready, but I fixed the little bug that prevented users to edit or delete their own shouts.
In vbshout.php find: Code:
if ($Shout['sid'] != $vbulletin->userinfo['userid'] && !can_moderate()) Code:
if ($Shout['s_by'] != $vbulletin->userinfo['userid'] && !can_moderate()) |
All times are GMT. The time now is 07:41 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:
|