[TYPO3-english] Some Typoscript menus from 4.5 not working on 6.2
Markus Klein
klein.t3 at mfc-linz.at
Fri Jul 11 11:04:03 CEST 2014
Only a rough guess, but
stdWrap.cObject = CASE
stdWrap.cObject {
key.field = doktype
default = HTML // <<<<-------------- HTML does NOT EXIST anymore!
default {
value {
field = nav_title
typolink {
parameter.field = uid
wrap =|
}
It should be:
default = TEXT
default.value.field = nav_title
default.typolink.....
Kind regards
Markus
------------------------------------------------------------
Markus Klein
TYPO3 CMS Active Contributors Team Member
> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
> bounces at lists.typo3.org] On Behalf Of Viktor Livakivskyi
> Sent: Friday, July 11, 2014 10:43 AM
> To: typo3-english at lists.typo3.org
> Subject: [TYPO3-english] Re: Some Typoscript menus from 4.5 not working
> on 6.2
>
> Hi, Bernd
>
> > the complete rendering of stdWrap.cObject is missing.
> > on a second sight: stdWrap only is a container for other functions and
> > no object by itself. so I would consider the construct
> > stdWrap.cObject
> > as failure (and output from earlier TYPO3 versions as bug ;) ).
>
> Sorry, but I think, you're not right here. It is possible to have
constructions
> like this. It is even part of the docs [1].
>
> [1]
> http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Stdwrap/I
> ndex.html#stdwrap-cobject
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list