Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think you have used the Menu module to create the links. If you use Book module ( which is in core you need to just enable it). It will help you create hierarchical menu as in your requirement. The menu created by book module looks like the one on <a href="http://drupal.org/documentation/modules/book" rel="nofollow">this</a> page ( <a href="http://drupal.org/documentation/modules/book#book-navigation-627082" rel="nofollow">the relevant navigation menu</a> ).</p> <hr> <p>Update: book navigation creates its own menu on the relevant book pages. And it is context sensitive. As you can see from the above example, depending on the page you are viewing, it displays sibling menu ( i.e. pages that are on the same level as the current one ). And also next and previous buttons along with go one level up links.</p> <p>I suggest in your main menu you create only entries to reach to the Book. For example let you have three books, Book1, Book2 and Book3.</p> <p>In your main menu create three entries pointing towards these three book. ( Delete all the entries coming from pages in book.)</p> <p>After that enable book module in core and use the book module to manage the content type used to create book pages. Design your hierarchy using book modules menu system for book pages.</p> <p>Again this <a href="http://drupal.org/documentation/modules/book" rel="nofollow">link</a> gives you an excellent documentation regarding using menu system for book. </p> <p>PS: The method i described is easier than using other method like context and views to create the same functionality that book module provides out of the box.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload