SID-01319: Removing twiki from the breadcrumb header
| Status: |
Answered |
TWiki version: |
5.0.1 |
Perl version: |
5.0000 |
| Category: |
CategoryTemplates |
Server OS: |
Linux Turnkey applicance |
Last update: |
14 years ago |
Hi,
I'm a noob to twiki and not great with Linux , but i did manage
to setup and configure a twiki site from my company's intranet.
The question I have is how to remove the 'twiki' link from the breadcrumb... example
TWiki > Codev >
FeatureEnhancementRequest >
HowToShowParentTopics >
BreadCrumbs
I would like to just start at the Codev >> crumb...Especially since they
login in at the Codev subweb...
Thank you...
--
CarloSiegfried - 2011-11-03
Discussion and Answer
It looks like you are using the
PatternSkin and not the
TopMenuSkin. For PatternSkin, overload the
%TMPL:DEF{"breadcrumb"}% in
templates/view.pattern.tmpl. For easier upgrade later on don't change that file, but overload it. You can do that either with a new skin that you pre-fix (see
TWikiTemplates), or with a USERLAYOUTURL (see
PatternSkinCssCookbook).
--
PeterThoeny - 2011-11-03
OK, Thanks .
I got it. Found it easier to just edit the 'view.twikinet.tmpl' template and
remove reference to the Twiki wikitoolname in the Breadcrumbs.
I'll just made a note of the modification for later upgrades to twiki.
--
CarloSiegfried - 2011-11-08
--
PeterThoeny - 2011-11-08
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.