Index: xrds_simple.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/xrds_simple/xrds_simple.module,v retrieving revision 1.1 diff -u -p -b -r1.1 xrds_simple.module --- xrds_simple.module 3 Jun 2008 06:07:33 -0000 1.1 +++ xrds_simple.module 17 Oct 2008 18:55:42 -0000 @@ -24,6 +24,9 @@ function xrds_simple_init() { if (arg(0) == 'user' && is_numeric(arg(1))) { $path = 'user/'. arg(1) .'/xrds'; } + elseif(arg(0) == 'openid' && arg(1) == 'provider' && arg(2) == 'user' && is_numeric(arg(3))) { + $path = 'user/'. arg(3) .'/xrds'; + } else { $path = 'xrds'; }