Paginate

Component ID

2549649

Component name

Paginate

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

708

Component created

Component changed

Component body

This module allow to override Drupal's core pager with defined preset as link or input for any single page. It is very useful when there are over 100 pages.

Paginate uses standard Drupal pager classes to render the pagers, so styling is preserved.

Features:
- Control whether to display links to pages.
- Direct input of the page to go on particular page.

Themes:
paginate_standard - alike standard Drupal pager theme.
paginate_istandard - alike standard Drupal pager and direct page entry by input box.

paginate_mini - minimal pager, providing direct page entry.
paginate_imini - minimal pager, providing direct page entry by input box.

Reference: Pagerer

For any further enhancement mail me at Devendra Singh (dev.firoza@gmail.com)

Credits:
The 'paginate_imini' concept for this module by Mr. Satish Ayappan (i.e. proudly thanks to satish.c.ayappan).