Hi,
I have tried to port the drupal 6 Clean Pagination module (version 6.x-1.0-alpha2) to Drupal 7.
Can anybody please test it out and post the issues so that I can fix them.
You can download the module from here: http://174.143.242.54/cleanpager-7.x.tar.gz
Thanks,
Komal
Comments
Comment #1
j_ten_man commentedThanks for the code. I had already ported to D7 previously but took a look over your code and it looked fine. A couple of things:
- Your pager elements have some characters that aren't showing up correctly. The arrows are not saved correctly (i.e. <<, >>,)
- Javascript wasn't updated to D7 standards.
Other than that, it looked good. There is a new D7 release now available with some additional features and several bug fixes so I would recommend taking a look at that.