Log in

View Full Version : Can this be done? only admin can see stats


keyboard1
10-12-2009, 11:37 PM
Hi
I have been searching and was not able to find any answers....

1) Is there anywhere in the backend, where I am able to change, who can see the Statistics? My wish is that only the Admin can see this ( who is online, etc )

2) Is there anywhere in the backend, where I am able to change who can see the Members List? Again My wish is that only the Admin can see this list...

Thanks for any help with this

Ron

ChopSuey
10-12-2009, 11:48 PM
1 you wrap the stats with
<if condition="is_member_of($vbulletin->userinfo, 6)"> (Content) </if>

HMBeaty
10-12-2009, 11:48 PM
You could use template conditionals to control all of that, see here (https://vborg.vbsupport.ru/showthread.php?t=215032)

keyboard1
10-13-2009, 12:46 AM
Thanks Guys.....It is appreciated.....