tx-news

How to set breadcrumb for tx_news TYPO3

≯℡__Kan透↙ 提交于 2019-12-01 01:59:10
I have a TYPO3 site. I need to set a breadcrumb. For news I need to show the news title inplace of 'News Detail' (Page title of news plugin). How to implement that? My code is <v:page.breadCrumb class="breadcrumb" levels="1" showCurrent="1" divider=">" showCurrent="1" entryLevel="1"/> or any other method for getting the title like <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/news">News</a></li> <li class="active"> ???????? </li> </ol> Sorry but that is not possible out of the box. The news record is not a real page and therefore must be added a bit different. Instead of

How to set breadcrumb for tx_news TYPO3

℡╲_俬逩灬. 提交于 2019-11-30 20:21:44
问题 I have a TYPO3 site. I need to set a breadcrumb. For news I need to show the news title inplace of 'News Detail' (Page title of news plugin). How to implement that? My code is <v:page.breadCrumb class="breadcrumb" levels="1" showCurrent="1" divider=">" showCurrent="1" entryLevel="1"/> or any other method for getting the title like <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/news">News</a></li> <li class="active"> ???????? </li> </ol> 回答1: Sorry but that is not possible