From: Joel Willers
I’m trying to create a page that accepts the title of a content type as an argument: example.com/type/title_of_node/option and I want to be able to have the node editable on each of the options pages.For instance:example.com/type/title_of_node will show the base node.example.com/type/title_of_node/images will show the description, plus an image gallery of all associated images, with the ability to edit the node.example.com/type/title_of_node/videos will be similar, showing video gallery, with the ability to edit the node.I can’t send the node ID, it has to be the node title. Any other thoughts for a solution?