Community

Replace custom node path with dynamic view

HI,

I have a node view with the nid as contextual filter. I want that instead of the standard Drupal node page this views page shows up.
=> For example: When the path node/255 is called I want that insteat xyz/255/details is called.
Is there a module that does exactely this?

Comments

If you have set the alias for

If you have set the alias for the node then node/nid is automatically replaced by the alias like xyz/255/details.

You can use pathauto module for generating aliases automatically of different content types and also bulk generate for old nodes.

Hth,
Sadashiv.

This is not what I ment. If I

This is not what I ment.
If I do this xyz/255/details will show the standard node page, but I want to replace this node page by a view page.

That is not the purpose of

That is not the purpose of views, you might want to try the display suite or panels module both of which provide additional ways of formatting/laying out a single node.

nobody click here