Quote:
Originally Posted by Dismounted
It should not be showing for all users. It should only show for those usergroups that you can designated "Can View Invisible Users".
|
Hi Dismounted i know it should only show for invisible users but it is showing for every user and the strange part is that the code is working ok for the Buddy List but it isnt for the Invisible Users
None of the online users is Invisible but image is still showing
Image Attached
Code Added
Code:
<span style="float:$stylevar[right]">
<if condition="$show['lockedout']"><img src="$stylevar[imgdir_statusicon]/wol_lockedout.gif" alt="$vbphrase[viewing_forum_closed]" /></if>
<if condition="$show['hidden']"><img src="$stylevar[imgdir_statusicon]/wol_invisible.gif" alt="$vbphrase[user_is_invisible_to_others]" /></if>
<if condition="$show['buddy']"><img src="$stylevar[imgdir_statusicon]/wol_buddy.gif" alt="$vbphrase[user_is_on_your_buddy_list]" /></if>
<if condition="$show['nopermission']"><img src="$stylevar[imgdir_statusicon]/wol_nopermission.gif" alt="$vbphrase[viewing_no_permission_message]" /></if>
<if condition="$show['errormessage']"><img src="$stylevar[imgdir_statusicon]/wol_error.gif" alt="$vbphrase[viewing_error_message]" /></if>
<if condition="$show['reallocation']"><img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" /></if>