条款视图。如何在字段中或通过自定义字段(php 代码)获取术语同义词?
我正在使用 Drupal 6 和 Views 2。 例如,term 的别名为“vocabulary/term1”(只有一层,无嵌套)。 如何获取视图中每个项目的“term1”字段,显示术语类型的项目?
I am using Drupal 6, and Views 2.
For example, term has the alias “vocabulary/term1” (only one level, no nesting).
How do I obtain “term1” field for every item in View, displaying items of type Term?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能最好/最简单的方法是使用 pathauto 令牌。
如果您构建链接,请使用“将此字段输出为链接”功能,该功能会自动将链接转换为其别名
The probably best/easiest way is to use the token of pathauto.
If you build links use the "output this field as link" feature, which converts the links to it's aliases automatically