You are here

README.txt in Paging 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Paging
==========

Overview
----------
Break long pages into smaller ones automatically by words/characters limit, or by means of a customizable pagination tag. For example:

    First page here.
    <!--pagebreak-->
    Second page here.
    <!--pagebreak-->
    More pages here.

Installation
----------
1. Install the paging module as per http://drupal.org/documentation/install/modules-themes, and enable the module at admin/build/modules path.

2. Enable paging for the content types you want to use it on, in the paging configuration at admin/settings/paging path.

3. Then enable the paging filter for the relevant input format(usually Filtered HTML), in Input Formats configuration at admin/settings/filters path.

4. Your module is now setup and ready to be used.

Frequently Asked Questions
----------
1. How can I enable the paging module to use Clean URLs?

   Drupal's pager system does not support clean URLs by default. However, http://myzonelabs.com/node/19 lists the method to overcome that.

2. How much support does paging provide for CCK node types?

   Paging only works with content types using the core "Body" field.

3. How can I customize the pager navigation?

   The theme_pager() function can be overridden to make customizations (see http://drupal.org/node/173880#function-override) to the pager navigation.

Support
----------
* There will be no further development or support for the Drupal 5 version of this module. Please upgrade to Drupal 6 or Drupal 7.
* 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.

Credits
----------
* Original module written by Marco Scutari.
* Rewritten and considerably shortened and by Earl Miles.
* Rewritten, extended and currently maintained by Gurpartap Singh.
* Drupal 7 upgrade (modified version) by Jen Lampton.

File

README.txt
View source
  1. Paging
  2. ==========
  3. Overview
  4. ----------
  5. Break long pages into smaller ones automatically by words/characters limit, or by means of a customizable pagination tag. For example:
  6. First page here.
  7. Second page here.
  8. More pages here.
  9. Installation
  10. ----------
  11. 1. Install the paging module as per http://drupal.org/documentation/install/modules-themes, and enable the module at admin/build/modules path.
  12. 2. Enable paging for the content types you want to use it on, in the paging configuration at admin/settings/paging path.
  13. 3. Then enable the paging filter for the relevant input format(usually Filtered HTML), in Input Formats configuration at admin/settings/filters path.
  14. 4. Your module is now setup and ready to be used.
  15. Frequently Asked Questions
  16. ----------
  17. 1. How can I enable the paging module to use Clean URLs?
  18. Drupal's pager system does not support clean URLs by default. However, http://myzonelabs.com/node/19 lists the method to overcome that.
  19. 2. How much support does paging provide for CCK node types?
  20. Paging only works with content types using the core "Body" field.
  21. 3. How can I customize the pager navigation?
  22. The theme_pager() function can be overridden to make customizations (see http://drupal.org/node/173880#function-override) to the pager navigation.
  23. Support
  24. ----------
  25. * There will be no further development or support for the Drupal 5 version of this module. Please upgrade to Drupal 6 or Drupal 7.
  26. * 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.
  27. Credits
  28. ----------
  29. * Original module written by Marco Scutari.
  30. * Rewritten and considerably shortened and by Earl Miles.
  31. * Rewritten, extended and currently maintained by Gurpartap Singh.
  32. * Drupal 7 upgrade (modified version) by Jen Lampton.