Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   activity.php error? (http://www.bvlist.com/showthread.php?t=432)

KinetiX 10th June 2008 13:35

activity.php error?
 
i have a friend signed up..i gave him administrator rights but on activity page he still shows same color as SysOp

D3SI 11th June 2008 09:42

Re: activity.php error?
 
you need to change the colours in the file.

Code:

case UC_SYSOP:
case UC_ADMINISTRATOR:
case UC_MODERATOR:
$arr["username"] = "" . $arr["username"] . "";
break;
case UC_UPLOADER:
$arr["username"] = "" . $arr["username"] . "";
break;

Hope this helps

KinetiX 11th June 2008 16:19

Re: activity.php error?
 
ok thanks :) worked


All times are GMT +2. The time now is 01:55.

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