Welcome Guest, Not a member yet? Register   Sign In
How can I increase the number of links shown by the pagination class?
#1

[eluser]php_princess[/eluser]
My pagination never shows more than 5 links even if there are dozens of pages.

Example: < 3 4 5 6 7 >

It's really a burden when there is a specific page somebody is trying to get to.

How can I make it so it shows more links?
#2

[eluser]Krystian[/eluser]
$config['num_links'] = 2;
The number of "digit" links you would like before and after the selected page number. For example, the number 2 will place two digits on either side, as in the example links at the very top of this page.
#3

[eluser]php_princess[/eluser]
That worked. Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB