PDA

View Full Version : Hiding Particular Usergroup from seeing Currently Online


xilver
01-28-2010, 01:50 AM
Hi -

I am currently having a viewing permission with one of my usergroups. The usergroup is set up to not be able to "view whose online", however, that usergroup is still able to see other members currently online.

Example:

http://i46.tinypic.com/nvw3kx.jpg

And with those settings listed above, this usergroup can still see this:

http://i49.tinypic.com/v5e1pf.png

I know that if I wish to hide that part of the FORUMHOME page, I'll need to look into using a conditional statement to only show it to certain usergroups. There's more information available here regarding what I could use:

http://forum.vbulletinsetup.com/f18/...list-2185.html (http://forum.vbulletinsetup.com/f18/vbulletin-template-conditionals-list-2185.html)


this is what i determined, i needed to use:

If Usergroup Is or Is Not X
--------------------------------------------------
If the user is not show it to the x usergroup but show it to everyone else

<if condition="$post['usergroupid'] != 6"></if>

do you know if that is right? and if so where i would place this statement? if it is not even the right way to be able to do this or not right at all, any help would be great. thank you!