Closed (won't fix)
Project:
Pageroute
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 May 2007 at 09:46 UTC
Updated:
24 May 2007 at 10:14 UTC
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
Comment #1
fagothis 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, ..