drupal 中具有不同父级的节点的菜单和面包屑
我在使用 Drupal 6 时遇到问题。我的页面节点包含一个块(该块执行一些自定义 xml 处理等)。我在其他菜单中引用了该节点,但面包屑最终并不正确,菜单也不正确。菜单似乎全部合并了。
可以在这里看到它的实际效果: staging.katimavik.org,单击顶部的“关于我们”,然后在内容区域的左侧菜单上,单击“社区和工作伙伴”。 然后,如果您将鼠标悬停在“我是”上并单击“青年”,然后在内容区域的左侧菜单中单击“在加拿大的位置”,您会注意到面包屑不正确,菜单也不正确。
谁能指出我正确的方向。我读过一些有关分类法和视图的内容,但不知道从哪里开始。任何帮助将不胜感激。
I am having a problem using Drupal 6. I have page node that includes a block (this block does some custom xml processing, etc). I'm referencing this node in other menu's but the breadcrumbs don't end up being correct, and neither are the menu's. The menu's seem to be all merged.
It is possible to see it in action here:
staging.katimavik.org, clicking on about us at the top, then on the left menu of the content area, clicking on community and work partners.
Then if you Hover over "I am" and click on A Youth, and in the content area, left menu click on "Where in Canada", you will notice the breadcrumbs not correct, and neither are the menu's.
Can anyone point me in the right direction. I have read a little about taxonomy and views but don't know where to start. Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以完全更改主题的 template.php 中的面包屑。请参阅 http://thedrupalblog.com/manually-replace-link-breadcrumbs 中的示例
You can totally change your breadcrumbs in your theme's template.php. See an example at http://thedrupalblog.com/manually-replace-link-breadcrumbs