Views Load All Pager
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
INTRODUCTION
------------
The Views Load All module is a simple pager plugins for view.
Inherit some features from following two modules.
* Views Load More .
* Views Show More.
Admin can manage records count for 1st page as well as second(Last) Page.
Like, Admin can set 6 records for 1st page. And 10 or All remaining records for
second(Last) Page.
User can see only two pages, First to show initial record and Second(Last) to
show remaing remaining records.
FEATURES
--------
* Works both views ajax and no-ajax mode (Best for ajax mode).
* Option for result display method. Can choose Append or Replace method.(Inherit from Views Show More module)
* Option to override 1st page initial record count as well as second(Last) Page.
* Basic and advance animation system for result impression for ajax mode.
REQUIREMENTS
------------
* Views (http://drupal.org/project/views)
INSTALLATION
------------
* Install as you would normally install a contributed drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.
CONFIGURATION
-------------
Go to Administration » Structure » Views:
- Create a new view or edit an existing one.
- Add or select any display type like page, block etc.
- In pager settings section click pager chooser link to change pager type.
- Select Load All Pager and click apply.
- In settings window enter the Initial page items count, Second page items count, Load all pager link text etc.
- Save pager settings.
- Enable ajax mode and save the view.
- Now check the view in front end and you will get your desire output.
