For example, here on meta.osqa.net the pagination is like this:
1 2 3 4 5 ... 72
I'd like to decrease the number of items on my site to something like this:
1 2 3 ... 72
asked 20 Feb, 08:50
Michael1 66●2●5●11 accept rate: 0%
Any thoughts?
It's hard coded in forum/utils/pagination.py:
class PaginatorContext(object): visible_page_range = 5
answered 28 Feb, 04:38
Danny Thomas 765●10●14 accept rate: 40%
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
Tags:
customization ×44
Asked: 20 Feb, 08:50
Seen: 205 times
Last updated: 28 Feb, 04:38
The OSQA website and OSQA wiki are great resources to help you learn more about the OSQA open source Q&A system. Join the OSQA chat!
Custom FAQ and ABOUT pages
Can badges be represented by images instead of labels?
How to change the width of sidebar?
How do I edit the text that is served in an RSS feed?
How do I customize the digest email?
Request: OSQA customization
Is it safe to add links to the header this way?
Is there a customization guide?
How to do a custom home page
Can URL's (to answer, etc) be provided in the notification EMail plaintext ?
powered by OSQA
Any thoughts?