[TYPO3-english] menu wrap not parsing typoscript

2011-08-22 Thread Marieke de Bruin
Hello list, I have a menu and I want to wrap the whole menu with the leveluid:1. But the wrap isn't wrapping I see just {leveluid:1} and that is not what I want. It looks like typoscript isn't parsing. The allWrap n the NO and ACT it is working perfectly but the wrap directly in the TMENU isn't.

Re: [TYPO3-english] menu wrap not parsing typoscript

2011-08-22 Thread Urs Bräm
Hi Try ... stdWrap.wrap.insertData = 1 stdWrap.wrap =| ... afaik TMENU doesn't include stdWrap by default, so you have to call it on purpose to be able to use a wrap Regards Urs Am 22.08.11 17:03, schrieb Marieke de Bruin: Hello list, I have a menu and I want to wrap the whole menu wi

Re: [TYPO3-english] menu wrap not parsing typoscript

2011-08-22 Thread Jan Bednarik
Hi, ... stdWrap.wrap.insertData = 1 stdWrap.wrap =| ... TMENUITEM.stdWrap == stdWrap to the link-text! In this case you need to use stdWrap2 - stdWrap to the total link-text and ATag. http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/ Regards Jan _

Re: [TYPO3-english] menu wrap not parsing typoscript

2011-08-22 Thread Marieke de Bruin
Thank you! The answer Urs gave works for me. Regards Marieke 2011/8/22 Jan Bednarik > Hi, > > > ... >> stdWrap.wrap.insertData = 1 >> stdWrap.wrap =| >> ... >> > > TMENUITEM.stdWrap == stdWrap to the link-text! > > In this case you need to use stdWrap2 - stdWrap to the total link-text and >

Re: [TYPO3-english] menu wrap not parsing typoscript

2011-08-24 Thread Jan Bednarik
The answer Urs gave works for me. But when you wrap link text with , you'll get invalid HTML (DIV inside A tag). Jan ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] menu wrap not parsing typoscript

2011-08-24 Thread Jan Bednarik
> The answer Urs gave works for me. But when you wrap link text with , you'll get invalid HTML (DIV inside A tag). Jan ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] menu wrap not parsing typoscript

2011-08-24 Thread Marieke de Bruin
I don't have any linktext this was just to get an extra div around the menuitems. Marieke 2011/8/24 Jan Bednarik > > The answer Urs gave works for me. > > But when you wrap link text with , you'll get invalid HTML (DIV inside > A tag). > > Jan > > __**___

Re: [TYPO3-english] menu wrap not parsing typoscript

2011-08-29 Thread Urs Bräm
But when you wrap link text with , you'll get invalid HTML (DIV inside A tag). Not in HTML5 ! :-) I started wrapping A around everything now... Urs -- Urs Bräm macht Websites --- Certified Typo3 Integrator CH-3011 Bern www.ursbraem.ch ___ TYPO3-