I realize this module does so much more, but... Is it possible for this module to basically recreate what the core book module does but with JQuery expand/collapse added? Basically, 1) show book menu block only on book pages, and 2) show only current book, not all books. Can the Advanced Book Blocks module do this?
Thanks for a great module!
Comments
Comment #1
rjjansen commentedI fully agree on this one. You can activate book block navigation that enables a child page navigation bar for books, you configure this block just to open on the active book (not all books like advanced book blocks). But when this is possible with advanced book blocks, it shows much more friendly.
Comment #2
_vid commentedThis is an old post but I thought I'd chime in.
I addressed this with css:
I used the #sidebar-left selector so that I only affected the advancedbookblocks in my left nav menu.
Code breakdown:
1st: Hide all the top level list items.
2nd: Show the active or open ones; which is limited to the current book.
Unfortunately, this is only a visual fix. All your menus are still loading.
Comment #3
jhodgdonIt looks like this is a duplicate of this other issue (which also has a proposed patch on it):
#1137626: Ported "Show only on Book Pages" feature from core Book module to Advanced Book Blocks