Quote:
Originally Posted by SYGRecon
Is there anyway to make it so only certain usergroups can see this? Such as Admins/Moderators?
|
Go edit template "e360_previous_usernames_profile"
find this
HTML Code:
<vb:if condition="$show['e360_previous_usernames']">
replace with this
HTML Code:
<vb:if condition="$show['e360_previous_usernames'] AND is_member_of($bbuserinfo, array(5,6,7))">