Hi Denis,
Hiding the new "Notifications" tab is actually accomplished by adding it to the $$sc_HideMenuItems list in the "Load Calendar Settings - On Startup" script as mentioned in the documentation here:
https://www.seedcode.com/pmwiki/index.p ... lendarTabsYou can also hide individual items in the menu, such as "Contact Us", using the same method.
You might want to add an IF statement in that section of the script so the menu items are only hidden for users that are NOT admins, as there will be tips and new features announcements in there that devs/admins may want.
Hope that helps!
KC