Hello Community,
Does somebody know how to disable the pagination of replies of a Topic?
Solved! Go to Solution.
@benja-granados. Do you really want to disable it?
It will not let users to paginate to new replies/comments on topics
Still, If you want to remove them, check these components listed below, in your "ForumTopicPage.quilt".
<component id="message-pager"/>
<component id="thread-pager"/>
This will remove pagination permanent from every forum topic page.
I would suggest to hide it using the css.
.ForumTopicPage .lia-paging-pager.lia-discussion-page-message-pager.lia-component-message-pager{
display: none;
}
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!