[TYPO3-ttnews] plugin.tt_news.displaySingle.image.noImage_stdWrap

jaco graaff jaco at spacexplorer.co.za
Wed Aug 8 09:05:58 CEST 2012


Ok - this is a long time ago - but I had a similiar issue

the BUG is reported here:
http://bugs.typo3.org/view.php?id=13561

the solution is to add

###NEWS_IMAGE_1###

to your custom template for displaySingle instead of

###NEWS_IMAGE###

then in typoscript:
--------------------------------------------------------------------
plugin.tt_news {
    displaySingle {
        //imageMarkerOptionSplit = 1|*|2|*|3||3
        imageMarkerOptionSplit = 1
        imageWrapIfAny = |
        enableOptionSplit = 1
        // now you can use
        image.noImage_stdWrap {
                cObject = IMAGE
                cObject {
                file = fileadmin/images/emptyImageReplacement.jpg //or 
gifbuilder code
                wrap =|
                }
        }
    }
}

-------------------------------------------------------------------- 



More information about the TYPO3-project-tt-news mailing list