Rather than just allow display of individual nodes it would be great to be able to display a URL of your choice (ie. drupal internal paths).

For example:

Page 1 of route: node/1
Page 2 of route: introduction (= node/2)
Page 3 of route: taxonomy/term/1
Page 4 or route: user_table (= this might be a views generated page)

At the moment it seems that only numeric node ids can be supplied to the node display pages.

Thanks!

Comments

fago’s picture

Status: Active » Closed (won't fix)

this won't work with the way pageroute is built.
For every different kind of page, pageroute needs an extra page type implementation, e.g. a view a View page type, a list taxonomy nodes page type, ..