The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
View members of certain usergroups only
I have a clan forum with a private forum so they are a member of a usergroup for permissions to access that forum.
They now need to have a memberlist showing and silly me said no problems and put a link up http://www.myserver.com/forum/member...usergroupid=19 which works fine for me not realising that me being administrator I seem to be the only one having permission to see this Any suggestion on the easiest way to do a memberlist of this particular usergroup. |
#2
|
|||
|
|||
So this is not possible? or do I have smelly underarms?
|
#3
|
|||
|
|||
I would also like this feature. Where the member list has permissions to allow only a specific group(s) to view the member list. Is there a way to do this? I will pay if any one can.
|
#4
|
|||
|
|||
You could be able to set the usergroup to display on showgroups and link to showgroups.php.
|
#5
|
|||
|
|||
You could do that but then I would have to set moderators to not show and I would lose the facility of showgroups showing that list for users to know who moderates what.
|
#6
|
||||
|
||||
memberlist_query_userscount
PHP Code:
|
#7
|
|||
|
|||
Quote:
You could easily hook into showgroups to change the behaviour depending on the url. This should work, but there may be an issue with the usergroup still displaying in normal mode (the clan usergroup must be set to be shown) - Replace X in the second hook with the usergroupid of the clan. showgroups_start PHP Code:
PHP Code:
http://forum/showgroups.php <-- normal (as set in admincp) http://forum/showgroups.php?clanmembers=1 <-- clan members |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|