Closed (duplicate)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Tokens
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2009 at 12:18 UTC
Updated:
5 Apr 2011 at 21:44 UTC
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
Comment #1
marvil07 commentedsubscribing
Comment #2
texas-bronius commentedStefan- Can you make use of static system path aliases? Something like:
Comment #3
dave reidFeature requests are bumped to 7.x-1.x/6.x-2.x now. 6.x-1.x is feature frozen.
Comment #4
dave reidDuplicate of #125640: Profile tokens which is a token.module issue.
Comment #5
NickWebman commentedWhat about Fields in general? Ie. home.com/field-1/field-2 ?