- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 03:11 PM
I do not want users to be able to click on the "ServiceNow" logo to take them back to the homepage. I saw where someone else posted about this and they copied the Header Menu widget and then modified it by removing the href, however, when I look at the Header Menu widget, I don't see that same code.
Does anyone know what I would need to configure / change so that clicking on the logo doesn't take the user anywhere?
Unfortunately from our main portal, we have to link to two other portals. When the users are in these other portals, it looks like they are still in the main portal (which is what we want) and so I either want to disable the link or else have it link back to the main portal. Disabling seems like the easiest option, but open to suggestions.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 03:21 PM
You need to make the change inside the header widget referenced from your theme, most likely "Stock Header". The "Header Menu" widget is what renders the actual menu inside the header, but not the header itself.
Rather than removing the hyperlink, why not just do a quick GlideRecord to fetch the "default" portal, and then link to that? Or even hard code the URL?
It's pretty standard today to click on the logo to go to the homepage, so I would advise against removing the link.
Hope that helps,
Nathan Firth
Founder and ServiceNow Architect
NewRocket, Inc.
nathan.firth@newrocket.com
http://serviceportal.io
http://newrocket.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 03:21 PM
You need to make the change inside the header widget referenced from your theme, most likely "Stock Header". The "Header Menu" widget is what renders the actual menu inside the header, but not the header itself.
Rather than removing the hyperlink, why not just do a quick GlideRecord to fetch the "default" portal, and then link to that? Or even hard code the URL?
It's pretty standard today to click on the logo to go to the homepage, so I would advise against removing the link.
Hope that helps,
Nathan Firth
Founder and ServiceNow Architect
NewRocket, Inc.
nathan.firth@newrocket.com
http://serviceportal.io
http://newrocket.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2018 07:00 AM
Ahh, I was looking in the wrong spot... thank you for the detail... much appreciated! I'll try the GlideRecord approach!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2019 11:26 AM
Can you further elaborate this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2021 01:55 PM
Here is a step-by-step video to walk you through the process of updating the service portal logo URL:
https://snowhow.ca/2021/04/int-series-portal-logo-url-redirect/
Hope this helps!
------------
The SNowBros