Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: RPX support (FB-Connect, OpenID, Google, Yahoo, MySpace, AOL)


enlightenmental1
Participant

@enlightenmental1

@ Atul Singhal

duplicate you /register.php in your buddypress-home theme,

(duplicate it to keep it as a backup)

towards the bottom of register.php you’ll see something like “do_bp_core_signup”

you can comment that out and replace it with the Iframe version of the rpx plugin

<iframe src=”https://buzzwe.rpxnow.com/openid/embed?token_url=http%3A%2F%YOUR_SITE.com%2F%3Frpx_response%3D1%26goback%3Dhttp%253A%252F%252FYOUR_SITE.com/WELCOME_LANDING_CUSTOM_PAGE&#8221;

scrolling=”no” frameBorder=”no” style=”width:400px;height:240px;”>

</iframe>

just change YOUR_SITE and WELCOME_LANDING_CUSTOM_PAGE to your own token url

one issue I have with this on my site, is that the RPX plugin doesn’t gather much information… sometimes it will only get the email/username… sometimes the email is a “proxy mail email ” => @yahoo12343-proxymail.com (I haven’t confirmed this with all the 3rd party login providers)

this will effect how the notifications work… so you’ll proly want your landing page to have instructions to update their profile information

that should work

Skip to toolbar