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.
我正在 Joomla 3.0 中开发自定义组件。我想在后端组件菜单项中添加 3 级子菜单。当前的 Joomla 在屏幕下方显示菜单。
我想添加 3 级菜单,如下面的屏幕所示。
你能帮我么?我已将手动数据库条目添加到具有适当父 ID 的菜单表中,但它仍然没有显示在菜单列表中。
我认为它不适用于第三级,
要求很重要,然后尝试修改mod_menu模块。
mod_menu
您可以在 中找到该模块administrator\modules\mod_menu。
administrator\modules\mod_menu
我也试过不能只使用数据库条目:(