PDA

View Full Version : Image Problem


wengi
10-13-2007, 07:47 PM
Does anyone know how to remove the * near your name when you are in invisible mode as i cant figure it out !! Cant seem to find the * in the templates

http://img442.imageshack.us/img442/3176/capturewiz013ix6.png

Already edited the templates so to change the Buddy List and the Invisible icons in the bottom part ... the prob i am facing is that i cant figure out why the * next to the name is still showing.

Images added as you see but name still showing the * not the image

http://img260.imageshack.us/img260/572/capturewiz016yt0.png

I have managed to add an extra icon in the location section [image attached] but * still showing near the name and another problem is the code i have used to add the image is showing for all users not just for the invisible 1's but the strange thing is that it works ok for the Buddy List Icon and am using the same coding

Here is the code

<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>

Image attached ... i am not set as invisible but still icon is showing

http://img502.imageshack.us/img502/1903/capturewiz018du6.png

Thanks for the help
Regards
Wengi

sabret00the
10-14-2007, 05:41 PM
it's hard coded. read the online.php for more info. around line 396.

wengi
10-15-2007, 05:45 PM
it's hard coded. read the online.php for more info. around line 396.

Thanks Sabret00the ill look into it ... can you give me a hand with the code please as its showing for all users and not just for the invisible users

Regards
Wengi

Dismounted
10-17-2007, 06:50 AM
It should not be showing for all users. It should only show for those usergroups that you can designated "Can View Invisible Users".

wengi
10-17-2007, 03:56 PM
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

http://img517.imageshack.us/img517/9164/capturewiz019ux1.png

Code Added

<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>

wengi
10-31-2007, 05:18 PM
Anyone figured out on how to solve this little problem as im still stuck with it :(

Regards
Wengi