Any idea how to make the user be redirected to a custom page after he/she joined using facebook connect? Am using version 7.0.5 and it only has to redirect to member, index, pedit, avatar and join. HELp? any ideas?
Any idea how to make the user be redirected to a custom page after he/she joined using facebook connect? Am using version 7.0.5 and it only has to redirect to member, index, pedit, avatar and join. HELp? any ideas? |
Where do you want the member to be redirected? Web Development, Multimedia Design and Social Media. |
to a custom page eg. www.mysitename.com/page/something |
amin/advanced settings/other, should be able to change it there Back to pulling my hair out! (ouch, ouch,ouch) |
Easy. https://www.deanbassett.com |
Hi, deano92964 Thanks for you support on forums, I did it the same way, but when in signin via fb connect, it is still redirecting to member.php instead of index.php (that's what I need, redirection to index.php) What I did: Changed settings in Admin > Modules > FB Connect > Setting > "Redirect page after first sign in" selected index.php in dropdown. Then I edited: modules\boonex\facebook_connect\classes\BxFaceBookConnectModule.php and replaced member.php with index.php case 'member' : Then cleared the cache via admin panel. But problem is still there.
Easy.
|
Also, I want the users to redirect to index page instead of member / avatar page, when they Signup... |