Support Forums

Pagenation show 20 pages

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 ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

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
Old 08-05-2009, 08:41 AM   #1
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,085
Rep Power: 33
bowers01 is on a distinguished road
Default Pagenation show 20 pages

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 so it will show 20 pages, but it will only do this when you are on the first page.
So it looks like this http://everythingsfree.org/image//im...pagenation.jpg but once you get to page 6 it looks like this http://everythingsfree.org/image//im...agenation2.jpg and once you get to page 8 it looks like this http://everythingsfree.org/image//im...agenation3.jpg
I cant see anything else to change.
Any ideas?
Cheers,
Nick
__________________
Nick Bowers
68c v4.1.10 Developer Custom Template
bowers01 is offline  
Old 08-05-2009, 08:43 AM   #2
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,085
Rep Power: 33
bowers01 is on a distinguished road
Default

never mind i figured it out.
I just had to change $firstpage=max(1,$pageNum-2); to $firstpage=max(1,$pageNum-20);
spent ages trying to figure it out then as soon as i posted it i seen the soulution.
Nick
__________________
Nick Bowers
68c v4.1.10 Developer Custom Template
bowers01 is offline  
Closed Thread

Thread Tools
Display Modes



All times are GMT -4. The time now is 12:39 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0