The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mod to restrict to view members list?
Is there a mod or one that can be made to restrict users from viewing the members list? I want to be able to allow mods, super mods, and admins to view.
|
#2
|
||||
|
||||
I can make a quick small one via template edit if you'd like
Ok, in your navbar find: HTML Code:
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> HTML Code:
<if condition="is_member_of($bbuserinfo, 5,6,7)"><td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></if> I'll come up with something a little better later |
#3
|
|||
|
|||
Thanks, I'll try this out today or tomorrow. I will also be watching for an xml upload plugin or something too.
|
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
Quote:
Quote:
Mod is finished https://vborg.vbsupport.ru/showthread.php?t=144297 |
#6
|
|||
|
|||
Add a new plugin
Product: vBulletin Hook Location: memberlist_start Title: Restrict to view members list Execution Order: 5 Plugin PHP Code: PHP Code:
Change 5,6,7 to all usergroupids that are allowed to view the memberlist |
#7
|
||||
|
||||
Read the post above yours
|
#8
|
|||
|
|||
I did, I provided a quick way to do it without hacking the files.
|
#9
|
||||
|
||||
Updated to 1.1.0 I didn't think to use a plugin, lol. So thanks to you Ken
|
#10
|
||||
|
||||
Quote:
you can do it without any template or plugin..go to the usergroup settings and check no.... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|