Drupal:使用公开的分类过滤器查看.. 2 个问题
我正在使用视图模块和基于公开分类的过滤器,以允许用户选择文章的子集。
我需要进一步自定义我的过滤器:
- 我希望用户能够通过单击复选框按字母顺序对标签进行排序(如果未选中此复选框,则默认顺序将重置。
- 我希望在开始时选择所有标签以向用户显示所有文章。 (用户稍后可以添加其他标签,因此我不能只选择“视图”设置中的所有标签,因为新标签会被发现,
谢谢)。
I'm using Views module and an exposed taxonomy based filter, to allow users to select a subselection of articles.
I need to further customize my filter:
- I want the user able to order the tags alphabetically by clicking a checkbox (if this checkbox is unchecked the default order is reset.
- I want all tags selected in the beginning to show my user all the articles. (Additional tags can be added by the user later, so I cannot just select all the tags in Views settings, because the new ones would be uncovered).
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
1) jquery 脚本,添加复选框(或链接为文本或图片),如果选中,则重新排列菜单或列表
2)改写问题,我家里没有威士忌
1) jquery script that adds check-box (or link as text or pic) and if it is checked, rearranges menu or list
2) rephrase question, i have no whiskey at home
反过来呢? ->选定的标签意味着“显示”。
你的过滤器是如何工作的?您不使用 http://drupal.org/project/faceted_search 吗?
我正在开始使用它并且喜欢它。
what about the other way round?? -> selected tag means "show".
how do your filters work?? You don't use http://drupal.org/project/faceted_search ?
i am starting with it and like it.