[TYPO3] Menu - without foldout (CORRECTED)

Kristian Wind kw at hovsa.dk
Fri Jan 4 12:33:49 CET 2008


Hmmm...

The menu-item disappears when selected.

This is the code...:


# MENU 1
lib.menu1 = HMENU
lib.menu1.1 = GMENU
lib.menu1.1 {
	
	NO {
		wrap = |<br/>
		XY = 169,40

		5 = IMAGE
		5.file = fileadmin/templates/images/Veria_menupunkt.gif
		5.height = 169

		10 = TEXT
		10 {
			text.field = title
			fontFile = t3lib/fonts/vera.ttf
			fontSize = 13px
			fontColor = #999999
			antiAlias = 1
			offset = 28,22
			align = left
			niceText = 0
			doNotLinkIt = 1
		}
	}

	RO < .NO
	RO = 1
	RO {
		5.file = fileadmin/templates/images/Veria_menupunkt_b.gif
		10.fontColor = #FFFFFF
		}


	ACT < .NO
	ACT = 1
	ACT {
		5.file = fileadmin/templates/images/Veria_menupunkt_b.gif
		10.fontColor = #FFFFFF
		}
	
	ACTIFSUB = 1
	ACTIFSUB.doNotLinkIt = 1
}



Kristian

kw at hovsa.dk



Den 04/01/2008 kl. 12.10 skrev Tapio Markula:

> Kristian Wind kirjoitti:
>> Perhaps I should explain it a bit more correctly...
>>
>> I have a fold out menu:
>>
>> menu 1
>>  - menu 1.1
>>  - menu 1.2
>>  - menu 1.3
>> menu 2
>> menu 3
>> menu 4              <---  should not show a page, but only show the  
>> submenu
>>  - menu 4.1
>>  - menu 4.2
>>  - menu 4.3
>>
>> Hope it clarifies it a bit more...
>
> instead of
> ACTIFSUB.doNotShowLink = 1
>
> ACTIFSUB.doNotLinkIt = 1  - shows but not create a link
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list