For users to easily navigate to their personal outlines, it would be nice to add a tab on their book pages that links to the personal outlines. Here's a patch that changes the path of the personal outline to 'node/%node/personal-outline'. The normal book outline is now only accessible to administrators.

Note: This patch is applied on top of the patch from issue #376401: Delete Entire Chapters, because these changes affect some of the changes made in that other issue.

Comments

jgraham’s picture

StatusFileSize
new3.91 KB

Patch re-rolled omitting the changes from #376401

This patch cleans up the code considerably.

Removes

  • book_manager_menu_alter()
  • _book_manager_outline_access_menu_callback()
  • _book_manager_outline_remove_access_menu_callback()
  • phptemplate_help()

Changes path for personal-book outline access from 'personal-outline/node' to 'node/%nid/personal-outline'

jgraham’s picture

Assigned: Unassigned » jgraham
Status: Active » Needs review
jgraham’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.