You are here

README.txt in OtherView Filter 7

Same filename and directory in other branches
  1. 8 README.txt
Other View Filter
---------------------

About
---------------------
Frequently two views, or two displays of one view, occur on the page
together. One common example is a listing of content with a few curated
items selected via more specific criteria. It's simple enough to create
two displays and show the curated one above the general listing. This
presents a problem: content that appears in the curated list needs to
somehow be excluded from the general listing.

The filter provided by this module exclude nodes (or another content)
from a view, by excluding the results of one view from another one.
This allows you to filter a view results by another view.

Basic usage
---------------------
 1. Install the module under sites/all/modules/contrib or sites/all/modules
 2. Enable the module
 3. In the view from which you wish exclude items, add filter
      "Other view result"
 4. In filter settings choose "view & display" whose output you want to
      exclude from the current view
 5. Save the view

Hint
---------------------
To minimize the cost to performance of running multiple views queries, the
number of instances of this filter on the same display should be kept to a
minimum and caching should be employed liberally.
Using more than 1 view for filtering will strongly decrease your site
performance. To minimize performance decreasing use simple and cached views.
Views Content cache and Cache Actions are helpful for this.

Requirements
---------------------
 * Views

Installation
---------------------
 1. Install the module under sites/all/modules/contrib or sites/all/modules
 2. Enable the module

File

README.txt
View source
  1. Other View Filter
  2. ---------------------
  3. About
  4. ---------------------
  5. Frequently two views, or two displays of one view, occur on the page
  6. together. One common example is a listing of content with a few curated
  7. items selected via more specific criteria. It's simple enough to create
  8. two displays and show the curated one above the general listing. This
  9. presents a problem: content that appears in the curated list needs to
  10. somehow be excluded from the general listing.
  11. The filter provided by this module exclude nodes (or another content)
  12. from a view, by excluding the results of one view from another one.
  13. This allows you to filter a view results by another view.
  14. Basic usage
  15. ---------------------
  16. 1. Install the module under sites/all/modules/contrib or sites/all/modules
  17. 2. Enable the module
  18. 3. In the view from which you wish exclude items, add filter
  19. "Other view result"
  20. 4. In filter settings choose "view & display" whose output you want to
  21. exclude from the current view
  22. 5. Save the view
  23. Hint
  24. ---------------------
  25. To minimize the cost to performance of running multiple views queries, the
  26. number of instances of this filter on the same display should be kept to a
  27. minimum and caching should be employed liberally.
  28. Using more than 1 view for filtering will strongly decrease your site
  29. performance. To minimize performance decreasing use simple and cached views.
  30. Views Content cache and Cache Actions are helpful for this.
  31. Requirements
  32. ---------------------
  33. * Views
  34. Installation
  35. ---------------------
  36. 1. Install the module under sites/all/modules/contrib or sites/all/modules
  37. 2. Enable the module