-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] make news detail page navigation display next and prev news… #390
Conversation
7f480a1
to
3c11f82
Compare
… item title & date
3c11f82
to
ef418c5
Compare
</f:link.page> | ||
</div> | ||
</f:if> | ||
</f:then> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this tag </f:then>
is not needed - cause errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, could you explain how to enable navigation for next and prev news in detail view template? I would like to test it, but can't find this feature :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean "plugin.tx_news.settings.detail.showPrevNext = 1" in EXT:theme_t3kit/Resources/Private/Extensions/News/TypoScript/setup.ts? It should be enabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you still have problems to test it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I still can't enable those links, looks like I am missing some config ... :(
But I decided to merge it without testing, hope that everything should be ok. Thanks for the help!
</f:link.page> | ||
</div> | ||
</f:if> | ||
</f:then> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I still can't enable those links, looks like I am missing some config ... :(
But I decided to merge it without testing, hope that everything should be ok. Thanks for the help!
… item title & date