The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Image Problem
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
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 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 Code:
<if condition="$show['hidden']"><img src="$stylevar[imgdir_statusicon]/wol_invisible.gif" alt="$vbphrase[user_is_invisible_to_others]" /></if> Code:
<if condition="$show['buddy']"><img src="$stylevar[imgdir_statusicon]/wol_buddy.gif" alt="$vbphrase[user_is_on_your_buddy_list]" /></if> Thanks for the help Regards Wengi |
#2
|
||||
|
||||
it's hard coded. read the online.php for more info. around line 396.
|
#3
|
||||
|
||||
Quote:
Regards Wengi |
#4
|
||||
|
||||
It should not be showing for all users. It should only show for those usergroups that you can designated "Can View Invisible Users".
|
#5
|
||||
|
||||
Quote:
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> |
#6
|
||||
|
||||
Anyone figured out on how to solve this little problem as im still stuck with it
Regards Wengi |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|