[TYPO3] HELP! Losing hair. Was: Can't have different NOs with different types/heights in GMENU?

JoH info at cybercraft.de
Thu Oct 11 13:10:47 CEST 2007


> With allStdWrap you can use the COA directly but then you will loose
> the options of having imgParams, ATagParams and other stuff that is
> available for GMENU items and you will have to do the linking by
> yourself.
> NO {
>    allStdWrap.cObject = COA
>    allStdWrap.cObject {
>        10 = IMG_RESOURCE
>
> HTH - not tested though

And of course not correct ;-)

since allStdWrap is no imgResource you have to use IMAGE instead:

NO {
   allStdWrap.cObject = COA
   allStdWrap.cObject {
       10 = IMAGE
    # ....

HTH

Joey 




More information about the TYPO3-english mailing list