Has anyone got that to work? What is the trick, and WHY are so many having problems?
Has anyone got that to work? What is the trick, and WHY are so many having problems? |
what the problem??? you'd better write specific of your problem so we can read it.. ^_^ => http://friends.smansakra.sch.id => friends community based dolphin 7 |
thanks, I should have added more.. it is version 7.04 when they register, the email does not come though, and they are listed as afganistan, with nothing else in the profile
I there other settings I need to do on facebook to bring this over? I suspect others have the same problem but could not fine questions.
Thanks |
deano has a cheap product about facebook connect that has alot of feature , and obtaining email address is also included in it. http://www.boonex.com/unity/extensions/entry/Deanos_Facebook_Connect_Version_2_0 i don't know why sashae (creator of facebook connect) just redirect facebook login form to our site without confirmation from facebook.com, so email address of the facebook user can not be catch without permisson from facebook user. => http://friends.smansakra.sch.id => friends community based dolphin 7 |
I just bought that module, everything from him so far as been great.
The only country that shows up in the new profiles, is afganistan... thinking that might not be the best..
:)
Did you have this problem?
ALSO everything flips over to this now http://adventistdate.net/profile_info_required.php
thinkin' that ain't good either
Did you have that happen? and what was the fix? |
I just bought that module, everything from him so far as been great.
The only country that shows up in the new profiles, is afganistan... thinking that might not be the best..
:)
Did you have this problem?
ALSO everything flips over to this now http://adventistdate.net/profile_info_required.php
thinkin' that ain't good either
Did you have that happen? and what was the fix? Your getting Afghanistan because it is the first option in the country selection. And that is because facebooks API does not provide a country code. it also does not provide a zip/postal code. So that is how that will be until facebook decides to add those to the API. https://www.deanbassett.com |
The only country that shows up in the new profiles, is afganistan... thinking that might not be the best.. Did you have this problem? ALSO everything flips over to this now http://adventistdate.net/profile_info_required.php Did you have that happen? and what was the fix? nice to hear that you have just bought it. deano has answered your problem. now, i will answer your quenstion: "no, i don't have that problem, becouse i don't have deano facebook connect, i want it but i can not. Hopefully he give me for free"" hehehehe..LOL => http://friends.smansakra.sch.id => friends community based dolphin 7 |
Unlikley. Most of my mods features will be standard in dolphin 7.0.5 version of facebook connect. https://www.deanbassett.com |
Unlikley. Most of my mods features will be standard in dolphin 7.0.5 version of facebook connect. LOL, i was joking, i appreciate your hard working deano... ^_^ hahaha => http://friends.smansakra.sch.id => friends community based dolphin 7 |
worked fine, i installed some of it on the wrong website.. |
deano has a cheap product about facebook connect that has alot of feature , and obtaining email address is also included in it. http://www.boonex.com/unity/extensions/entry/Deanos_Facebook_Connect_Version_2_0 i don't know why sashae (creator of facebook connect) just redirect facebook login form to our site without confirmation from facebook.com, so email address of the facebook user can not be catch without permisson from facebook user. Ok I have added email request. Now facebook connect can return your email address! Ticket #2296, r14776 PS: If possible do not write me personally, please try to ask on the forum first |
deano has a cheap product about facebook connect that has alot of feature , and obtaining email address is also included in it. http://www.boonex.com/unity/extensions/entry/Deanos_Facebook_Connect_Version_2_0 i don't know why sashae (creator of facebook connect) just redirect facebook login form to our site without confirmation from facebook.com, so email address of the facebook user can not be catch without permisson from facebook user. Ok I have added email request. Now facebook connect can return your email address! Ticket #2296, r14776 Great, i'm happy to hear that, , , i will see the trunk => http://friends.smansakra.sch.id => friends community based dolphin 7 |
does anyone know how to put the face book connect on the index page? That would work smoother than folks finding out by accident when they go to register..
thoughts |
does anyone know how to put the face book connect on the index page? That would work smoother than folks finding out by accident when they go to register..
thoughts Does your login form not have the dropdown for fbook connect? |
does anyone know how to put the face book connect on the index page? That would work smoother than folks finding out by accident when they go to register..
thoughts it look likes mine, just create alink http://yoursite.com/modules/?r=facebook_connect/login_form , or may be you can insert facebook connect button image on that ancor => http://friends.smansakra.sch.id => friends community based dolphin 7 |
ok, what is your domain address?
Thanks
stan |
I don't think i understand. If you have my version of FB connect. Which i think you do, then if you fully read the install instructions file that comes with the mod you will find i provided instructions on how to install a facebook connect button in the logon box of the index page. https://www.deanbassett.com |
I will go over those again..
In the meanwhile, can I please see a sample of what this should look like on the index page?
Thanks |
I will go over those again..
In the meanwhile, can I please see a sample of what this should look like on the index page?
Thanks Open the inc/design.inc.php find this code line : $aAuthTypes,
and insert this before that : 'fb_button' => array( PS: If possible do not write me personally, please try to ask on the forum first |
thanks! I did get this error, any idea what i did wrong? thanks arse error: syntax error, unexpected T_DOUBLE_ARROW in /home/stan/public_html/inc/design.inc.php on line 446
here is what the code looks like
function getMemberLoginFormCode($sID = 'member_login_form', $sParams = '') { //get all auth types; 'fb_button' => array( 'type' => 'custom', 'content' => '<a href="modules/?r=facebook_connect/login_form"><img src="__your_image_url_here__"></a>', ), $aAuthTypes = $GLOBALS['MySQL']-> fromCache('sys_objects_auths', 'getAll', 'SELECT * FROM `sys_objects_auths`');
|
I should have read it first ?
__your_image_url_here__ |
same error,.. using this
$aAddInputEl[$aItems['Link']] = _t($aItems['Title']); } 'fb_button' => array( 'type' => 'custom', 'content' => '<a href="modules/?r=facebook_connect/login_form"><img src="http://adventistdate.net/modules/deano/deanos_facebook_connect/templates/base/images/fbconnectbut.png"></a>', ), $aAuthTypes = array( 'type' => 'select', 'caption' => _t('_Auth type'), 'values' => $aAddInputEl, |
thanks! I did get this error, any idea what i did wrong? thanks arse error: syntax error, unexpected T_DOUBLE_ARROW in /home/stan/public_html/inc/design.inc.php on line 446
here is what the code looks like
function getMemberLoginFormCode($sID = 'member_login_form', $sParams = '') { //get all auth types; 'fb_button' => array( 'type' => 'custom', 'content' => '<a href="modules/?r=facebook_connect/login_form"><img src="__your_image_url_here__"></a>', ), $aAuthTypes = $GLOBALS['MySQL']-> fromCache('sys_objects_auths', 'getAll', 'SELECT * FROM `sys_objects_auths`');
You inserted in wrong location in the file. https://www.deanbassett.com |