CodeIgniter Forums
Just posted to wrong forum! "Click on pagination link greater than $page['num_links'] and all goes wrong" - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Just posted to wrong forum! "Click on pagination link greater than $page['num_links'] and all goes wrong" (/showthread.php?tid=30908)



Just posted to wrong forum! "Click on pagination link greater than $page['num_links'] and all goes wrong" - El Forum - 05-30-2010

[eluser]tinawina[/eluser]
Sorry - I just realized I posted this help request in the wrong forum.

See http://ellislab.com/forums/edittopic/156550


Just posted to wrong forum! "Click on pagination link greater than $page['num_links'] and all goes wrong" - El Forum - 05-30-2010

[eluser]WanWizard[/eluser]
Looks like 'num_links' is used for either side of the current page. So with a value of 20 you'll have a maximum of 41 links (20 left, 20 right, and the current page).


Just posted to wrong forum! "Click on pagination link greater than $page['num_links'] and all goes wrong" - El Forum - 06-02-2010

[eluser]tinawina[/eluser]
THANKS! You are so right and all is working great with num_links reset to '10'. Love it. Thanks again!