Welcome

User Control Name ws:Welcome
Parameters to use for the above displayed user control WelcomeMessageFormat="Welcome, [FirstName]" CompleteProfileLinkText="Complete your profile:" ShowPicture="True" ShowDefaultPictureIfNone="True" ShowLinkIfShowingProfile="True" ShowAsButtonIfNotLoggedIn="True" ShowLogoutLink="True" LogoutLinkText="Logout" ShowProfileLink="True" ProfileLinkText="Profile" ShowCommunitiesLink="True" CommunitiesLinkText="Communities" ShowUnreadMessageCount="True" UnreadMessagesFormat="{0} unread messages" ShowLoggedInLink="True" ShowProfileCompleteness="True"
Standard Properties

MemberKey - The member key of the user viewing the control. This is the membership system's key, not the Higher Logic key.

Title - The title to show at the top of this control. If not supplied, no title will show.

CssClass - The Cascading Style Sheet class used to wrap the entire control.

NoDataText - The text to show if no data is returned using the given criteria.

HideIfNoData - Whether or not to hide the control if no data is found. If true, the control will be hidden if no data is found; if false or not supplied the NoDataText message will be shown

MemberKeyIfNotLoggedIn - The member key of the user viewing the control if not logged in. This is the membership system's key, not the Higher Logic key.

User Control Prameters for Control ws:Welcome

WelcomeMessageFormat – Specifies the text of the welcome message. The default is "Welcome, [FirstName]". But the admin can use this parameter to change the format of the message. The allowed values in square brackets are:
  1. FirstName
  2. LastName
  3. Prefix
  4. Suffix
  5. Designation
  6. InformalName
  7. MaidenName

CompleteProfileLinkText – The text to show in the Complete your profile link (see below). If not specified, use "Complete your profile". If specified but empty, don’t show the link.

LinkUrl – If supplied, will show a link to this url at the bottom of the control. If not supplied, no link will show.

LinkText – If supplied, and LinkUrl is supplied, this is the text for the link. If no supplied, the LinkUrl itself should be used for the text.

ShowProfileStatusThreshold – This is a number beyond which the profile completeness progress bar is not show. For example, if this value is set to 75, and the user has only completed 50% of their profile, the progress bar will show. But if the user profile completeness value is 75 or more, it will not show. The default is 30.

ShowPicture – If true (default) will show the picture of the user specified by MemberKey if a picture exists, or will show the default silhouette picture of the user does not have one, depending on the setting of ShowDefaultPictureIfNone; if false will not show any picture.

ShowDefaultPictureIfNone – If true (default) will show the default (silhouette) picture if the user doesn’t have a profile picture; if false will only show a picture if the user has one.

ShowLinkIfShowingProfile – If true (default) shows the link even if the profile progress bar is showing. If false, does not show if the profile progress bar is showing.

ShowAsButtonIfNotLoggedIn – If true (default) and the user in not loggedin, shows the login as button. If false, shows the login as link.

ShowProfileLink – If true (default), shows the profile link.

ProfileLinkText – If supplied, this is the text for the profile link. If not specified, use "Profile".

ShowCommunitiesLink – If true (default), shows the Communities link.

CommunitiesLinkText – If supplied, this is the text for the Communities link. If not specified, use "Communities".

ShowLogoutLink – If true (default), shows the logout link.

LogoutLinkText – If supplied, this is the text for the logout link. If not specified, use "Logout".

ShowUnreadMessageCount – Whether or not to show the unread message count of the current loggedin user.

UnreadMessagesFormat – If supplied, this is the text for the Unread messages format link. If not specified, use "{0} unread messages".

ImageMaxWidth – Set the profile image width. if not supplied, use the default value 50.

ImageMaxHeight – Set the profile image height. if not supplied, use the default value 50.

LoginImageURL – Sets the LoginImageURL value.

LoginUrl – Sets the LoginUrl.

LogoutLink – Sets the logout link.

MenuLink1PageCode – Sets the MenuLink1PageCode.

MenuLink1Text – Sets the menuLink1 Text.

MenuLink1Url – Sets the MenuLink1 Url.

MenuLink2PageCode – Sets the MenuLink2PageCode.

MenuLink2Text – Sets the MenuLink2Text value.

MenuLink2Url – Sets the MenuLink2Url value.

ProgressBarWidth – Sets the ProgressBarWidth. Default value is 200.

ShowLoggedInLink – If true(default), shows the ShowLoggedInLink.

ShowProfileCompleteness – If true(default), shows the ShowProfileCompleteness.

Target – The target window or frame in which to the page associated with any of the links back to the HL site (e.g., the Profile, the Document, the Library, etc.) All will open in this window or frame.

UpdateProfileLinkText – Sets the UpdateProfileLinkText. Default value is Update your profile.