Node Type Filter

Categories

Component ID

21106

Component name

Node Type Filter

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

6444

Component created

Component changed

Component body

The Node_type_filter lets you filter node listing pages simply by adding &type=story,blog to the URL (for example). So now you can show specific feeds, or a "blog+story" tracker page (i.e. recent posts). Also works great for "taxonomy/term" pages.

This filter requires some type of query that selects nodes, such as the front page query or "taxonomy/term/xxx". The module does not, in and of itself, select nodes. Basically, on any URL that selects nodes to display (e.g. "taxonomy/term/xxx"), you can add "?type=aaa" or "?type=aaa+bbb" to select only the "aaa" (or "bbb") content type.

This module can be used with Taxonomy Browser and List Nodes by Vocabulary to further filter the lists.