EthosCE provides two methods to create links to user-specific pages such as transcripts or profiles.

1. "My" Links 

The path "/my/" can be used in links and will be replaced with a user's user ID (UID) after login. For example, if an anonymous user clicks a link to /my/edit/profile, after the user will be redirected to /1234/edit/profile where 1234 is the user's UID.

Examples:

These paths may be added to menu items.

If sending these links in an email, be sure to include the domain. For example, https://example.com/my/edit/profile.

2. Tokens

Tokens will only work when a user is logged in. Thus, they cannot be shared with anonymous users. An example use case would be to add a menu item that will only be available to logged-in users.

To create a menu item that will link to a user's transcript

  1. Navigate to Menu Items

  2. Click the "+ Add link."

  3. Type in a machine-readable name in the "Machine-readable name" field.

  4. Type in a "Menu link title." This title will appear in the main navigation.

  5. Type in "user/[current-user:uid]/activities" in the "Path" field.

  6. Check the "Use tokens in title and in path"  checkbox.

  7. Set "Method for Users" to "User from context."

  8. Click on the dropdown under “Parent link” and select the link you would like your page to appear beside or beneath. “<Main menu>” is typically where the main navigational items are listed.

  9. Click "Save."