[TYPO3-english] RealURL Language Switch for Extbase Extension

Jan Bednarik info at bednarik.org
Tue Nov 3 22:00:42 CET 2015


Hi,

you will need to manually add the detail item to the end of the 
breadcrum menu.

This would be for tt_news detail:

[globalVar = GP:tx_ttnews|tt_news > 0]
lib.rootline.20 = RECORDS
lib.rootline.20 {
   dontCheckPid = 1
   tables = tt_news
   source.data = GP:tx_ttnews|tt_news
   conf.tt_news = TEXT
   conf.tt_news.field = title
   conf.tt_news.wrap = <li>|</li>
}
[GLOBAL]

expecting that lib.rootline = COA and lib.rootline.10 = HMENU

Regards

Jan

Dne 3. 11. 2015 v 10:14 Bernhard Schenkenfelder napsal(a):
> Thank you, Jan! I had to add
>
> addQueryString = 1
> addQueryString.method = GET
> addQueryString.exclude = id, L
>
> in order to make the language switch work.
>
> However, since addQueryString only works for special=language, the above
> lines of code didn't fix the breadcrumb nav.
>
> Any ideas?



More information about the TYPO3-english mailing list