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

dave reid’s picture

Status: Active » Closed (won't fix)

We can't use tokens because Path redirect does not and cannot know anything about the context of an URL.