Showing / Hiding Menu Icons On Logged In Status - Entegy App

Modified on Mon, 11 Jul 2022 at 01:26 PM

1. Go to your Entegy App Dashboard

2. Click on App

Click on App

3. Click on Main Menu

Click on Main Menu

4. Click on the icon you would only like to show when someone is logged into the App

Click on the icon you would like to show when logged in

5. Click Show Advanced Settings

Click Show Advanced Settings

6. Paste:

#if profile.security_code == Private

show()

#endif

#if profile.security_code == Admin

show()

#endif

hide()


Paste

7. Click on Save

Click on Save

8. Click on the icon you would only like to show when someone isn't logged into the App

Click on the icon you would like to hide when logged in

9. Click Show Advanced Settings

Click Show Advanced Settings

10. Paste:

#if profile.security_code == Private

hide()

#endif

#if profile.security_code == Admin

hide()

#endif

show()

Paste

11. Click on Save

Click on Save


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article