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?

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to