This module adds a "load more" button to Drupal Views, allowing users to fetch more content without leaving the page. It offers both AJAX and non-AJAX options and integrates with the Waypoints module for advanced loading triggers.
Yes, this is indeed, Yet another load more pager for views.
This module has some very key differences then the other load more module.
- Provide ajax/no-ajax views load more
- Works with views default ajax implementation, no hacks (check/uncheck ajax)
- Supports the Waypoints module for loading on various points, Such as when the scroller is visable on the page.
- Supports the Fade effect when loading new content.
Install the Waypoints module for extra features.
This module was build by Eric Duran of Lullabot.
The Drupal 6 version is maintain by Will Jaspers.