typoscript - in TYPO3 6.1 and tx_news, how to enforce language of displayed posts -
i have following ts based on manual display tx_news list / latest view via typoscript.
temp.latestnews = user temp.latestnews { userfunc = tx_extbase_core_bootstrap->run extensionname = news pluginname = pi1 switchablecontrolleractions { news { 1 = list } } settings { limit = 5 detailpid = 123 overrideflexformsettingsifempty := addtolist(detailpid) startingpoint = 456 } }
in contrary when using plugin, translations displayed. there should posts current language. can't find setting enforce that. or wrong?
Comments
Post a Comment