breadcrumbs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
breadcrumbs [2013-01-04 20:00] – [Problems] 78.52.132.148 | breadcrumbs [2024-08-28 09:14] (current) – old revision restored (2021-10-02 19:41) saggi | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Breadcrumbs ====== | ====== Breadcrumbs ====== | ||
- | In [[DokuWiki]] you never get lost because you always leave some breadcrumbs behind which show you the way back. | + | In [[DokuWiki]] you will never get lost because you always leave some breadcrumbs behind which show you the way back. |
===== Breadcrumb Types ===== | ===== Breadcrumb Types ===== | ||
Line 10: | Line 9: | ||
==== Tracking Breadcrumbs ==== | ==== Tracking Breadcrumbs ==== | ||
- | This is the default. Breadcrumbs display a list of pages you just visited in a wiki. This makes most sense for pages with a flat [[namespace]] hierarchy. Tracking Breadcrumbs are prefixed with the word '' | + | This is the default. Breadcrumbs display a list of pages you just visited in a wiki. This makes most sense for pages with a flat [[namespace]] hierarchy. Tracking Breadcrumbs are prefixed with the word '' |
The number of tracking breadcrumbs to be shown can be set with the [[config: | The number of tracking breadcrumbs to be shown can be set with the [[config: | ||
Line 23: | Line 22: | ||
* [[config: | * [[config: | ||
* [[config: | * [[config: | ||
+ | |||
+ | ==== Breadcrumb Prefixes ==== | ||
+ | |||
+ | * The text blocks '' | ||
+ | * How and where the breadcrumb block is rendered is mainly the responsibility of the template. | ||
+ | * The [[template]] [[template: | ||
+ | * If you'd like to customize it in your [[plugin]] of choice | ||
+ | * ask the author, to make it customizable, | ||
+ | * or find the string in the template and overwrite it as a quick hack to get what you want | ||
+ | * or alternatively try to see what the [[localization]] has to offer in that regard. | ||
Line 29: | Line 38: | ||
The breadcrumbs are stored in the user session. [[Template]] developers should make sure to provide space for both types of breadcrumbs by using the '' | The breadcrumbs are stored in the user session. [[Template]] developers should make sure to provide space for both types of breadcrumbs by using the '' | ||
- | ===== Problems ===== | ||
- | By setting some options in the php.ini file, breadcrumbs doesn' | ||
- | |||
- | ---- | ||
- | |||
- | On my production server, anonymous users only saw a breadcrumb trail of 1 page: the current page. To allow them to see the complete trail of $conf[' | ||
- | |||
- | <code php> | ||
- | if(!$silent) msg($lang[' | ||
- | // | ||
- | auth_logoff(true); | ||
- | return false; | ||
- | </ | ||
- | |||
- | Now both anonymous and logged in users see the breadcrumb trail.\\ | ||
- | [John, 2009-10-26] | ||
- | |||
- | Note: In Dokuwiki "Adora Belle" the code to change is on line 221. |
breadcrumbs.1357326006.txt.gz · Last modified: 2013-01-04 20:00 by 78.52.132.148