使视图自定义字段可在 Drupal 中的表视图上排序?

发布于 2024-11-09 02:01:18 字数 101 浏览 0 评论 0原文

自定义字段基本上允许您打印视图中字段中的任何内容。但是,默认情况下它是不可排序的。除了从头开始编写视图之外,允许在自定义 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 技术交流群。

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

发布评论

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

评论(1

夜光 2024-11-16 02:01:18

您可以使用视图的“关系”和“分类:术语”对自定义字段进行排序,下面有完整的说明和教学视频。

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

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