Welcome Guest, Not a member yet? Register   Sign In
Pagination: Current Page / Back Problem
#2

[eluser]pistolPete[/eluser]
The offset seems to be stored in the 4th uri segment but the default configuration is:
Code:
/* Location: ./system/libraries/Pagination.php */
/* Line number 38 */
var $uri_segment = 3;

You should change your configuration:

Code:
// Pagination
    $config=array(
        'base_url'         => base_url()."projects/discipline/".$dis,
        'total_rows'     => $row->total,
        'per_page'         => 12,
        'num_links'        => 10,
        'uri_segment'        => 4,
    );


Messages In This Thread
Pagination: Current Page / Back Problem - by El Forum - 08-12-2009, 11:06 AM
Pagination: Current Page / Back Problem - by El Forum - 08-12-2009, 12:34 PM
Pagination: Current Page / Back Problem - by El Forum - 08-12-2009, 12:45 PM
Pagination: Current Page / Back Problem - by El Forum - 03-06-2011, 11:47 PM
Pagination: Current Page / Back Problem - by El Forum - 01-15-2014, 09:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB