使用功能创建的菜单模块在 Aegir 安装后清除缓存之前不会显示菜单链接
我已经完成了 Aegir 设置并创建了安装配置文件,并且可以全天创建 drupal 6.x 站点。
我的问题是,我使用优秀的 功能模块 创建的顶部菜单功能仅在我刷新后显示菜单链接drupal 缓存。
顶部菜单包含菜单顶部、它的块位置(标题)以及所有菜单链接。
我正在清除安装配置文件中的缓存
I've got Aegir setup and an Install profile created and can create drupal 6.x sites all day long.
My problem is that the top menu feature I created usign the excellent features module only shows the menu links once I flush the drupal cache.
The top menu contains menu-top, it's block position (header), and all the menu links.
I am clearing the cache in the install profile
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你需要一个 menu_rebuild();
http://api.drupal.org/api/ drupal/includes--menu.inc/function/menu_rebuild/6
Perhaps you need a menu_rebuild();
http://api.drupal.org/api/drupal/includes--menu.inc/function/menu_rebuild/6