Quote:
Originally Posted by Cody.9791
One thing was brought to my attention with this. Users that are already in a usergroup aren't able to see the "List Members" link. Is there some way to get this to show in the "You are a member of the following groups" section at the bottom of the page?
|
Ok, i think this will do it:
Open Template: modifyusergroups_memberbit
Find:
HTML Code:
<vb:if condition="$show['isleader']">
({vb:rawphrase leader_of_this_group})
<vb:else />
<label for="rb_leave_{vb:raw usergroup.usergroupid}"><input type="radio" name="usergroupid" id="rb_leave_{vb:raw usergroup.usergroupid}" tabindex="1" value="{vb:raw usergroup.usergroupid}" /> {vb:rawphrase leave_group}</label>
</vb:if>
After Add:
HTML Code:
<a href="memberlist.php?usergroupid={vb:raw usergroup.usergroupid}">{vb:rawphrase list_members}</a>