You are here

README.txt in Previous/Next API 8.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

This module allows you to know the previous or next nodes for any given node.
This is very useful for providing navigational links to the user without the
expensive queries required to dynamically deduce such information on the fly.

  * For a full description of the module, visit the project page:
  https://www.drupal.org/project/prev_next

  * To submit bug reports and feature suggestions, or to track changes:
  https://www.drupal.org/project/issues/prev_next


REQUIREMENTS
------------

This module requires the following modules:

  * Block (Core)


INSTALLATION
------------

  * Install as you would normally install a contributed Drupal module. See:
  https://www.drupal.org/docs/8/extending-drupal-8/installing-contributed-modules-find-import-enable-configure-drupal-8


CONFIGURATION
-------------

  * Configure prev/next settings at /admin/config/system/prev-next.


INSTRUCTIONS
------------

  * Add the Prev/Next block the a region.
  * Ensure the proper configuration is set admin/config/system/prev-next
  * Creating new nodes will auto-index and generate the Prev and Next links.
  * If there were already nodes created see below for indexing instructions.

  * For previously created nodes you will need to bulk save them. Go to your
  content page and under bulk actions select 'Save Content" on all nodes that
  you want to be indexes.


MAINTAINERS
-----------

Current maintainers:

  * Naveen Valecha - https://www.drupal.org/u/naveenvalecha
  * Ben Hosmer - https://www.drupal.org/u/bhosmer
  * Alex Ku - https://www.drupal.org/u/alexku
  * João Ventura - https://www.drupal.org/u/jcnventura
  * Khalid Baheyeldin - https://www.drupal.org/u/kbahey

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. This module allows you to know the previous or next nodes for any given node.
  11. This is very useful for providing navigational links to the user without the
  12. expensive queries required to dynamically deduce such information on the fly.
  13. * For a full description of the module, visit the project page:
  14. https://www.drupal.org/project/prev_next
  15. * To submit bug reports and feature suggestions, or to track changes:
  16. https://www.drupal.org/project/issues/prev_next
  17. REQUIREMENTS
  18. ------------
  19. This module requires the following modules:
  20. * Block (Core)
  21. INSTALLATION
  22. ------------
  23. * Install as you would normally install a contributed Drupal module. See:
  24. https://www.drupal.org/docs/8/extending-drupal-8/installing-contributed-modules-find-import-enable-configure-drupal-8
  25. CONFIGURATION
  26. -------------
  27. * Configure prev/next settings at /admin/config/system/prev-next.
  28. INSTRUCTIONS
  29. ------------
  30. * Add the Prev/Next block the a region.
  31. * Ensure the proper configuration is set admin/config/system/prev-next
  32. * Creating new nodes will auto-index and generate the Prev and Next links.
  33. * If there were already nodes created see below for indexing instructions.
  34. * For previously created nodes you will need to bulk save them. Go to your
  35. content page and under bulk actions select 'Save Content" on all nodes that
  36. you want to be indexes.
  37. MAINTAINERS
  38. -----------
  39. Current maintainers:
  40. * Naveen Valecha - https://www.drupal.org/u/naveenvalecha
  41. * Ben Hosmer - https://www.drupal.org/u/bhosmer
  42. * Alex Ku - https://www.drupal.org/u/alexku
  43. * João Ventura - https://www.drupal.org/u/jcnventura
  44. * Khalid Baheyeldin - https://www.drupal.org/u/kbahey