0
votes

I wonder how to build a prev/next navigation in detail known from tt_news. Is there no build in way in news extension? Any ideas?

2
Which extension? news or the older tt_news? You mention both in your question. - Jost
news (tx_news) - I mentioned tt_news because there its build in the way I need it. - Tobias Gaertner

2 Answers

4
votes

I updated the SimplePrevNextViewHelper for the next release of version 5.0.0. You can get it at https://github.com/TYPO3-extensions/news/blob/master/Classes/ViewHelpers/SimplePrevNextViewHelper.php. Either override the existing one or copy it to an own extension and use it from there.