I have a 'News' section, which has its own taxonomy menu associated with it. A typical menu URL appears like this: /?q=taxonomy_menu/3/9.

The problem here is when I click the 'Read more' link the URL switches to the default URL: ?q=node/17 .

There is no 'node type' identifier in the latter URL, that will allow me to ask the system to keep the correct menu block for particular node types.

For the menu to work the URL should look like this:?q=flexinode-4/node/17 or in the case of another 'node type' ?q=story/node/17, or something similar with an identifier.

Anyone able to help with a way to create a url like this??

Comments

gerd riesselmann’s picture

path_auto.module allows to specify a custom clean url for each node type.

------------------
Gerd Riesselmann
www.gerd-riesselmann.net

sijuwi’s picture

This certainly works.

But other problems have come about (more commonly known as lack of foresight). I cannot keep my taxonomy menu's sub categories expanded when viewing the full individual nodes.