| 1 |
Paging
|
| 2 |
==========
|
| 3 |
|
| 4 |
Overview
|
| 5 |
----------
|
| 6 |
Break long pages into smaller ones automatically by words/characters limit, or by means of a customizable pagination tag. For example:
|
| 7 |
|
| 8 |
First page here.
|
| 9 |
<!--pagebreak-->
|
| 10 |
Second page here.
|
| 11 |
<!--pagebreak-->
|
| 12 |
More pages here.
|
| 13 |
|
| 14 |
Installation
|
| 15 |
----------
|
| 16 |
1. Copy the paging-6.x-x.x.tar.gz contents to sites/SITENAME/modules directory (usually sites/all/modules) and enable the module at admin/build/modules path.
|
| 17 |
|
| 18 |
2. Enable paging for the content types you want to use it on, in the paging configuration at admin/settings/paging path.
|
| 19 |
|
| 20 |
3. Then enable the paging filter for the relevant input format(usually Filtered HTML), in Input Formats configuration at admin/settings/filters path.
|
| 21 |
|
| 22 |
4. Your module is now setup and ready to be used.
|
| 23 |
|
| 24 |
Frequently Asked Questions
|
| 25 |
----------
|
| 26 |
1. How can I enable the paging module to use Clean URLs?
|
| 27 |
|
| 28 |
Drupal's pager system does not support clean URLs by default. However, http://myzonelabs.com/node/19 lists the method to overcome that.
|
| 29 |
|
| 30 |
2. How much support does paging provide for CCK node types?
|
| 31 |
|
| 32 |
Paging only works with content types using the core "Body" field.
|
| 33 |
|
| 34 |
3. How can I customize the pager navigation?
|
| 35 |
|
| 36 |
Either the theme_pager() function can be overridden to make minor customizations (see http://drupal.org/node/173880#function-override) or a complete new(custom) theme function to use can be specified in paging settings at admin/settings/paging.
|
| 37 |
|
| 38 |
Support
|
| 39 |
----------
|
| 40 |
* If you experience a problem with paging module, file a request or issue on the paging queue at http://drupal.org/project/issues/paging. DO NOT POST IN THE FORUMS. Posting in the issue queues is a direct line of communication with the module authors.
|
| 41 |
|
| 42 |
Credits
|
| 43 |
----------
|
| 44 |
* Original module written by Marco Scutari.
|
| 45 |
* Rewritten and considerably shortened and made more Drupal-friendly by Earl Miles.
|
| 46 |
* Yet again rewritten, extended and currently maintained by Gurpartap Singh.
|