The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
No, he is not, only in that specific usergroup (which is the normal registered users by the way). And I know from many other registered users that they can see the location as well, although the setting says they can't.
Edit: I just tested another registered user account, it's the same, they can see it. --------------- Added [DATE]1264891838[/DATE] at [TIME]1264891838[/TIME] --------------- To exclude a problem with skin I use: I checked the issue using the dafult style, it's the same. |
#12
|
||||
|
||||
![]()
OK, well to do it the template way... open up the template whosonlinebit and find this:
HTML Code:
<td class="alt2" width="35%"> <div> <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['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> </span> $userinfo[action] </div> <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> </td> HTML Code:
<td class="alt2" width="35%"> <if condition="$show['member'] AND !is_member_of($bbuserinfo, 2)"> <div> <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['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> </span> $userinfo[action] </div> <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> <else /> </if> </td> |
#13
|
|||
|
|||
![]()
Please post a print screen of the edit user page showing the primairy and secondary usergroups for the user "Jeroen".
|
#14
|
|||
|
|||
![]()
Here you are. Thanks for helping!
Attachment 111405 @ Lynne: it worked (of course ;-)), although there now is am empyt column which makes users ask what happened. Is there any chance to hide that column? Attachment 111406 |
#15
|
||||
|
||||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|