Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drupalサイトで最大本の深さが18の大きな本を作成しようとしています。Drupal7で現在の本の深さの制限である9を増やす方法はありますか?
menu.incファイルの値を変更する必要があると思います。
{drupal7} /includes/menu.inc(drupal 7.0の行#265):
/** * The maximum depth of a menu links tree - matches the number of p columns. */ define('MENU_MAX_DEPTH', 9);
よりネストされた本、AFAIKを使用できるようにするには、ここで値を変更する必要があります。