In each group that has group pages is supposed to be a link to a list of all that group's pages. However, this link disappeared after upgrading to VaultWiki 3 RC 1.
Fixed for the next build. The new special permissions were not used in
vault/special_plugins_group.php. Find:
Code:
$vault->permissions['view']['all'] AND $vault->permissions['view']['grouppages']
Replace with:
Code:
$vbulletin->userinfo['permissions']['specialpage_permissions'] & $vbulletin->bf_ugp_specialpage_permissions['pagelist']