Active
Project:
Sub-path URL Aliases
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2010 at 23:22 UTC
Updated:
14 Dec 2010 at 23:22 UTC
Hello, I have an issue which I'm thinking you might be able to help with.
Basically, views has a bug kind of thing where if you use a Node id argument, it bumps the node id from the middle of a page path to the end.
Ex.
Without Nid argument:
node/5/stuff
With Nid argument:
node/5/stuff/5
My question is, could a feature be added to sub_path alias to remove that trailing /5 if there is already a /5 present, specifically only for a views page path?
While at the same time doing its thing to convert the path?