CodeIgniter Forums
Changing auto-generated pagination links? - 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: Changing auto-generated pagination links? (/showthread.php?tid=53975)



Changing auto-generated pagination links? - El Forum - 08-16-2012

[eluser]pluus[/eluser]
Hi, I'm struggling to figure out how to change the url format of pagination links.
Let's say my bbs page generates an url of 'board/20' for the next 20 results...
but I'd like the url to be 'board/[another number comes here]/20' to pass addition info
to the next page.

Is it possible? using 'base_url' maybe?


Changing auto-generated pagination links? - El Forum - 08-16-2012

[eluser]pluus[/eluser]
Not auto-generated pagination links Sad Sorry for any confusion you may have