Tags:
create new tag
view all tags

SID-00875: BreadCrumbs not showing

Status: Answered Answered TWiki version: 5.0.0 Perl version: Perl v5.10.0
Category: CategorySkin Server OS: Ubuntu 8.10 Last update: 12 years ago

Just finished an upgrade to TWiki 5, and the first thing I note is that the bread crumbs do not show up anymore. I want to be able to show the full path to the topic - what do I need to do to turn this feature on?

Thank you so much.

-- SomikRaha - 2010-06-24

Discussion and Answer

The breadcrumb is now embedded in the menu-bar of the TopMenuSkin, see visual example on this topic:

breadcrumb.png

You see Home > Support web > P > View depicting the breadcrumb. Hover over the P and View to get more info on parent(s) and topic, respectively. This saves previous real estate.

How to get the old breadcrumb back:

The templates/view.topmenu.tmpl removes the breadcrumb defined in templates/view.pattern.tmpl:

%TMPL:DEF{"top"}%%TMPL:END%

You can restore the breadcrumb:

%TMPL:DEF{"top"}%<div class="patternTop"><span class="patternHomePath twikiLeft">%TMPL:P{"breadcrumb"}%</span><!-- /patternHomePath--><br class="twikiClear" /></div><!--/patternTop-->%TMPL:END%

Create a custom template so that you will not lose your modification on a later upgrade. Details in PatternSkinCssCookbook.

-- PeterThoeny - 2010-06-24

Thanks!

-- SomikRaha - 2010-06-24

How to set breadcrumbs globally?

-- Madhuri Yevale - 2013-06-19

Madhuri, please read the fine manual: PatternSkinCssCookbook and TWikiSkins.

-- Peter Thoeny - 2013-06-21

      Change status to:
ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
SupportForm
Status Answered
Title BreadCrumbs not showing
SupportCategory CategorySkin
TWiki version 5.0.0
Server OS Ubuntu 8.10
Web server Apache/2.2.9
Perl version Perl v5.10.0
Browser & version

Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2013-06-21 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.