Drupal Views exposed filter of Author name

2019-07-17 09:04发布

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?

3条回答
Luminary・发光体
2楼-- · 2019-07-17 09:25

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).
查看更多
叼着烟拽天下
3楼-- · 2019-07-17 09:26

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..."

查看更多
放荡不羁爱自由
4楼-- · 2019-07-17 09:40

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.

查看更多
登录 后发表回答