Views path filter

Component ID

1112406

Component name

Views path filter

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Views path filter is a views filter which allows you to filter on Drupal paths given in a cck textfield. Just like the "Page specific visibility settings" work in Drupal blocks settings.

This is useful when already inside a node, want to decide with web pages you want to show this node on, and also be able to use wildcards like *. A common use case is when having tons of "promos" that the end user would easily like to place here and there on the web site.

Example:

Create a cck textfield (textarea) in a content type and enter:

<front>
node/1
node/*/edit

Then the current views query will filter the results based on these paths.

Support only for views 2 for now.

Cred goes to pontus_nilsson (NodeOne) for coming up with this great idea!