[TYPO3-german] subtitle im menü aber wie?

Andreas Broemme a.broemme at googlemail.com
Mon Aug 13 07:28:40 CEST 2007


Ich habe es so gelöst. 


##########Snipp#################
lib.mainMenu = COA
lib.mainMenu.10 = HMENU
lib.mainMenu.10 {
......
    NO.allWrap = |<span class="hidden">.</span>
    NO.allWrap.dataWrap = <span class="subtitle">{field:subtitle}</span>
    NO.wrapItemAndSub = <li>|</li>
......
    CUR.allWrap = <strong>|</strong><span class="hidden">.</span>
    CUR.allWrap.dataWrap = <span class="subtitle">{field:subtitle}</span>
    CUR.wrapItemAndSub = <li>|</li>
......
}
##############Snapp#############################

Aussehen und Positionierung mit CSS!

Klappte bei mir ganz gut. 

Gruß
A.B.

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.netfielders.de
[mailto:typo3-german-bounces at lists.netfielders.de] Im Auftrag von peda
daremes
Gesendet: Sonntag, 12. August 2007 22:46
An: typo3-german at lists.netfielders.de
Betreff: [TYPO3-german] subtitle im menü aber wie?

hi liste,

ich weiß, das thema ist schon ziemlich abgelutscht und trotz allem bin ich  
ratlos, weil ich die die subtitle nicht angezeigt bekomme. stattdessen  
wird nur title ausgegeben. ich schwöre, im feld subtitle steht garantiert  
was drinnen. im install habe ich versuchshalber unter [FE] ->  
[addRootLineFields] "subtitle" eingetragen, das auch zu keinem erfolg  
führt. vielleicht liegt's auch daran, dass ich den Skript projektbedingt  
im Entwurfs-Workspace geschrieben habe?

kann mir wer helfen?

###### skript ############

lib.menuliste = HMENU
lib.menuliste.wrap = <ul>|</ul>
lib.menuliste.special = list

[PIDinRootline = 64]
lib.menuliste.special.value = 64

lib.menuliste.1 = TMENU
lib.menuliste.1 {
	noBlur = 1
	expAll = 0
	NO = 1
	NO.wrapItemAndSub = <li>|</li>
	NO.after.field = subtitle // title
	CUR = 1
	CUR.doNotLinkIt = 1
	CUR.wrapItemAndSub = <li>|</li>
	CUR.after.field = subtitle // title
	ACTIFSUB = 1
	ACTIFSUB.wrapItemAndSub = <li>|</li>
	ACTIFSUB.after.field = subtitle //title
}

lib.menuliste.2 = TMENU
lib.menuliste.2 {
	noBlur = 1
	expAll = 0
	NO = 1
	NO.wrapItemAndSub = <li>|</li>
	CUR = 1
	CUR.doNotLinkIt = 1
	CUR.wrapItemAndSub = <li>|</li>
	ACTIFSUB = 1
	ACTIFSUB.wrapItemAndSub = <li>|</li>
}

	temp.linkeBox = COA
	temp.linkeBox {
		10 < styles.content.getLeft
		#die Menüliste ausgeben
		20 < lib.menuliste
	}
[global]

######### ende ############

danke und lg,
peda
-- 
__|
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list