How to redirect to index.php after "login in using facebook connect"?

Please help!....It only redirects to index.php when users facebook connect teh first time.. then after.. it redirects to member.php. any help please!

Quote · 21 Apr 2012

Change the default redirect URL.

Open modules\boonex\facebook_connect\classes\BxFaceBookConnectConfig.php

Look for this line.

$this -> sDefaultRedirectUrl = BX_DOL_URL_ROOT . 'member.php';

Change to this.

$this -> sDefaultRedirectUrl = BX_DOL_URL_ROOT . 'index.php';

https://www.deanbassett.com
Quote · 21 Apr 2012

thanks deano :) it worked

Quote · 21 Apr 2012
 
 
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.