[TYPO3] GMENU and shortcuts

mark schoenbaechler typo3-english at lists.netfielders.de
Thu May 10 19:20:10 CEST 2007


Hi List,

I am trying to create a GMENU, where menu-items that represent shortcut-pages are visible, but with their links disabled.

I found several threads that provided some clues, but I haven't succeeded yet. I have tried following:

1) The stdWrap-approach

NO {
	nolink = 1
	stdWrap.cObject = CASE
	stdWrap.cObject {
		key.field = doktype
		4 = TEXT 
		default = TEXT
		default {
			field = nav_title
			typolink.parameter.field = uid
			typolink.extTarget.field = target
		}
}

This disables all links.


2) The globalVar-approach

[globalVar = TSFE:page|doktype = 4]
lib.menu_2.1.NO {
    noLink = 1
}
[global]

This has no effect.


I would appreciate any help.

cheers,

Mark.


More information about the TYPO3-english mailing list