Public
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Topic replies pagination

Hello Community,

Does somebody know how to disable the pagination of replies of a Topic?

 

 

2 Replies 2
Boss

@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;
}

.......
Expecting your Kudos and Accepted Solution to my replies.

Thanks @Parshant !

Welcome to the Technology board!

Curious about our platform? Looking to connect on social technology? You've come to the right place!

Are you a Khoros customer? For direct assistance from our Support team, please visit the Support Forum.