News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SA Facebook Integration

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

Previous topic - Next topic

Kindred

what do you mean "facebook comments dead"?  That is a buck useless description of a problem.

My site still posts new threads to the facebook group...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

GZ06

Quote from: Kindred on October 24, 2013, 12:06:09 PM
what do you mean "facebook comments dead"?  That is a buck useless description of a problem.

My site still posts new threads to the facebook group...

I mean that still no solution. I know that your site is still shows it, but my stopped after update to 2.0.6 and still do not have answer from mod or smf creators




What tables are using FB integration in database, anybody news it? I will try to check.
Georgia and Ukraine -FOREVER!

jekwusky

Quote from: Kindred on October 24, 2013, 07:13:50 AM
jekwusky, why are you asking? What are you trying to do?
I wanna fix the error of ''No connection to facebook found'' for facebook integration mod

Kindred

So then why are you asking this?
Quote from: jekwusky on October 24, 2013, 05:50:37 AM
hello, please friend, where can I locate this code file : ''function facebook_array_insert(&$input, $key, $insert, $where = 'before', $strict = false)''
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

GZ06

what about "faster support" I'm not sure. Right now I have related topic http://www.smfhacks.com/index.php/topic,7935.msg33942.html#msg33942
Looks support team do not see that, yet.

Georgia and Ukraine -FOREVER!

Arantor

How about being a bit more patient because everyone here is a volunteer and doing this in their free time? Unless you paid for something, you're really not entitled to 'fast' support.

GZ06

Quote from: Arantor on October 25, 2013, 11:05:19 AM
How about being a bit more patient because everyone here is a volunteer and doing this in their free time? Unless you paid for something, you're really not entitled to 'fast' support.

yes, will wait. no other chance. 
Georgia and Ukraine -FOREVER!

SA™

the issue with the comments is cos incorrect logic in the template
facebook.template.php
$com_com = empty($modSettings['fb_admin_commets_post']) ? $modSettings['fb_admin_commets_post'] : '0';
should be
$com_com = !empty($modSettings['fb_admin_commets_post']) ? $modSettings['fb_admin_commets_post'] : '0';

you also need to change that code in facebookHooks.php
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 -___-

vbgamer45

Quote from: SA™ on October 25, 2013, 12:40:21 PM
the issue with the comments is cos incorrect logic in the template
facebook.template.php
$com_com = empty($modSettings['fb_admin_commets_post']) ? $modSettings['fb_admin_commets_post'] : '0';
should be
$com_com = !empty($modSettings['fb_admin_commets_post']) ? $modSettings['fb_admin_commets_post'] : '0';

you also need to change that code in facebookHooks.php

Thanks SA have posted the update/fix in the latest version.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

GZ06

Quote from: SA™ on October 25, 2013, 12:40:21 PM
the issue with the comments is cos incorrect logic in the template
facebook.template.php
$com_com = empty($modSettings['fb_admin_commets_post']) ? $modSettings['fb_admin_commets_post'] : '0';
should be
$com_com = !empty($modSettings['fb_admin_commets_post']) ? $modSettings['fb_admin_commets_post'] : '0';

you also need to change that code in facebookHooks.php

Yes, solved! code fix in facebookHooks.php helped at the end.
Thanks.
Georgia and Ukraine -FOREVER!

jekwusky

Quote from: Kindred on October 25, 2013, 07:39:19 AM
So then why are you asking this?
Quote from: jekwusky on October 24, 2013, 05:50:37 AM
hello, please friend, where can I locate this code file : ''function facebook_array_insert(&$input, $key, $insert, $where = 'before', $strict = false)''
someone said I should locate the file and change the code to another thing else,or do you have any idea on what to do apart from changing the code for facebook integration mod to work properly.


Sincere

I installed it, but did not find its ACP ::)
Do you need a special mod for your smf forums? contact me for a quote.

qubbah

How can we set auto import avatar?

New user that registered using facebook having no avatar...

i look in source html  it is show

<img class="Avatar_Off" src="http://[email protected]/avatars/''" alt="">
                     </a>

SA™

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 -___-

qubbah

from this mod
Features:
-Import your facebook avatar

is this features must be manually or automatically?

Bob.Nudd

When I try to install this mod or the twitter mod, it changes the permissions of my home folder and renders my entire site useless give's me a 500 internal server error on all .php files

Kindred

that will likely happen with ANY mod that you try to install....

You should get your directories and files to be writeable by the script without going to 777/666 (which, per your hosts's configuration, is what is causing the trouble)
The fact that SMF is attempting to set your files and directories to 666 and 777 indicates that they are NOT writable in the first place and the script needs to make them writeable in order to install the mod.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Bob.Nudd

Quote from: Kindred on November 01, 2013, 11:51:17 AM
that will likely happen with ANY mod that you try to install....

You should get your directories and files to be writeable by the script without going to 777/666 (which, per your hosts's configuration, is what is causing the trouble)
The fact that SMF is attempting to set your files and directories to 666 and 777 indicates that they are NOT writable in the first place and the script needs to make them writeable in order to install the mod.

Will a manual install not cause the issue then?

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: