Drupal Views exposed filter of Author name

十年热恋 提交于 2020-01-04 09:05:08

问题


I have a view which I would like to add an exposed filter of the author name. So I can filter all the posts created by "John Smith" etc. I can't seem to see it listed under filter. Is this possible to do?


回答1:


Under Build > Views (/admin/build/views)

  • add a filter (from filter category user)
  • click Expose in the filter configuration section (near to the right border).



回答2:


This is actually a little harder than it sounds. You need to create a "Relationship" to the "Node revision: User", and then under the filter section, choose the User category and pick User:uid, and choose "Use relationship..."




回答3:


For applying filter using views you can follow the following steps:-

=> Go to administer setting => site building => views => add view => edit the view name and its description also the tag => add a filter in right side => then select on which type of node or whatever you choose and then apply the filter.

suppose if you choose the filter on node then you can select what condition either it is published, type, etc and after doing this you can choose your node type from option(is one of). now you can apply filter on your desired type or node.



来源:https://stackoverflow.com/questions/3880679/drupal-views-exposed-filter-of-author-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!