Some paths for the module, like

/user/21/relationships/requested/31/approve?destination=home

Should be changed to something like

/relationships/user/[uid]...

The reason I say this, is so that we can use sub path alias ( http://drupal.org/project/subpath_alias ) to point "/user/uid" to something like "/home/uid" , without User Relationships breaking.

Let me know what you think.

Comments

alex.k’s picture

Status: Active » Closed (won't fix)

Sorry but I think we're too late in the game to change paths. They are hardcoded on many sites by now. Some mod_rewrite directives can help you out, though.

kvvnn’s picture

Fair enough, thanks for responding!