Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   My Staff shoutbox (http://www.bvlist.com/showthread.php?t=6747)

antibiotic1 26th February 2013 14:37

Tnx man

Daz 3rd March 2013 22:30

Great little mod, I made a few badly needed changes to it.. The most important change I made was this:

outputinfo.php

find:
PHP Code:

  if ((!$CURUSER OR $usergroups['canshout'] != 'yes'))
  {
    exit (
'<div style="background: #FFECCE; border: 1px solid #EA5F00; padding-left: 5px;">' $lang->global['shouterror'] . '</div>');
    return 
1;
  } 


Change to:
PHP Code:

  if ((!$CURUSER OR $usergroups['canstaffpanel'] != 'yes'))
  {
    exit (
'<div style="background: #FFECCE; border: 1px solid #EA5F00; padding-left: 5px;">Nice try! You are not authorized to use the Staff Shout!</div>');
    return 
1;
  } 

Otherwise anyone can see staffbox, by going to /staffbox/outputinfo.php


All times are GMT +2. The time now is 09:59.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.