基于主链接的Pathauto
我正在尝试设置 pathauto 以根据我的主要链接生成干净的 URL。那么关于>高管/董事会将是关于/高管董事会。我为此使用了 [menupath-raw] 令牌,它创建了别名:
About/Executives / Board
它不会删除斜杠并保留空格。另外,它不会转换为小写。我已经设置了所有这些选项(删除斜杠、用破折号替换空格、转换为小写)。
这里还有什么问题吗?
谢谢!
I'm trying to set up pathauto to generate clean URLs based on my primary links. So About > Executives / Board would be about/executives-board. I've used the [menupath-raw] token for this which is creating the alias:
About/Executives / Board
It's not removing the slash and leaving in spaces. Also, it's not converting to lowercase. I've got all of these options set (remove slash, replace space with dash, convert to lowercase).
What else could be wrong here?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案是升级到 Pathauto 和 Token 模块的最新开发版本。请参阅 http://drupal.org/node/881270 了解该错误。
Solution is to upgrade to the latest development release of both Pathauto and Token modules. See http://drupal.org/node/881270 for the bug.