The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'd like to show the what's going on box to admin only, not to members or guests. Can this be done?
I've blocked it to "guest", but when I try to block "member" the admin is also blocked from seeing it. |
#2
|
||||
|
||||
![]()
How did you "block" it to guest or member? Write your code and perhaps we can see what is wrong.
|
#3
|
|||
|
|||
![]()
Did you use the member/guest conditionals for permissions? Maybe try it using usergroup conditionals
|
#4
|
|||
|
|||
![]()
Here is the code I used in forumhome:
<vb:if condition="$show['guest']"> <vb:else /> <vb:if condition="$show['member']"> <vb:else /> |
#5
|
||||
|
||||
![]()
You can't use that if you only want to show to the admins. You'd have to use something like:
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, x)"> stuff </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|