I need to determine if there's a way I can hide the location of our admins and super mods from regular members when viewing the Who's Online page.
"Can View Detailed Location Info for Users" is set to No in the usergroup permissions, but what is visible is still too much information.
Also, what I've found while searching doesn't seem to work with the current release of vB.
I'm assuming I could modify this bit of the whosonlinebit template, but I'm not 100% sure what to add.
Code:
<if condition="$show['where']">
<div class="smallfont" style="margin-top:1px">
<if condition="$show['subscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="$vbphrase[you_are_subscribed_to_this_thread]" /></if>
$userinfo[where]
</div>
</if>
The only thing I can think of is an AND !is_member_of condition, but I think I'm on the wrong track with that. I don't want to restrict viewing of other members locations...just the admins and super mods.
I'd really appreciate any help with this!
Thanks!