You are here

README.txt in Book helper 6

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

 * Introduction
 * Features
 * Requirements
 * Installation
 * Similar Modules


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

The Book helper module improves Drupal's core book module's functionality.

Drupal's Book module, included in core, does a great job at building custom site
sections. The Book helper module enables additional features from Drupal's menu
system to improve the ordering of a book's pages. This module also allows
administrators to further customize a book's navigation block.


FEATURES
--------

- Enhances the book outline manager.
  - Allows a book's link title to be different then the node's title.
    This behavior is similar the menu system's default behavior.
  - Adds 'enable' checkbox (aka hidden) to the manage book outline page.

- Adds an 'Order' tab (node/%/order) to a book's main page.

- Adds 'administer own book outlines' permission for ordering books from a book's main page.

- Removes the 'Outline' tab from all nodes.

- Removes the book fieldset from node edit pages if the content type does not
  allowed book outlines.

- Removes 'add child page' and 'printer-friendly version'

- Removes book navigation

- Customizes visibility of a book's navigation elements.

- Automatically 'Create new book' for selected content types.

- Includes 'Book (inline) navigation' block that can be easily positioned after
  a node's content

- Disables new revisions from being created when a book's node title is updated.

- Displays a warning when deleting a book page (node/%/delete) that has child
  pages.

- Allows top-level pages to be removed from books.
  http://drupal.org/node/283045


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

- Book (core): Allows users to structure site pages in a hierarchy or outline.
  http://drupal.org/documentation/modules/book


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

1. Copy/upload the book_helper.module to the sites/all/modules directory
   of your Drupal installation.

2. Enable the 'Book helper' module in 'Administer > Site building > Module'.
   (admin/build/modules)

3. Configure additional Book settings (admin/content/book/settings)


SIMILAR MODULES
---------------

- Book made simple: Automatic creation of a book and simple creation of child
  pages.
  http://drupal.org/project/BookMadeSimple

- Menu Editor enhances the menu editing form with inline text fields for title,
  path and description, and provides placeholders for new items.
  http://drupal.org/project/menu_editor


AUTHOR/MAINTAINER
-----------------

- Jacob Rockowitz
  http://drupal.org/user/371407

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Features
  5. * Requirements
  6. * Installation
  7. * Similar Modules
  8. INTRODUCTION
  9. ------------
  10. The Book helper module improves Drupal's core book module's functionality.
  11. Drupal's Book module, included in core, does a great job at building custom site
  12. sections. The Book helper module enables additional features from Drupal's menu
  13. system to improve the ordering of a book's pages. This module also allows
  14. administrators to further customize a book's navigation block.
  15. FEATURES
  16. --------
  17. - Enhances the book outline manager.
  18. - Allows a book's link title to be different then the node's title.
  19. This behavior is similar the menu system's default behavior.
  20. - Adds 'enable' checkbox (aka hidden) to the manage book outline page.
  21. - Adds an 'Order' tab (node/%/order) to a book's main page.
  22. - Adds 'administer own book outlines' permission for ordering books from a book's main page.
  23. - Removes the 'Outline' tab from all nodes.
  24. - Removes the book fieldset from node edit pages if the content type does not
  25. allowed book outlines.
  26. - Removes 'add child page' and 'printer-friendly version'
  27. - Removes book navigation
  28. - Customizes visibility of a book's navigation elements.
  29. - Automatically 'Create new book' for selected content types.
  30. - Includes 'Book (inline) navigation' block that can be easily positioned after
  31. a node's content
  32. - Disables new revisions from being created when a book's node title is updated.
  33. - Displays a warning when deleting a book page (node/%/delete) that has child
  34. pages.
  35. - Allows top-level pages to be removed from books.
  36. http://drupal.org/node/283045
  37. REQUIREMENTS
  38. ------------
  39. - Book (core): Allows users to structure site pages in a hierarchy or outline.
  40. http://drupal.org/documentation/modules/book
  41. INSTALLATION
  42. ------------
  43. 1. Copy/upload the book_helper.module to the sites/all/modules directory
  44. of your Drupal installation.
  45. 2. Enable the 'Book helper' module in 'Administer > Site building > Module'.
  46. (admin/build/modules)
  47. 3. Configure additional Book settings (admin/content/book/settings)
  48. SIMILAR MODULES
  49. ---------------
  50. - Book made simple: Automatic creation of a book and simple creation of child
  51. pages.
  52. http://drupal.org/project/BookMadeSimple
  53. - Menu Editor enhances the menu editing form with inline text fields for title,
  54. path and description, and provides placeholders for new items.
  55. http://drupal.org/project/menu_editor
  56. AUTHOR/MAINTAINER
  57. -----------------
  58. - Jacob Rockowitz
  59. http://drupal.org/user/371407