[TYPO3] GMENU and shortcuts

mark schoenbaechler typo3-english at lists.netfielders.de
Fri May 11 09:43:52 CEST 2007


Very cool, guys!

the allStdWrap hint worked – regarding the links. However, now my graphical titles are not rendered anymore... 

I guess I would have to add something to allStdWrap to re-enable the rendering of the bitmaps. But how?

Would you be so kind and help me once again? I would really appreciate.

cheers,

Mark.

Here's my code:

NO {
      stdWrap.htmlSpecialChars = -1
      allStdWrap.cObject = CASE
      allStdWrap.cObject {
		key.field = doktype
		4 = TEXT
		4 {
			field = nav_title
			wrap = <div class="menuL1inactive"> | </div>
		}
		default = TEXT
		default {
			field = nav_title
			typolink.parameter.field = uid
			typolink.extTarget.field = target
			wrap = <div class="menuL1off"> | </div>
		}
	}	
	
  	XY = 145, 20
	backColor = #ffffff
	10 = TEXT
	10.text.field = title
	10.text.crop = 25 | ... | 1
	10.fontColor = #333333
	10.fontFile = fileadmin/fonts/TheSansRegular.ttf
	10.fontSize = 12
	10.niceText = 1
	10.niceText.sharpen = 0
        10.niceText.scaleFactor = 5
	10.offset = 0, 16
      }


More information about the TYPO3-english mailing list