Notification preferences in the portal navbar

Justin Dreher
Kilo Expert

Hi all!

I have an on going issue in which the navbar dropdown menu that contains "logout" and "profile" sometimes has a link called "notification preferences." The problem is that it seems to only show up when it wants to, and goes to a page that has no functionality to our end users. I have tried to remove it from the header bar, and I can't seem to find it in there.

Where should I look to find this option, and how can I get rid of it?

Thanks!

-Justin 

1 ACCEPTED SOLUTION

Brian Lancaster
Tera Sage

Have you taken a look at the csm_profile page to see if you have a notification preferences widget on it.  If not you can remove that widget and the link should disappear.

View solution in original post

7 REPLIES 7

Yes I believe if you remove that widget the link will not show up as I do not have this widget on mine and have never seen notification preference link.

Seems to have worked, but the only real test will take some time. Thanks for your help!

Jared Spears1
Giga Contributor

In the header of your portal, you can add the following highlighted lines, replacing 'esc' with the URL Suffix of your portal:

<ul class="dropdown-menu">
<li class="header-menu-item"><a href="{{data.link}}">${Profile}</a>
</li>
<li class="header-menu-item"><a href="/esc?id=actsub_notif_pref&sysparm_domain_restore=false&sysparm_stack=no">${Notification Settings}</a>
</li>
<li class="header-menu-item"><a href="{{::portal.logoutUrl}}">${Logout}</a>
</li>
</ul>