typo3 6.2.x - tx_news and multi-language -


i'm using typo3 6.2 , ext tx_news in multilingual installation (l=0 german, l=1 english, l=2 italian, more come). works fine if make newsrecord in standard-language , translate via localization other languages.

here problem: news should in 1 specific language, not standard language.

but if create newsrecord telling should italian example, no pictures shown in fe, neither in list- nor in detail-view. pics in record, marked "show @ list-view" (maybe wrong translated, i'm using in german), in outputted code, news-image-wrap empty:

<div class="news-img-wrap"> </div> == §0 

would pleased here!

i don't think problem of wrap.
sounds problem of translation handling. dio use translation or multilanguage?
might need record in default-language option not shown images all languages.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -