Closed (won't fix)
Project:
Path redirect
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 15:24 UTC
Updated:
4 Nov 2009 at 04:31 UTC
Hi ,
I suggest this feature : to make a change to function path_redirect_init , to allow dynamic insert of params like , user name or any other created by modules.
the code need to be inserted in line number 49 of the selected version.
if(module_exists('token')){
$r->query = token_replace($r->query);
}
I have tested it and it works very good for me.
Comments
Comment #1
dave reidWe can't use tokens because Path redirect does not and cannot know anything about the context of an URL.