User Specific Navigation
Last Updated:
PocketPlatform apps include two navigation menus, one static navigation that directs users to the main features of the app and a second user specific navigation. The User Specific Navigation is accessible from the upper right corner of the app and is available for both logged out and logged in users.
Guest Users
A user that is not logged into the app will see links to:
- Login (the app’s primary login screen with options to login with phone number, email or password)
- Settings (the screen where a user can toggle notifications and analytics on/off)
- Privacy Policy
- Terms of Service
Logged In Users
Logged in users will see, at minimum, links to the following:
- Manage My Profile (the screen where a user can update their profile photo, username, password, et al.)
- Settings (the screen where a user can toggle notifications and analytics on/off)
- Privacy Policy
- Terms of Service
In addition, users can be presented with other links as determined by a customizable stored procedure running on your MinistryPlatform server. By default, the stored procedure is configured to conditionally show users links to the following:
- My Favorite Sermons (list of sermons where the user has clicked the favorite icon ♥)
- My Groups (list of Groups for which the user is a member and the Group has been enabled for Group Management)
- My Badges (list of Gamified Journeys and Milestone Badges earned by the user)
- My Group Chat (list of Groups for which the user is a member and the Group has been enabled for the Group Chat Tool)
TIP: You can customize the User Specific Navigation by editing the api_PocketPlatform_getRightNav Stored Procedure. Use your own custom logic to determine what links are shown to your users based on the data available about the user in MinistryPlatform. Reference the App Links KB Article for ideas on what screens can be loaded.