I'm looking to link node to view's page... not sure if it possible at all... the reason is:
E.g. page 'News' contains archive of all news. every news page should have 'News' page as parent (it will simplify the creation of pathauto)
May be this sample is not obvious, because there is no hierarchy in news, but suppose another example that I have on my web-site:
Page 'Products' - it is view by it's form. Contains Classes "product 1", "Product 2", etc.
"Product 1" in its place, contains subclasses "Product 1.1 from company A, Product 1.2 from company A, Product 1 from company B"
In this case node types of classes and this subclasses are the same. And I want pathauto to automaticaly create aliases in form
/products/product1/product11_from_A
But I havn't found correct keys for it, so for now I have pages
/products
/product1/product11_from_A
/product1/product12_from_A
i.e. hierarchy is broken.

Comments

markhalliwell’s picture

Component: Code » Drupal/PHP Code

Copy & Pasted: This issue pertains to the 6.x-1.x branch which is now legacy and is over two years old. If this issue is not applicable anymore, please consider closing it. Otherwise, please update this issue appropriately. Will be closed in two weeks if no response.