Views Goto

Categories

Component ID

1220860

Component name

Views Goto

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

307

Component created

Component changed

Component body

This provides a views display plugin, to redirect a view to a specific node.

You can use this to, for example,

  • Redirect news/latest to the latest news article node page node/%
  • Redirect search shortcuts like my_search/[serial_number] to the actual node containing the serial number

Maybe future features are

* Only redirect for the case only one item is found, else render a page
* Configurable path (so we could redirect to user/%)
* D7 Version

Feel free to post issues (and maybe patches) ;)