Thread: question again
View Single Post
  #5  
Old 06-16-2009, 05:50 AM
zhiichiro zhiichiro is offline
Member
 
Join Date: Mar 2009
Posts: 106
Credits: 15,941
zhiichiro
Default RE: question again

tnx, but i'm kinda confused on this :

Quote:
Originally Posted by BMR777
remove the $status = cancp($level); line. Then add this:

PHP Code:
if($level == 1){

// Show a star for the admin

$star "<img src='templates/icons/star.gif' border=0'> ";
}
else if(
$level == 2){

// Show something else for usergroup 2

$star "<img src='templates/icons/icon.gif' border=0'> ";

And so on. :)
Reply With Quote