Member List Display Settings

There are a number of properties of the member list page in mojoPortal content management system that can be configured from the theme.skin file in the skin folder.

The following example shows all the avilable properties as of mojoPortal version 2.3.9.3 with their default values:

<portal:MemberListDisplaySettings runat="server"
HideWebSiteColumn="false"
UseListForAlphaPager="false"
ShowForumPosts="true"
ShowEmail="false"
ShowLoginName="false"
ShowFirstAndLastName="false"
ShowJoinDate="true"
ShowUserId="false"
AlphaPagerContainerCssClass=""
AllUsersLinkCssClass="ModulePager"
AlphaPagerCurrentPageCssClass="SelectedPage"
AlphaPagerOtherPageCssClass="ModulePager"
TableCssClass=""
TableAttributes="cellspacing='0' width='100%'"
/>

Most of these settings should be obvious what they do.

UseListForAlphaPager if set to true changes the pager markup to use an unordered list, ie ul and li elements.

Note that ShowFirstAndLastName only works if those fields are populated and since those are newer fields they may not be populated for all users.

Note also that the WelcomeMessage control can also be configured from the layout.master file to use the first and last name if populated:

<portal:WelcomeMessage ID="WelcomeMessage" runat="server" UseFirstLast="true" RenderAsListItem="true" ListItemCss="firstnav" />

Created by Joe Audette on Oct 16, 2012
Last Modified by Joe Audette on Oct 16, 2012