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 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.
0
votes
if u meen the tx_news / news plz look here in the example: https://github.com/TYPO3-extensions/news/blob/master/Classes/ViewHelpers/SimplePrevNextViewHelper.php
news
or the oldertt_news
? You mention both in your question. - Jost