Project

General

Profile

Actions

Bug #42678

closed

HMENU special = rootline with FLUID Template Method

Added by Maximilian Anton Grimm over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-11-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hello,

since i am using TYPO3 CMS 4.7.5
and the FLUID Template Method
page.10 = FLUIDTEMPLATE

I can´t use the special = rootline
in my HMENU TS to create a Breadcrumb Menu.

Everything else works fine.
If i delete the special - output is a normal navigation.

USEAGE:

/layout/default.html

<f:cObject typoscriptObjectPath="lib.breadcrumb" />

TS:

lib.breadcrumb = HMENU
lib.breadcrumb {
special = rootline
special.range = 1|-1
1 = TMENU
1 {
NO.linkWrap = <li>|</li> <span class="divider">/</span>
NO.stdWrap2.noTrimWrap = | | |
CUR < .NO
CUR = 1
CUR {
linkWrap = <li class="active">|</li>
doNotLinkIt = 1
}
wrap = <ul class="breadcrumb"><li><a href="/">MY SITE</a><span class="divider">/</span> |</ul>
}
}

Actions #1

Updated by Maximilian Anton Grimm over 11 years ago

  • % Done changed from 0 to 100
Actions #2

Updated by Maximilian Anton Grimm over 11 years ago

  • % Done changed from 100 to 0
Actions #3

Updated by Maximilian Anton Grimm over 11 years ago

Ok i got it !

Before i used:

lib.breadcrumb = HMENU
lib.breadcrumb {
special=rootline
special.range = 1|-1
1 = TMENU
1 {
NO.linkWrap = <li>|</li> <span class="divider">/</span>
NO.stdWrap2.noTrimWrap = | | |
CUR < .NO
CUR = 1
CUR {
linkWrap = <li class="active">|</li>
doNotLinkIt = 1
}
wrap = <ul class="breadcrumb"><li><a href="/">MY SITE</a><span class="divider">/</span> |</ul>
}
}

NOW i´m using:

// BREADCRUMB MENÜ
lib.breadcrumb = HMENU
lib.breadcrumb {
special=rootline
special.range = 0
1 = TMENU
1 {
NO.linkWrap = <li>|</li> <span class="divider">/</span>
NO.stdWrap2.noTrimWrap = | | |
CUR < .NO
CUR = 1
CUR {
linkWrap = <li class="active">|</li>
doNotLinkIt = 1
}
wrap = <ul class="breadcrumb"><li><a href="/">MY SITE</a><span class="divider">/</span> |</ul>
}
}

I only was to stupid because i testet the startpage the hole time and there can´t be a rootline with my previous TS
Sorry for that Report - please delete - i dont know where i can do it.

Best regards

Actions #4

Updated by Jigal van Hemert over 11 years ago

  • Status changed from New to Closed

Closed per request of reporter

Actions

Also available in: Atom PDF