The user/uid/edit and views pages with user/uid/blog are not aliasing. My pathauto is configured for user/uid => profile/username.
Cleared cache. Inserted code into path.inc (cleared cache again). Other ideas?
The user/uid/edit and views pages with user/uid/blog are not aliasing. My pathauto is configured for user/uid => profile/username.
Cleared cache. Inserted code into path.inc (cleared cache again). Other ideas?
Comments
Comment #1
rdeboerHi hellomobe,
I had a look and you may be on to something.
For now at Configuration >> URL aliases aka ../admin/config/search/path introduce one more alias: "profile" for system path "user".
That will probably do the trick.
Let me know how you go.
Rik
Comment #2
hellomobe commentedThat did the trick, thank you. Sorry I didn't think of it first, but hopefully it will also help someone else.
Comment #3
BeaPower commentedBut then the user id doesn't show. How can this be fixed. I'm getting members/messages instead of members/lana/messages
Comment #4
jim_at_miramontes commentedI'm getting the same thing here -- no aliasing of user paths, and, as @BeaPower says, aliasing "profile" for "user" produces the wrong thing. Any hope here?
Comment #5
jim_at_miramontes commentedProgress, in a couple of different ways:
* Having just upgraded to PHP 5.4, I was having some runkit problems, which certainly got in the way of the module working. @BeaPower, you should look into the status of the PECL runkit on /admin/reports/status.
* But, beyond that, I started digging into the code to see why it wasn't working, and finally got them resolved (at least, it's now working the way it seems like it should. I've filed this as a separate issue: http://drupal.org/node/1719858 . There may be something there that would be helpful.
Comment #6
rdeboerDuplicate of #1719858: Why should path_alias_xt_get_extended_path_alias() handle logged-in-user links differently?.