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's gravatar image

Michael1
662511
accept rate: 0%

Any thoughts?

(27 Feb, 14:24) Michael1

It's hard coded in forum/utils/pagination.py:

class PaginatorContext(object):
    visible_page_range = 5
link

answered 28 Feb, 04:38

Danny%20Thomas's gravatar image

Danny Thomas
7651014
accept rate: 40%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×44

Asked: 20 Feb, 08:50

Seen: 205 times

Last updated: 28 Feb, 04:38

powered by OSQA