[TYPO3-english] Deeper levels on sub navigation

RDE - Gert Redlich gr2 at ipw.net
Fri Jun 27 11:33:55 CEST 2014


Developer schrieb:
> Thanks!
> 
> I am sorry, but I have no experience with Typo - could you please 
> exlpain where I should put this code?
> I guess somwhere inside the template edit?
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> 

Hi Joe,

for your first test - use this typoscript code
in the "template setup" of your main page:


# -----------------  das ist die Femuwi Navigationsspalte links ---------------
Wrap = |<span class="hidden">.</span>

temp.NAVISPALTE  = HMENU
temp.NAVISPALTE {
		1 = TMENU
		1 	{
		noBlur = 1
		wrap = <ul>|</ul>
		IProcFunc = user_IProc_dfn

		NO = 1
       		NO.wrapItemAndSub = <li>|</li>
		## Sonderzeichen umwandeln
		NO.stdWrap.htmlSpecialChars = 1
       		NO.ATagBeforeWrap = 1
		NO.ATagTitle.field = abstract // description // title // subtitle

		ACT < .NO
		ACT = 1
		ACT.ATagTitle.field = abstract // description // title // subtitle

       			CUR < .NO
       			CUR.allWrap = <strong>|</strong>
       			CUR.wrapItemAndSub = <li>|</li>
       			CUR.doNotLinkIt = 1
       			CUR.stdWrap.htmlSpecialChars = 1

       			IFSUB < .NO
       			#IFSUB.linkWrap = {$mainMenuIfsubLinkWrap}

			SPC = 1
			SPC	{
				#linkWrap = |
				allWrap=<div class="menu_spacer"></div>
				doNotShowLink = 1
				doNotLinkIt = 1
				}
     			}
		2 < .1
		3 < .1
		4 < .1
		5 < .1
		6 < .1
}

if you like to see, how this looks in a real TYPO3 page, look here:

http://www.fernsehmuseum.info/fernsehnorm-pal.html


you need to add a css design to the menue

wenn Du mehr Hilfe brauchst, dann einfach anrufen

-- 

mit freundlichen Grüßen
Dipl.Ing.Gert Redlich



More information about the TYPO3-english mailing list