How To Make A User Legend - NBS






 

 

How To Make A User Legend - NBS

View Full Version : How To Make A User Legend


Aristia
07-Nov-2003, 07:26 AM
Just go to the below location, and add in the line of code there, for each member group and change the colour accordingly. (the & nbsp ; is a space and | is to sepereate, you can choose your own seperator if you like.)

---------------------------
AdminCP >> Skins & templates >> html templates >> skin name (manage html) >> board index sections >> active users row

<a href='index.php?&act=Members&max_results=30&filter=4&sort_order=asc&sort_key=name&st=0' style='color:#000099; font-weight: bold;'>Management</a>&nbsp;|&nbsp;

filter=4 is for admin group, if you get up your user groups and hover over the edit link, you will see it has an id numer at the end. that is the nuimber you need to put into where it says filter.

-----------------------------