I am not sure if this is working I don't currently see how, but I would like to have a token in the path so for instance each dashboard would sit under a url with the users name in.
I am not sure if this is working I don't currently see how, but I would like to have a token in the path so for instance each dashboard would sit under a url with the users name in.
Comments
Comment #1
hixster commentedbump - me too - seems like this it how it works on Drupal.org , how was it achieved?
Comment #2
dave reidI would recommend using something like http://drupal.org/project/subpathauto for the per-user homeboxes which live under user/%user/homebox-path (which would automatically extend the alias of 'user/%user').
Comment #3
hixster commentedThanks Dave / we're still using 6.0 , any alternatives?Scratch that, I see there's an older d6 module.
So could user/dashboard be aliased as user/%uid/dashboard?Looks like this is the default behaviour if the homebox path is set to 'dashboard'
Comment #4
anybodyLet's move the idea into 3.0.x. Still the maintainers presumably won't implement this, if nobody sponsors the development.
Comment #5
anybodyLet's see what we can do in 3.0.x-dev.
Comment #6
anybodyShould be possible to implement in 3.0.x quite easily, but is not a feature we plan from our side.
Happy to review MR.
Comment #7
anybodyI think due to the new concepts and flexibility for homeboxes, this won't be needed anymore.
There are
And feature requests for
To make this possible in a far more stable way!