Ok this will add a staff icon next to your name on your main menu and in viewuser.php.
For Main Menu
Open Header.php
Find
$d="";
Add Below
$stmr="";
Find
$u=$ir['username'];
Add below
if($ir['user_level'] > 1) { $stmr="[img=staffimage here]"; };
And thats all for that part.
Now for the viewuser.php
Open viewuser.php
Find
$d="";
Add Below
$stmr="";
Then Find
else
{
$str2="--";
}
Add Below
if($r['user_level'] > 1) { $stmr="[img=staffimage HERE]"; };
Then Find
<tr><td>Name: {$r['username']} [{$r['userid']}] $d,
and change to this
<tr><td>Name: {$r['username']} [{$r['userid']}] $d,$stmr
Now just upload ur files... download the staff pic and you will be on your way... Please let me know what u think as I coded this with the help of BlueDevil
Download staff image from here
www.criminalmindz.com/staffpic.zip
This is tested and works 100% bug free... But if you do have a problem i will provide support as much as i can