Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
The issue was that I was previously using a custom version of the pager plugin that was modified to allows the pager pages to be displayed in a html label instead of a text field.
After the change to use libraries module that broke as we weren't using my custom version anymore.
Now there is an option to select to use the custom version and have the prettier pager.
I also submitted a patch to the writer of the jQuery tablesorter plugin that would allow me to avoid this use of custom code so if that gets through I can remove this custom version of the pager code.
Comments
Comment #1
rooby commentedFixed.
http://drupal.org/cvs?commit=426382
http://drupal.org/cvs?commit=426384
The issue was that I was previously using a custom version of the pager plugin that was modified to allows the pager pages to be displayed in a html label instead of a text field.
After the change to use libraries module that broke as we weren't using my custom version anymore.
Now there is an option to select to use the custom version and have the prettier pager.
I also submitted a patch to the writer of the jQuery tablesorter plugin that would allow me to avoid this use of custom code so if that gets through I can remove this custom version of the pager code.