![]() |
Show What's going on to admin only
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. |
How did you "block" it to guest or member? Write your code and perhaps we can see what is wrong.
|
Did you use the member/guest conditionals for permissions? Maybe try it using usergroup conditionals
|
Here is the code I used in forumhome:
<vb:if condition="$show['guest']"> <vb:else /> <vb:if condition="$show['member']"> <vb:else /> |
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)"> |
All times are GMT. The time now is 06:18 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|