Hi.
Just migrate to 1.4 and everything works fine except a pagination. I made changes as mentionned in the Doc and I encountered one tiny problem. If I click on page 3 and higher, or the next button nothing happens. I stay stuck on page 1 or 2.
I solve this problem by adding one line but i don't understand why it's working with this change.
My code : http://scrp.at/bVR
I had to add this line in my controller to make things work :
[code]$this->pagination['current_page'] = $page +1;[/code]
Sorry to disturb you with a problem already solved, but something bother me with $current_page, $page and $num_links.
Any idea ?
It looks like you're new here. If you want to get involved, click one of these buttons!