[eluser]ovicostea[/eluser]
Can be a solution, but I see 3 different cases in that class:
1. Using $config['pagination']['page_query_string'] = TRUE;
2. Using $config['pagination']['uri_segment'] = a number;
3. Using $config['pagination']['cur_page'] = a number;
In the method create_links() is only If and else:
if page_query_string else uri_segment and I want cur_page, no one from 1. and 2.
Maybe there is a solution, I'm sure it is, but I don't know how to implement it, without alter the system pagination class.