Breadcrumbs affected by UNA 13 upgrade?

During the transition to 13, we lost (they do not appear) breadcrumbs on many pages. The Forums breadcrumb menu still functions but I am not certain that the other modules use the same file structure.

Is the file structure the same as before - prior to 13? Now, I see files called: page_breadcrumb.html. And a breadcrumb.html file which merely points to another file with the same name but in another folder and with different content.

Before I lose more time, can someone confirm that the file structure for breadcrumbs is now the same as before? THANK YOU.

  • 534
  • More
Replies (2)
    • File Number 1     <bx_include_base:../modules/base/text/template/breadcrumb.html />

      File Number  2   <bx_include_base:../modules/base/general/template/breadcrumb.html />

      File Number 3     <div class="bx-base-general-breadcrumb">

          <a class ="bx-base-general-breadcrumb-home" href="__url_home__"><i class="sys-icon __icon_home__"></i></a>

          <bx_repeat:items>

              <i class="sys-icon chevron-right bx-def-margin-sec-leftright"></i><a href="__url__">__title__</a>

          </bx_repeat:items>

      </div>

      File Number 4     <div class="bx-base-text-breadcrumb">

      <a class ="bx-base-text-breadcrumb-home" href="__url_home__"><i class="sys-icon __icon_home__"></i></a>

      <bx_repeat:items>

      <i class="sys-icon chevron-right bx-def-margin-sec-leftright"></i><a href="__url__">__title__</a>

      </bx_repeat:items>

      </div>

      Four different UNA files are named: breadcrumb.html. The code in each one is above. In UNA 13, something seems to have changed. Could be just a file path. 

      Question 1 Which of the Files above are still in use? 

      Question 2 Where should they reside?

      Question 3 To implement breadcrumbs, do you still have to begin in Developer / Pages or can you use the plain Studio / Pages module?

      • Yes, things changed from 12 to 13. Leonid helped me unravel this mystery.

        In the event that your breadcrumbs (the handy menu at the top of certain pages) suddenly ceased to appear, you can remedy this by deleting or changing the name of the breadcrumb.html file in the module / template folder.

        (It's best just to remove the file. Because it can change the hash and keep the module from updating later.)

        Login or Join to comment.