DRUPAL:订购公开的过滤器项目,请小心,它没那么简单(我无法使用“排序”)
德鲁帕尔问题。 我正在使用带有公开过滤器(分类法)的视图。我已经下载了“更好暴露的过滤器”模块以将其显示为复选框列表。 一个 现在,我如何对过滤器列表中的标签进行排序? “视图排序”不是解决方案,因为我只能订购文章,而不能订购过滤项目!
我想添加一个选项(复选框),以便客户按字母顺序对标签进行排序或保留默认顺序。
谢谢
DRUPAL question.
I'm using Views, with an exposed filter (Taxonomy). I've downloaded the "better exposed filter" module to display it as checkbox list.
a
Now, how can I order the tags in the filter list ? "Views Sort" is not the solution because I only can order articles but not the filter items!!
I want to add an option (checkbox) for the customer to order the tags alphabetically or leave them in the default order.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要按照 form_alter'ing 暴露的过滤器表单中的更好暴露的过滤器的示例并对过滤器的 #options 数组进行排序:
You need to follow the example of Better Exposed Filters in form_alter'ing the exposed filters form and sorting your filter's #options array: