Hello Experts,
I have a power apps portal application, on the top breadcrumb I have few options along with the Home tab, but I need to remove the Home tab from the breadcrumb.
Quick help on this is really appreciated!!
Announcements
Hello Experts,
I have a power apps portal application, on the top breadcrumb I have few options along with the Home tab, but I need to remove the Home tab from the breadcrumb.
Quick help on this is really appreciated!!
Thanks for the solution!!!
@praneshJ you might have to change a few content snippets (header / mobile header) and change the URL there
as suggested by @justinburch, might be safer adding the JS to redirect the user to the profile/sign-in page
even by removing the links everywhere, the users may still change the URL and try to get to the home page
@praneshJ, consider adding the following to the Custom JavaScript section of your Home page.
window.location.href = "/profile";
Hi @OliverRodrigues ,
Now I have deactivated the Home tab from the top breadcrumb, but the landing of the website is still going on the Home Page,
but I need to land the user on the Users page, Rather than the below Home page.
Please comment on this.
Regards,
Hi @OliverRodrigues
Thanks for quick reply!!
it actually looks like you want to change the menu and not the breadcrums
you can do that my removing/deactivating the Home Web Link from the Default Web Link Set.. you can achieve that via Portal Studio or Portal Management App
via Portal Management app you need to open make.powerappps.com --> apps --> Portal Management
Open the Web Link Sets entity and open the Default web link set
at the links tab you will see the below, just select and delete/deactivate the Home Web Link
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hello @praneshJ.
I would edit the "Breadcrumb" web template if you want the change implemented across the entire website.
Choose "Web Templates" from the left menu in your Portals Management App.
Locate "Breadcrumb" for your website and open it.
Edit the content by adding some liquid code that only return a breadcrumb element UNLESS it's the home page.
Remember the closing {% endunless %} - and as always; refresh the cache.
You find documentation on the "Unless Control flow tag" here https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/control-flow-tags#unless
Jusy be aware that not all pages use this web template so make sure to check all your active web pages in the browser to make sure the change is consistent.
If you find pages where the "Home" link is still there try hiding it with custom Javascript on the web page properties.
Have fun!
Lucas001
60
Super User 2025 Season 1
Fubar
55
Super User 2025 Season 1
surya narayanan
35