Page 1 of 1

Hide the newest Support menu of v10.16

PostPosted: Wed Jan 10, 2018 11:10 am
by denismailloux
Hello!

I would like to hide some items or the whole Support menu that you bring in last December with version 10.16. Based on what I read on your site, I edited my CSS file with :

Code: Select all
button.btn.btn-link.btn-help {
display: none;
}


but it doesn't seem to work. What should I do?

Thanks!

Re: Hide the newest Support menu of v10.16

PostPosted: Wed Jan 10, 2018 2:28 pm
by kcembrey
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 ... lendarTabs

You 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