Facebook Connect

when a new member joins using facebook connect, how can I redirect to pedit.php instead of avatar page?

Thanks

wonell

Quote · 18 May 2010

find this line and you will be able to go to the moon!

function setLogged($iProfileId, $sPassword, $sCallbackUrl = null)

hint: the module folder name is the same.

I have video tutorials to help you mrpowless.com
Quote · 19 May 2010

Hello, open the modules/boonex/facebook_connect/classes/BxFaceBookConnectModule.php

find these strings :

// create system event
bx_import('BxDolAlerts');
$oZ = new BxDolAlerts('profile', 'join', $iProfileId);
$oZ -> alert();

and after it add :

header('location:'  . BX_DOL_URL_ROOT . 'pedit.php');

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 19 May 2010

thanks

Quote · 19 May 2010

I guess this is not what your talking about is it?

simply post the link for redirection in your Facebook application settings on the canvas page... "Post-Authorize Redirect URL" I have mine set to "http://takeoverjax.com/m/avatar/" you can change this to any link you want with out editing module..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 19 May 2010

 

I guess this is not what your talking about is it?

simply post the link for redirection in your Facebook application settings on the canvas page... "Post-Authorize Redirect URL" I have mine set to "http://takeoverjax.com/m/avatar/" you can change this to any link you want with out editing module..

 

Canvas Page?

Csampson
Quote · 21 May 2010

canvas page can be found in your facebook application settings under developers site...http://developers.facebook.com/docs/guides/canvas/

let me know if you see what I'm talking about.

When a member joins via facebook, you can set the page they land on after joining...I have some sites set to events pages, and other sites to avatar, it makes the members double check their avatar...I usually have a better chance of getting an actual photo of the member this way.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 22 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.