[TYPO3-english] Breadcrumb tt_news title not translated
Sinisa Mitrovic
sinisa.mitrovic at avisto-eastern.com
Thu Oct 23 13:43:58 CEST 2014
Hello Toni,
Try to add: languageField = sys_language_uid like:
20 = RECORDS
20{
tables = tt_news
dontCheckPid = 1
*languageField = sys_language_uid*
source.data = GP:tx_ttnews|tt_news
conf.tt_news = TEXT
conf.tt_news.field = title
wrap = <li> | </li>
}
Best regards,
Sinisa Mitrovic
On 10/23/2014 1:27 PM, Toni Andric wrote:
> Hey guys,
>
> i have this TS for my breadcrumb menu, all works fine, but my
> translated news title is not displayed in breadcrumb, just the
> orignial title.
>
> Can some1 help?
>
> Breadcrumb TS:
>
>
>
> lib.breadcrumb = COA
> lib.breadcrumb {
> wrap = <section class="breadcrumb"><div class="row "><ul
> class="breadcrumb-menu"><i class="fa fa-home"></i> |
> </ul></div></section>
>
> 10 = COA
> 10{
>
> 10 = HMENU
> 10 {
> special = rootline
> special.range = 0|-1
> 1 = TMENU
> 1.noBlur = 1
> 1.target = _self
> 1.wrap = |
> 1.NO {
> #doNotLinkIt = 1
> stdWrap.field = nav_title // title
> ATagTitle.field = nav_title // title
> #ATagParams = class="breadcrumb"
> linkWrap = <li> | </li>
> }
> }
> }
>
> 20 = RECORDS
> 20{
> tables = tt_news
> dontCheckPid = 1
> source.data = GP:tx_ttnews|tt_news
> conf.tt_news = TEXT
> conf.tt_news.field = title
> wrap = <li> | </li>
> }
> }
>
>
More information about the TYPO3-english
mailing list