Closed (fixed)
Project:
Pagination (Node)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 20:28 UTC
Updated:
15 Mar 2009 at 01:20 UTC
Hi.
Your module makes consistent the GET page variable with the real page number. It's very good, but my problem is that I've already applied a patch to Drupal to make the same thing. See #385270: Make the GET page variable consistent with the real page number. So my GET page variables are one higher than the good number (for example, page 2 has ?page=3, page 3 has ?page=4, etc.).
Is there a way to put an option for Pagination module to activate or deactivate its "+1" functionality?
Thanks.
Comments
Comment #1
mundanity commentedHi Luron,
No problem, I'll put an optional setting in there and push it to dev ASAP.
Comment #2
Jean-Philippe Fleury commentedThanks a lot.
Comment #3
mundanity commentedHi Luron,
I've pushed the new toggle (admin/settings/pagination) into dev. Thanks for your help with this issue!