login
register
While redirects are not recommended, the register form shortcode does accept a redirect_to attribute which allows you to specify a redirect URL upon successful registration:
user profile
While this page is considered optional in terms of the plugin’s operation of blocking content, it is a recommended page to set up. This page allows logged in users to change their password (helpful for changing the random password sent by the default plugin setup) and also update their registration information. Also on this page, a user that is not logged in can reset a forgotten password.
This shortcode has an additional parameter to hide the registration form if desired:
Note: If individual components of this page’s processes are desired, you can use and coupled with the and shortcodes.
user_edit
The user_edit parameter will establish the necessary form for a user to edit their registration information, not including changing their password. Since this is only relevant to users who are logged in, it is recommended that this be used in conjunction with the logged in status shortcode.
NOTE: This is a single component of the user profile page, so if you have a user profile page already established, you do not need this page as well. This shortcode is for site admins that might desire a more granular level of control over how these elements are used.
password
The password parameter will generate a password reset form for users who are not logged in and a change password form for logged in users. It can be used in conjunction with the logged-in and/or logged-out status shortcodes as well.
NOTE: These functions are also a component of the shortcode, so if you have a user profile page already established, you do not need this page as well. This shortcode is for site admins that might desire a more granular level of control over how these elements are used.
forgot username
Displays the forgot username form. Best used in conjunction with the logged-out status shortcode.
NOTE: This is a single component of the user profile page, so if you have a user profile page already established, you do not need this page as well. This shortcode is for site admins that might desire a more granular level of control over how these elements are used.
TOS
https://blog.xn--danielmller-zhb.net/http://yoursite.com/your-tos-page
This is a special shortcode for the TOS (Terms of Service) dialog, located in the plugin settings under the dialogs tab. It is only used within the TOS dialog and is not actually used on a page. This shortcode requires an additional parameter indicating the url of your Terms of Service.
user list
[wpmem_ul]
The user-list shortcode is an integration with the WP-Members User List premium add-on module. When the module is installed, the shortcode allows you to create a page (or set of pages) containing user information, much like a member directory. Options include navigation, search, and the number of users to display per page. This shortcode can be used more than once in the site and with the various parameters available could be used to do things like create separate lists of users and authors, etc.
These parameters available to the shortcode are optional:
- role: determine the fole of the user to list (such as subscriber, author, etc). The default is to display all roles.
- number: the number of users that will be displayed per page. Must be a number. The default is 10.
- search: determines whether or not to display the search form. The default is true. Setting to “false” turns it off.
- nav: determines whether or not to display the navigation links (prev/next). The default is true. Setting to “false” turns it off.
[wpmem_ul search=false nav=false number=5]
(Note: Any of the optional parameters that are included when the shortcode is used will override that particular setting as it is set in the User List options tab. This is intended for users who may have multiple kinds of lists on their sites with different settings.)