[OzzModz] Breadcrumb Essentials

[OzzModz] Breadcrumb Essentials 2.0.0

No permission to download
Hmm, go to dndotca to see it work.



On every thread there is a way back home, setup is here:




Additionally you should be able to return home from every page without an addon by clicking your site logo.

That is in the board settings.
My home is a page. The logo goes to that page not the index, which is correct imo.
I don't want the home of the breadcrumbs to go to the forums that would be unexpected.
I need something like
Home > Forums > Node > Thread
Or better:
Forums > Node > Thread
Since the logo is already home.

I don't know if that can be setup without add-on specially on mobile too.
 
My home is a page. The logo goes to that page not the index, which is correct imo.
I don't want the home of the breadcrumbs to go to the forums that would be unexpected.
I need something like
Home > Forums > Node > Thread
Or better:
Forums > Node > Thread
Since the logo is already home.

I don't know if that can be setup without add-on specially on mobile too.

Easily changed in the link I provided in my previous post.

You can even change the name of the root breadcrumb which for me is DN


Screenshot (40).webp
 
extra.less to have same thumbnails on mobile than desktop:
Code:
@media (max-width: 480px) {
   
    .p-breadcrumbs>li {
        display: block;
    }
    .p-breadcrumbs>li:before {
    display: none;
    }
       
    .p-breadcrumbs>li:after {
    display: inline-block;
    }
}

This navigation is so much better than a single "previous node" button, it fits well on any modern phone.
 
Back
Top Bottom