Views Infinite Scroll
Views Infinite Scroll provides a #586668: Pluggable pagers
that enables views infinite scrolling ( autopaging, depaging, endless pages ...you name it) by using jquery.autopager plugin. using this module with views page display will load another page whenever the user reaches bottom of the page.
Requirements
- Views 3 module latest stable release.
- Download jquery autopager plugin (http://jquery-autopager.googlecode.com/files/jquery.autopager-1.0.0.js) to module's views_infinite_scroll/js directory, or check for Drush integration bellow.
Drush Integration
Instead of downloading jquery.autopager manually, drush could be used to download the plugin in /js directory or sites/all/libraries
if libraries module is enabled.
Drush command: drush dl-autopager
Important notes
- This module is not compatible with Views Ajax support.
Alternatives
- http://drupal.org/project/views_infinite_pager
The module provides somehow similar features to Views Infinite Scroll, although, it overrides views mini pager's theme, preprocessing and ajax behavior. If you are not willing to upgrade to Views 3.x --although I really recommend doing so-- then you can use this alternative module.