Would it be difficult to modify the list so that it looks like:
username || secondary_usergroup
username1 || secondary_usergroup
username2 || secondary_usergroup
etc. ?
Where secondary_usergroup only displays if it is one of the following?
Here's an example.
Ted is a primary user for members but he's also in a usergroup for warriors.
Ann is a primary user for members but she's also in a usergroup for rogues.
I want both their username and secondary group to show if it's equal to warriors or rogues, so.. something like
if secondary_group = warriors or rogues then show secondary_group
The display would appear as:
Ted || Warrior
Ann || Rogue
etc.
Can it be done and would be it be difficult?
|