XF 2.0 Number of topic pages

Qaseem

Member
Hello

I'm not good in English language
I hope that my question is clear

the question
How can I show the numbers of topic pages to the owners of the phone?

‏‏(22)_LI.webp
 
By default that page navigation at the top is hidden on mobiles. It is still there at the bottom of the page.

To make it re-appear at the top add this to extra.less

CSS:
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
{
   display: initial;
}
Any way to change the format as it stands, for example: Page 1 of 8 - to actually show all the pages numbers? Or at least 1-10 and then "more" or something? Lazy people feel like they're having to click too much.
 
Top Bottom