The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want unregistered users to be able to see a forum and view threads in it (Announcements) but no other forums.
I thought the best way to do this was to give unregistered users "read/view others" permissions in Usergroups; and then prevent them in all the other forums in Forum permissions. It looks OK except when an unregistered user clicks on Quick Links tab you can access the registered users list with all their data. How can I prevent this? Thanks, Nick |
#2
|
||||
|
||||
![]()
Go to the Usergroup Manager and set Can View Member Info to No for the usergroup and then they will not be able to see the Members List.
|
#3
|
|||
|
|||
![]() Quote:
Still the "Quick Links" shows Forum Leaders with all their data. But can see the particlar forum as desired. |
#4
|
||||
|
||||
![]()
There is nothing about Can See Own and Others under the Who's Online permissions in the Usergroup Manager (where you go to set who can see the Members List/information). And Members List and Forum Leaders are two different things - which are you talking about? What I posted will make it so the users may not view the Members List. If you don't want them to view the Forum Leaders page, I think you'll have to write a plugin to stop them.
|
#5
|
|||
|
|||
![]() Quote:
![]() I was talking about forum leaders which, on my system shows personal data so I can't allow that. Thanks, Nick |
#6
|
|||
|
|||
![]()
Have you tried to wrap that template code with a vb:if conditional? This may work but I am not sure. Lynne is that possible?
|
#7
|
|||
|
|||
![]()
I got a hack here (ms_leaders_ugp_40) and it fixes the problem perfectly.
Thanks for your help. Nick |
#8
|
||||
|
||||
![]()
I'm sure you can put if statements around stuff in the template to not show info to certain usergroups (or, perhaps better in this case, only show info to some usergroups).
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, x, y, z)"> stuff to show </vb:if> |
#9
|
|||
|
|||
![]()
Thanks Lynne I didn't know for sure but you confirmed it should be possible. Hope this helps the poster.
|
#10
|
|||
|
|||
![]() Quote:
I like a hack because it's either installed or not. Is this wrong? Nick |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|