Facebook connect button

Hi all, we are trying to add the facebook connect button above the

Not a member yet? Join now!

Join our community now to meet new people; share photos, videos and music; create your own blog; post ads; chat online and more!

How do we go about doing this and where is the file we need to edit. Any help would be much appreciated.

Many Thank

Quote · 24 Jun 2010

did you purchase a seperate module? like the one from deano92964

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

no i have the standard one. All i want to know is where the file is that need editing then i can add the button myself :)

Quote · 24 Jun 2010

no i have the standard one. All i want to know is where the file is that need editing then i can add the button myself :)

inc\design.inc.php around line 525

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

cheers for the quick response :) i owe you

Quote · 24 Jun 2010

lol i get a blank page :(

<script src="http://static.ak.fbcdn.net/connect/en_US/core.js"></script> <script>  FB.init({ apiKey: 'myapikey' }); </script> <div class="fb_button" id="fb-login"> <a href="#" class="fb_button_medium">  <span id="fb_login_text" class="fb_button_text">Connect with Facebook</span> </a> </div> <script> document.getElementById('fb-login'). alt= function() { FB.login(function(response) { if (response.session) { document.getElementById('fb-login').innerHTML = "<span id='fb_login_text' class='fb_button_text'>Logout</span>"; } else { document.getElementById('fb-login').innerHTML = "<span id='fb_login_text' class='fb_button_text'>Connect with Facebook</span>"; } }); }; </script>
return $sFormCode . $sJoinText;

what do i need to wrap this in as i am still quite a noob

Quote · 24 Jun 2010

lol i get a blank page :(

<script src="http://static.ak.fbcdn.net/connect/en_US/core.js"></script> <script>  FB.init({ apiKey: 'myapikey' }); </script> <div class="fb_button" id="fb-login"> <a href="#" class="fb_button_medium">  <span id="fb_login_text" class="fb_button_text">Connect with Facebook</span> </a> </div> <script> document.getElementById('fb-login'). alt= function() { FB.login(function(response) { if (response.session) { document.getElementById('fb-login').innerHTML = "<span id='fb_login_text' class='fb_button_text'>Logout</span>"; } else { document.getElementById('fb-login').innerHTML = "<span id='fb_login_text' class='fb_button_text'>Connect with Facebook</span>"; } }); }; </script>
return $sFormCode . $sJoinText;

what do i need to wrap this in as i am still quite a noob

that will never work...

are you trying to use the login script from facebook developers page? you will not get that to work, if your not a programmer,

the connect button is not that simple, you will have to purchase a module, 10 bucks for one is well worth the money for the time you have already invested...

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

looks like i will have to buy one then :(

Quote · 24 Jun 2010

The button has to link to the facebook connect module which ever one your using.

Code to link a button to the boonex FB connect module i have posted several times in the forums. One of the posts is here.

http://www.boonex.com/unity/forums/#topic/Separate-FB-Connect-Basic-Login.htm

https://www.deanbassett.com
Quote · 24 Jun 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.