视图和pathauto之间的冲突

发布于 2024-09-02 16:24:29 字数 262 浏览 2 评论 0原文

如果我创建节点的路径别名,例如“press”,并且我在路径“press/archives”上显示一个视图页面,为什么“press/archive”会引导我的用户“press”?

请参阅相关对 View 和 Pathauto 如何协同工作的基本了解

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仅冇旳回忆 2024-09-09 16:24:30

解决这个问题的一种方法是创建一个带有页面 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文