News:

Wondering if this will always be free?  See why free is better.

Main Menu

SA Facebook Integration

Started by SMFHacks.com Team, February 12, 2010, 01:36:11 PM

Previous topic - Next topic

Afro

So you mean i should download the final zip and overwrite the previous.

SA™

well unzip it and just upload the souces files and template file that is only if you are using fb connect 0.1 rc3 if not then you have to uninstall then reinstall to use the new version
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

lolicute

For 1.1.11:

Error in foro test:

Fatal error: Cannot use string offset as an array in /home/xxxxxxxxxxxx/domains/tabascog.com/public_html/foro/Sources/FB_Connect/FB_Connect_Subs.php  on line 282

:S

littenburg

I am constantly getting this error:
You Are not Connected With Facebook!

--------------------------------------------------------------------------------
Integrate forum account with Facebook.

anything i can do about that?

SA™

@DarkCo0oL i am looking into this error i dont know what causes it yet :(

@littenburg your get that somtimes again i am looking into this
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-


lolicute


teofiluscandra

Quote from: Dismal Shadow on March 31, 2010, 04:21:09 AM
Just search for the code line it's asking and put it in there before/after/replace
So i need to What sir ?
I must Change [find] code
to [after] code ?
QuoteFind[Select]
<div id="forumposts">
<div class="cat_bar">
<h3 class="catbg">
Add After[Select]
';
if ($context['show_fb_share_button']){
   echo'<script type="text/javascript">
           var mod_settings_fb_share = "',$context['current_topic'],'";
            </script>
        <span id="share"></span>
        <script type="text/javascript">
            Get_share();
            </script>
                <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>';
}
   echo'
so i change [find] code and replace it [after] code ? and then what should i do sir,
i'm sorry because i newbie

~DS~

Noooo, don't put the "Find[Select]""Add After[Select]"
Just the codes that was shown.
"There is no god, and that's the simple truth. If every trace of any single religion were wiped out and nothing were passed on, it would never be created exactly that way again. There might be some other nonsense in its place, but not that exact nonsense. If all of science were wiped out, it would still be true and someone would find a way to figure it all out again."
~Penn Jillette – God, NO! – 2011

erorcun

Quote from: DarkCo0oL on March 31, 2010, 08:10:34 PM
For 1.1.11:

Error in foro test:

Fatal error: Cannot use string offset as an array in /home/xxxxxxxxxxxx/domains/tabascog.com/public_html/foro/Sources/FB_Connect/FB_Connect_Subs.php  on line 282

:S

I updated 1.1.x version.

Can you try now?
-Yemeklerin niye bu kadar lezzetli?
-Sana koyuyorum.
-Hmm ben diğer ustalara söyliyim onlar da sana koysun.

lolicute

Quote from: erorcun on April 02, 2010, 12:20:44 PM
Quote from: DarkCo0oL on March 31, 2010, 08:10:34 PM
For 1.1.11:

Error in foro test:

Fatal error: Cannot use string offset as an array in /home/xxxxxxxxxxxx/domains/tabascog.com/public_html/foro/Sources/FB_Connect/FB_Connect_Subs.php  on line 282

:S

I updated 1.1.x version.

Can you try now?

i update...

and...

Fatal error: Cannot use string offset as an array in /home/xxxxxxxx/domains/tabascog.com/public_html/foro/Sources/FB_Connect/FB_Connect_Subs.php  on line 283

lol

LuisMX

Quote from: Pяєηѕєѕ LF on March 19, 2010, 09:02:05 AM

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homez.40/site/www/fbc/facebook/php/facebook.php  on line 38

in a new SMF RC3 forum.

where l make an error ?

///

sorry, just a read the same error in another topic  :-[
same error, so, where is the fix ??? plz :) ohhhhh I need php 5 :)

so, If I want it to work like youtube, when you upload a video it automatically publish it in your wall, can I do this in my page without need of a "Share Button" ???

kinsella

I have looked through this thread as well as searched online for the solution to this issue i am having. 

I cannot figure out where to make edits on the Blackbox theme I am using.  FB Connect works with the default theme, just not on the custom one.  the only two tests failed on the intall are the 2 i am having problems inserting. 

I have included the index.template and the two steps that failed.

If anyone could help i would be grateful for it.

FIND:
if (!empty($modSettings['enableOpenID']))
            echo '
               <br /><input type="text" name="openid_identifier" id="openid_url" size="25" class="input_text openid_login" />';

         echo '
               <input type="hidden" name="hash_passwrd" value="" />
            </form>';

ADD After:

show_facebook();




FIND:

if (!empty($context['user']['avatar']))
            echo '
            <p class="avatar">', $context['user']['avatar']['image'], '</p>';


ADD BEFORE:

if (empty($modSettings['fb_enable_fbc_menu']))
    {
       show_facebook();
    }



Thanks in advance.

elforoof

will this work for  SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Dilber MC Theme by HarzeM ?
thank you

lolicute

Quote from: elforoof on April 05, 2010, 12:32:45 AM
will this work for  SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Dilber MC Theme by HarzeM ?
thank you

[tu puedes probarlo en localhost para ver si funciona en tu theme]


btw, im still with problem:

FB_Connect_Subs.php  on line 283

SA™

i got an update comming for this later should fix this issu
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

kinsella

Quote from: Sleepy Arcade on April 05, 2010, 12:21:32 PM
i got an update comming for this later should fix this issu

Whom were you addressing?  Mine or DarkCool?

SA™

oppps sry i had rush out before i could finish typing :/

cos you theme doesnt have the parts it searches for i dont know how this will look but i have put it before the facebook group link

backup first
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

kinsella

Thanks for your quick reply.

The issue isnt that the FB button doesnt show up, its that the button doesnt function.

On the default theme, when the FB button is clicked, it functions as it is suppose to.  On the custom theme, the FB button shows up where it is suppose to, it just doesnt work.  When it is click, nothing happens. 

The edits will make it function properply, if placed in the right spot. 

SA™

so you got it working now? if not can i have a link to you site with that installed? pm me with it if you want
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Advertisement: