Configuring the Web Settings for the Membership Listing Control

After the back office settings are complete, the listing control can be dropped on a web page. It is up to each client to determine the appropriate location of this page, and to create the menu item that will lead users to this page. See Configuring the Back Office Settings for the Membership Listing Control for more information.

 

In addition, this is NOT a standalone control, which means that in order for it to function, it needs to be incorporated into the Membership Join workflow on the web. For more information, refer to the Standalone .NET Web Controls section.

As of 7.6.1, this control can be configured to be responsive to mobile users. After adding the responsive CSS to this page, your mobile phone user will see the control on the responsive page similar to the one shown below. For more information about using this control on a responsive page, please see Making a Page Responsive.

To configure the web settings for the Membership Listing control:

1.    Add the "MembershipListingControl" to the desired page. For more information, please see Adding a .NET Web Control to a Page.
The following Control Settings display for this control, as shown below.

You can only enter 250 characters in the text fields.

2.    Configure the parameters as necessary.

3.    Click Save.

Setting

Description

Additional CSS Class for Control

This option allows you to add additional layout to the skin by developing a new DOTNETNUKE style, which requires an advanced understanding of HTML and CSS.

Error Message

The error message will display on the control for the action that was being performed at the time of the error. If left blank, the default error message, "An error occurred while performing [Insert Action]. If the problem persists, please contact the site administrator", will display. [Insert Action] will be substituted with the action the control was performing at the time of the error. If you wish to change the default error message, customize it with a PWF Parameter. See Setting up PWF Parameters for more information.

Membership Join Registration URL

You should set the PWF parameter to a value (e.g., MemberJoinRegistrationURL) that will take the user to the Membership Join Registration control on your site where he/she can register to become a member of your organization.  If this PWF parameter does not exist or you would like to create a new one, see Setting up PWF Parameters for more information.

ProductID URL Parameter

This is the default name of the parameter to read the product’s ID, but if the environment's redirection logic uses a different Query String name set it here. See Setting up PWF Parameters for more information.

RateCode URL Parameter

This is the default name of the parameter, but if the environment's redirection logic uses a different Query String name set it here. See Setting up PWF Parameters for more information.