when a new member joins using facebook connect, how can I redirect to pedit.php instead of avatar page?
Thanks
wonell
when a new member joins using facebook connect, how can I redirect to pedit.php instead of avatar page? Thanks wonell |
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 |
Hello, open the modules/boonex/facebook_connect/classes/BxFaceBookConnectModule.php header('location:' . BX_DOL_URL_ROOT . 'pedit.php'); PS: If possible do not write me personally, please try to ask on the forum first |
thanks |
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! |
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 |
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! |