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
Comment #1
alex.k commentedSorry 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.
Comment #2
kvvnn commentedFair enough, thanks for responding!