添加持续时间字段以编程方式对条件进行排序?
有人可以告诉我如何添加持续时间(CCK 字段)以编程方式对视图标准进行排序,因为默认情况下它未在那里列出?
Can someone please tell me how to add duration(CCK field) to sort criteria of views programmatically because it is not listed there by default?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果视图中没有提供处理程序/字段,您必须参考 API 并编写视图插件来启用您想要排序的内容。
http://views2.logrus.com/doc/html/index.html
http://drupal.org/node/235062
If no handler/field is provided in Views you have to refer to the API and write the views plugins to enable what you want to sort by.
http://views2.logrus.com/doc/html/index.html
http://drupal.org/node/235062