Is there a chance to have URL aliases for custom fields in the Profile Module?

I have defined "Interest" as a custom field. Now I want to change the normal path:

- http://mydomain.com/profile/profile_interest/drupal

into:

- http://mydomain.com/people/interest/drupal

I had a look at the code of pathauto. pathauto_user.inc works for Users. There could be a pathauto_profile.inc for Profiles. But I'm not quite shure how to do it.

There's a discussion in this list below for hook_pathauto. Yet it applies to Drupal 4.7

Anyone an idea?

Thanks
Stefan from Frankfurt; Germany

Comments

marvil07’s picture

subscribing

texas-bronius’s picture

Stefan- Can you make use of static system path aliases? Something like:

people => profile
people/interest => profile/profile_interest
..etc..
dave reid’s picture

Version: 6.x-1.1 » 7.x-1.x-dev

Feature requests are bumped to 7.x-1.x/6.x-2.x now. 6.x-1.x is feature frozen.

dave reid’s picture

Component: Code » Tokens
Status: Active » Closed (duplicate)

Duplicate of #125640: Profile tokens which is a token.module issue.

NickWebman’s picture

What about Fields in general? Ie. home.com/field-1/field-2 ?