- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2018 05:23 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2018 05:30 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2018 06:43 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2018 10:08 AM
Seems to have worked, but the only real test will take some time. Thanks for your help!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2020 09:15 AM
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>