View Issue Details

IDProjectCategoryView StatusLast Update
0002425Composr documentation[All Projects] General / Uncategorisedpublic2017-05-02 00:14
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Summary0002425: Document catalogue breadcrumbs
DescriptionTree catalogues go back to the catalogues list after the root category.

Non-tree catalogues go back to the catalogue index after a catalogue entry then back to the catalogues list.

EXCEPT on a default site this is auto-changed via breadcrumbs.xml, which skips the use of the index and catalogues list entirely, to try and de-technialise it all...

    <!-- Simple catalogue links back to home page (most people don't want to expose catalogues technically as such) -->
    <substitution match_key="_WILD:catalogues:category">
        <link label="{!HOME}">:</link>
    </substitution>
    <substitution match_key="_WILD:catalogues:index">
        <link label="{!HOME}">:</link>
    </substitution>
    <substitution match_key="_WILD:catalogues:atoz">
        <link label="{!HOME}">:</link>
    </substitution>
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Adam Edington

2016-04-21 20:45

administrator   ~0003644

Last edited: 2016-04-21 21:13

View 4 revisions

Would also be useful to have example breadcrumbs for catalogues (which have been redirected) within zones, so that the zone itself is included.

Issue History

Date Modified Username Field Change
2016-04-19 03:43 Chris Graham New Issue
2016-04-21 20:45 Adam Edington Note Added: 0003644
2016-04-21 20:52 Adam Edington Note Edited: 0003644 View Revisions
2016-04-21 21:07 Adam Edington Note Edited: 0003644 View Revisions
2016-04-21 21:13 Adam Edington Note Edited: 0003644 View Revisions
2017-05-02 00:14 Chris Graham Status non-assigned => resolved
2017-05-02 00:14 Chris Graham Resolution open => fixed
2017-05-02 00:14 Chris Graham Assigned To => Chris Graham
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised