The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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?
|
#2
|
|||
|
|||
![]()
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)">
|
#3
|
|||
|
|||
![]()
That worked, thank you!
![]() |
#4
|
|||
|
|||
![]()
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? |
#5
|
|||
|
|||
![]()
I just used both conditions.
|
#6
|
|||
|
|||
![]()
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.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|