[TYPO3] Breadcrumb as hierarchical <ul> [solved]

Tyler Kraft tyler.kraft at netefficiency.co.uk
Thu Jul 17 13:01:30 CEST 2008


No I think you'd get a rootline menu if you did it right. This isn't 
tested but I think'd work.


HMENU{
	enteryLevel=0
	1 = TMENU
	1{
		noBlur=1
		wrap = <ul>|</ul>
		NO{
			doNotLinkIt=1
			doNotShowLink=1
		}
		ACT=1
		ACT{
			wrapItemAndSub = <li>|</li>
			stdWrap.field = nav_title//title
         		ATagTitle.field = nav_title // title
		}
		CUR=1
		CUR{
			allWrap = <li>|</li>
			stdWrap.field = nav_title//title
			doNotLinkIt=1
		}
	}
	2 <.1
	3<.2
	4<.3
	5<.4
	6<.5
	7<.6
	8<.7
}



Xavier Perseguers wrote:
> Hi,
> 
>> Glad you've gotten it working and forgive me -  but couldn't you do 
>> the same thing using a normal HMENU and entryLevel and then making use 
>> of NO, ACT, CUR and various tmenuitem settings??
>>
>> Just a thought...
> 
> No, as explained in a previous mail, when I try to do this, I get a full 
> menu, not only the rootline. I should investigate a bit further and 
> better understand from core code how the rootline is really constructed 
> and in what it differs from a standard menu.
> 
> I find the TSREF not really clear about special menu configuration...
> 


More information about the TYPO3-english mailing list