视图和pathauto之间的冲突
如果我创建节点的路径别名,例如“press”,并且我在路径“press/archives”上显示一个视图页面,为什么“press/archive”会引导我的用户“press”?
if i create a path alias to a node, say 'press' and i have a view page display on path 'press/archives', why does 'press/archive' leads my users to 'press'?
see related Fundamental understanding of how Views and Pathauto work together
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决这个问题的一种方法是创建一个带有页面 URL“press”的自定义视图,该视图仅检索一个节点并显示完整的节点内容,以便 URL 令牌由视图处理,而不是由菜单系统处理。
A way around this is to make a custom view with page URL "press" that only retrieves the one node and shows the full node content, so that the URL token is handled by Views and not by the menu system.