开发者

Drupal Views exposed filter of Author name

开发者 https://www.devze.com 2023-01-18 21:51 出处:网络
I have a view which I would like to add a开发者_Python百科n 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.

I have a view which I would like to add a开发者_Python百科n 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?


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


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消