This is a discussion on Pagenation show 20 pages within the Technical Support forums, part of the Technical Support Forums category; Hi, in pagenation.php i have changed this Code: $firstpage=max(1,$pageNum-2); $lastpage=min($maxPage,$firstpage+20); for($i = $firstpage; $i <= $lastpage; $i++) only the 20 ...
|
|||||||
This topic is resolved.If you have a similar issue that this thread does not address, open a new related support topic. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Genius At Work
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,085
Rep Power: 33
|
__________________
Nick Bowers 68c v4.1.10 Developer Custom Template |
|
|
|
|
#2 |
|
Genius At Work
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,085
Rep Power: 33
|
__________________
Nick Bowers 68c v4.1.10 Developer Custom Template |
|
|