![]() |
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()) |
Quote:
|
i've installed but it only shows on the default skin and the pinky skin....
http://www.werbeyond.com/forum/index.php? *edited ot add link so you can see |
Quote:
|
Quote:
I'm only marginally technical, so can someone please verify that this will work for my needs, or how I can use it for my needs. |
AWESOME WOKR ZT !
is it compatible with vBA Gallery and Photopost vBGallery? |
Hi I installed this great mod. I have a question. Is there a way to set which smilie category to show? I have nearly 600 smilies and some of the smilies I don't want in the shout box.
|
I wouldn't mind if only the generic smilies will show
|
I made a autoprune function for vBshout.
Just download the attached file and put in the /includes/cron directory. Then make a new scheduled task (see attached jpg). I run it every night at 3 o clock but offcourse your free to run it more often than that. What is does: It will delete all shouts that are older than 24 hours. This way you will allways have an archive that's holds no shouts that are older than two days. You can alter the deletion time in the php by altering the "(TIMENOW - (60 * 60 * 24)" statement. Enjoy :) [edit]Replaced the php with the right one [/edit] |
Well done m8, this i will use :)
Thank you Quote:
|
Quote:
Bob |
bashy and firstrebel, thanks but please download the file again.
It seemes i've uploaded the wrong php file. This one is OK, the other one pruned a bit too much. Sorry if i've messed up your shoutbox.... |
Quote:
|
Quote:
Bob |
I am using the CMPS module to output this script to my site.
Can anyone tell me how I can reformat the buildTime output so it doesn't have "Today at" as a value? I would like X:XX AM/PM, nothing fancy. Thanks! |
You can comment out this line:
Code:
$Time = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->options['yestoday']); |
Does anyone have any probs with regards to this frezzing, (sort of) and not posting the shout?
I sometimes have to refresh and or close the browser and open a new 1? I only have it for my staff so only about 5 use it?? Any ideas please? |
Quote:
where exactly is that... |
In vbshout.php. Comment out that line.
Also, I changed my time format: $Time .= vbdate("g:i A", $time, $vbulletin->options['yestoday']); |
Quote:
|
i have someone banned from the shotbox but there still able to shout. any suggestions?
|
Where is the vBShout code replacement in the templates? I coudn't find it.
|
Quote:
|
instead of banning certain usergroups, is there a way to ban users who are NOT part of certain usergroups?
all of the users on our forum are a 'registered user'. Then as they progress we vote them into a 'members' section with adition rooms they can access, but to do this we make the member functionality a secondary usergroup (ie they are still a primary 'registered user') What I want is to only allow our 'members' to ahve acces to the shout box. Would this be possible? I'm thinking it would be easy to chnage the logic in the code, but i thought I'd ask here first before I dig into it. thanks -aaron Great Mod btw! |
Disabling auto refresh and adding a 'refresh' button
Go to style manager, and edit (or customize) the template forumhome_vbshout Find text: HTML Code:
<input type="submit" value="Shout" class="button" /> HTML Code:
<input type='button' class='button' value='Refresh' onclick='requestShouts()' /> This line occurs twice - add the new button to both. THEN Find the text: Code:
setTimeout('requestShouts()', 10000) Code:
/* setTimeout('requestShouts()', 10000) */ The shoutbox will now only refresh if you a) Submit a shout, or b) hit the 'refresh' button. |
does anyone know, how i can change the title of the box 'ShoutBox' to something else?
|
@ Murty: You can edit that in the template Forumhome templates -> forumhome_vbshout (search for "Shoutbox" in the template).
|
Quote:
Check the plugincode of the vbshout plugin at the forumhome_complete hook. Scroll all the way down, and you'll see how ZT positions the shoutbox. He substitutes a text in the forumhome template by that text plus $shoutbox. This way, no template alterations are necessary. |
Quote:
Just select "Can not view shoutbox" and you'll have no problem no more ;) |
Quote:
|
Quote:
|
All times are GMT. The time now is 11:01 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:
|