使用默认菜单项而不是默认任务创建视图
我想创建一个视图(或修改现有视图),以便菜单项类型为 MENU_LINKS_TO_PARENT,这样当我为页面显示子菜单时,该页面在子菜单中有一个链接。这与默认任务完全相同,我只是希望它作为默认菜单项。
这可能吗?如何实现?
I want to create a View (or modify an existing one) so that the menu item type is MENU_LINKS_TO_PARENT, so that when I have sub menu's displayed for a page, the page has a link in the sub menu. This is exactly the same has having a default task, I just want it as a default menu item.
Is this possible, and how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,如果允许(否则使用 hook_menu_alter)设置每个链接的“类型”以满足您的特定需求,请更改 hook_menu 。
更多信息此处
uhm, change hook_menu if you are allowed ( or use hook_menu_alter otherwise) to set the 'type' of each of your links to suit your specific needs.
more info here