changing breadcrumb widget "home"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2017 01:02 PM
In the ootb breadcrumb widget, there' s a part in the HTML for Home that looks like this:
<li><a ng-href="?id={{portal.homepage_dv}}">${Home}</a></li>
Where does portal.homepage_dv get set? I'm confused how this knows to take the user back to the homepage designated for the current Service Portal. How would I edit the code so that the Home doesn't take you to the main homepage of the portal, but rather the main page of a particular section. For example, I have the kb_category page link off of a page I created called "I Need Help". For the Home link in the breadcrumb, I'd rather that take the user back to I Need Help, rather than the main homepage of my portal. Any suggestions?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 08:22 PM
This is an older thread, so maybe some of you guys figured it. However, i ran into a similar requirement and figure the home page is set within the portal's settings:
The "Homepage" field controls what this page would be. If the "home" for the breadcrumbs vary based on topics etc, then multiple breadcrumb widgets need to be configured, and this field could be hardcoded.