Quote:
Originally Posted by C_P
Nice addition. I installed but have a couple suggestions/requests.
1. Only Administrators group is underlined. Shouldn't all groups?
2. Anyway to make the group links clickable to take them to those groups.
|
1. By default the groups are not underlined. You can underline groups (in the admincp) to get a black (or use any color) underline rather then the default color under the username. Of course if you underline the group then you want to reflect that in the legend. I have that in there to show you that it's possible and I use it for my forum.
2. I'm not sure off the top of my head how to call just one usergroup and display it that way. You can add a link by rapping the group legend code with:
Code:
<a href="http://www.site.com"> </a>
If I come across something for each group, I'll post it here.