When the Display Member List option in the Membership Control Panel is set to No, the View all users link in the sidebar of the forum should be hidden but continues to display.
The Display Member List option is not checked in the Default and Lean and Green site themes.
This issue has been resolved. To implement the correction manually, edit the forums.Master file within the Default and Lean and Green themes and replace:
<CSControl:SiteUrl UrlName="user_List" ResourceName="Utility_ForumAnchorType_MenuMemberList" Tag="Li" runat="server" />
with
<CSControl:SiteUrl UrlName="user_List" ResourceName="Utility_ForumAnchorType_MenuMemberList" Tag="Li" runat="server">
<DisplayConditions><CSControl:SiteSettingsPropertyValueComparison runat="server" ComparisonProperty="EnablePublicMemberList" Operator="IsSetOrTrue" /></DisplayConditions>
</CSControl:SiteUrl>