• Resolved superaktieboy

    (@superaktieboy)


    I’m getting the following HTML output:

    <li class="breadcrumb bc-site-home"><a href="https://hosh.info" title="Go to Home.">Home</a></li><li class="breadcrumb bc-bug-library-bugs-root post-bug-library-bugs"><a title="Go to Bug Tracker." href="https://hosh.info/bugs/">Bug Tracker</a></li><a title="Go to Menu Management Enhancer." href=""><li class="breadcrumb bc-bug-library-products"><a title="Go to the Menu Management Enhancer Products archives. test" href="https://hosh.info/bugs/products/mmenhancer/">Menu Management Enhancer</a></li></a><li class="breadcrumb bc-post-bug-library-bugs current-item bc-no-link">Test some issue</li>

    Which when shown properly translates to:

    <li class="breadcrumb bc-site-home"><a href="https://hosh.info" title="Go to Home.">Home</a></li>
    <li class="breadcrumb bc-bug-library-bugs-root post-bug-library-bugs"><a title="Go to Bug Tracker." href="https://hosh.info/bugs/">Bug Tracker</a></li>
    <a title="Go to Menu Management Enhancer." href="">
    <li class="breadcrumb bc-bug-library-products"><a title="Go to the Menu Management Enhancer Products archives. test" href="https://hosh.info/bugs/products/mmenhancer/">Menu Management Enhancer</a></li>
    </a>
    <li class="breadcrumb bc-post-bug-library-bugs current-item bc-no-link">Test some issue</li>

    As you can see it somehow adds an extra anchor for no reason.
    I’m using the latest version..

    It’s probably a bug? If you need more info let me know.
    For the configuration everything is same except:
    I’ve added <li class="breadcrumb bc-%type%"> and </li> to all the templates
    And Current Item > Paged Breadcrumb has been selected.

    And I’m using the latest stable version.

    Hosh

    PS: It would be good to add some actions/filters to all elements and a prepend and append text/html feature.

    https://www.ads-software.com/extend/plugins/breadcrumb-navxt/

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author John Havlik

    (@mtekk)

    Seems that I inadvertently broke something regarding the migration script, I have ‘reset’ settings in my testbed now too. I’ll look into this.

    As for non-public types, those will be hidden (with ability to show via a filter) in the next version (working name/branch ‘actor’).

    Thread Starter superaktieboy

    (@superaktieboy)

    Cool! I should get updates once they’re pushed to github so I’ll keep you up to date. If I find any more bugs, I’ll submit a new issue on Github.

    Plugin Author John Havlik

    (@mtekk)

    Sounds good. BTW, I have been developing out of the ‘actor’ branch so you may want to pull from that for the absolute latest. When things are solidified it will merge back into master (within a week or so).

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Wrong HTML output’ is closed to new replies.