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

sadashiv’s picture

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.

manicato’s picture

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.

nevets’s picture

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.