We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22303 MODX Staff
    • 10,725 Posts
    This is an auto-generated topic for QuickCrumbs 1.0.0-beta3 by opengeek.

    Brief Description:


    QuickCrumbs 1.0.0-beta3 (January 31, 2011)

    • [#11] Add ability to skip containers with no content (including WebLinks/SymLinks)
    • [#1] Add support for template variables


    QuickCrumbs 1.0.0-beta2 (October 19, 2010)

    • [#2] Allow empty separator property
    • [#1] Avoid getting unpublished or deleted Resources in query
    • [#1] Fix bug with showing site_start if showSiteStart is not enabled but siteStartTpl is set
    • [#1] Add toPlaceholder property for setting output in placeholder rather than returning it
    • [#1] Add outerTpl property for defining a chunk to wrap the output
    • [#1] Give selfTpl precedence over siteStartTpl when current page == site_start
    • [#1] Add parentTitles placeholder feature for generating breadcrumb based page titles
    • [#3] Add docs to transport package so license is transported with package
    • [#2] Add missing separator property



    QuickCrumbs 1.0.0-beta (October 11, 2010)

    • Initial release.

      • 36607 ☆ A M B ☆
      • 44 Posts
      Hi

      Sorry to bother, but there is no info on github on how to use this snippet.

      Not being a developer I need a little help. Can can one give me some pointers as to how to call and use the snippet.

      Thanks
        • 22025
        • 5 Posts
        https://github.com/opengeek/quickcrumbs/wiki/Properties

        how to use :

        [[QuickCrumbs? &crumbSeparator=`|` &tpl=`crumb`]]

        crumb chunk :

        <a href="[[~[[+id]]]]" title="[[+pagetitle]]">[[+pagetitle]]</a>

        output that i get :

        Home » About Us » History Of Company

        if you dont provide tpl parameter it will print_r / var_dump all the possible properties
          • 24351
          • 15 Posts
          cool snippet smiley thanks a lot.

          just to clarify a little error in the above post...

          correct call for QuickCrumbs:
          [[QuickCrumbs? &separator=`` &showSiteStart=`0` &tpl=`crumblink`]]


          so this one does:
          - no separator
          - no startpage
          - custom link chunk

          I use a div separator, so that’s why I place it in front of my "crumblink" chunk...

          like this:
          <div class="bc-seperator"></div><div class="bc-link"><a href="[[~[[+id]]]]" title="[[+longtitle]]">[[+pagetitle]]</a></div>


          maybe it helps smiley
            • 31014
            • 11 Posts
            Thanks fellas for example usage, this will help to switch to QuickCrumbs fast.