![]() |
Pending members in social groups (3.8)
In vB 3.7 there was the number of pending members displayed in the general social group lists for admins and mods. It seems this isn't no longer in vB 3.8 for some reasons. So is there any function which replaces this that I have overlooked? Or do I need to click into every group now individually?
|
Try the code
HTML Code:
<a href="group.php?$session[sessionurl]groupid=$group[groupid]&do=manage" class="shade"><span class="underline">$vbphrase[members_pending_moderation]</span></a>: $group[moderatedmembers] The conditional that restricts the above code is HTML Code:
<if condition="$show['pending_link']"> HTML Code:
<if condition="is_member_of($bbuserinfo, 5,6,7)"> |
That worked, thank you! :) Any idea though we vB did remove this? makes no sense to me...
|
Not sure why vbulletin does anything :P
Perhaps they just changed who has access to the variable, I've never investigated. Can you mention which one of the two methods above worked for personal reference and maybe for others as well? |
I just used both conditions.
|
Ah, since the ladder was included as well, take into consideration that the owner of that social group won't actually be able to see the pending users, so you'll have to add another condition for that unless of course it appears for them somewhere else.
|
All times are GMT. The time now is 09:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|