使视图自定义字段可在 Drupal 中的表视图上排序?
自定义字段基本上允许您打印视图中字段中的任何内容。但是,默认情况下它是不可排序的。除了从头开始编写视图之外,允许在自定义 php 字段上使用 drupal 视图进行排序的最简单方法是什么?
Custom field allows you to basically print any content in a field in a view. However, it is not sortable by default. Other than writing a view from scratch, what is the easiest way to allow for sorting using drupal views on a custom php field?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用视图的“关系”和“分类:术语”对自定义字段进行排序,下面有完整的说明和教学视频。
http://drupal.org/node/272424#comment-1254224
http://drewish.com/node/127
You can use Views' 'Relationship' together with 'Taxonomy: Term' to sort Custom Fields, full explanation below together with an instructional video.
http://drupal.org/node/272424#comment-1254224
http://drewish.com/node/127