I like to have the following behavior:

If I click on a user I should be redirected to that users domain.

ie, if I am in domain2.site.com and if I click on a user 'user1' registered in domain1.site.com i should be redirected to "domain1.site.com/users/user1" page.Is this possible

Comments

agentrickard’s picture

You can do this in custom code that implements hook_domain_source_path_alter().