0

I use the module User Relationships in Drupal 7 and it generated a nice tab in on the User Profile. I use a specific type of relationship "friends" so I need both the tab as the path to reflect this. I already user the module Tab Tamer to overwrite the tab name, I just cannot seem to find where the path is set. I would imagine seeing a view in the Views UI or to find it in the module dir itself, but so far no luck.

In short, is there a way to change users/%/relationships into users/%/friends?

m4rinos
  • 458
  • 4
  • 9

1 Answers1

0

I suggest you use a custom module to create a new menu tab with exactly the link you want, and remove the default tab. This provides an example.

Community
  • 1
  • 1
  • 1
    thanks for the suggestion and link, I however do know how to create a tab, but as the User Relationship module generates their view (and thus tab) in the module itself, and is not visible in the Views UI, I would need to disable the module. This is not something I would like to do, and more interested in how this would be possible within the context of the module itself. – m4rinos Sep 11 '12 at 21:48