I am trying to create a large book on a Drupal site with at a maximum book depth of 18. Is there a way to increase the current book depth limit of 9 in Drupal 7?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you have to change a value in the menu.inc file:
{drupal7}/includes/menu.inc (line#265 on drupal 7.0):
You will have to change the value here to enable to have more nested book, AFAIK.