Products and Services
Graffiti CMS
Learn more about our simple content publishing platform.
Harvest Reporting Server
Get business intelligence tools for measuring online behavior.
Professional Services
Consulting, creative, and Web services from the people who know Community Server best.
Solutions
Telligent
Learn more about our team at Telligent.com.
 

Display Member List Option is not Honored

 

Issue

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.

Bug / Problem

The Display Member List option is not checked in the Default and Lean and Green site themes.

Resolution

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>