User URL patterns

Last updated: February 11th 2020

ExpressionEngine not gives default URLs for the Users. In that case your page URL could be anything. This is the setting page to declare the URLs of user groups. You can set the patterns and we will handle the rest.

You can add pattern to all user groups. You can use this tags in patterns {member_id}

If You are not adding anything in the URL pattern, We will show a link as member_id only. /{member_id}

Useful Tip

Don't need to pass site url or a variable like {base_url} as we are already adding it in the URL as per the settings you have selected in General Settings.