News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

SA Facebook Integration

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

Previous topic - Next topic

Bombat

i've tried to uninstall previous version, i'm planning to install the newest one. but i found this error message :

Execute Modification ./SSI.php Test failed

what should i do?

SA™

id wait for now theres a few issues in the new version of the mod :/

@all the people who upgraded and are having issues i have added back rc5 to the mod site for now if you have problems with the new version pls reinstall rc5

i should be able to take a better look at rc6 soon when im not on call although i may put all my effort into the 2 version of the mod instead as the current build will not work at all come september this is due to facebook realsing version 3 of there php sdk
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 -___-

roonekoos

I installed the mod without errors, I can't find anything from the mod back in my admin panel and nothing show on the index screen above the avatar.

I cleaned my cache.

using 2.0RC4

Please help.
German Shepherd Forum (Dutch)
http://duitseherderforum.com/

[Lucien]

Quote from: roonekoos on May 29, 2011, 04:15:32 AM
I installed the mod without errors, I can't find anything from the mod back in my admin panel and nothing show on the index screen above the avatar.

I cleaned my cache.

using 2.0RC4

Please help.

Go to admin panel --> configuration --> core features --> enable it there :)
I'm using SMF 2.0.2 and SimplePortal 2.3.4

roonekoos

Quote from: [Lucien] on May 29, 2011, 05:24:32 AM
Quote from: roonekoos on May 29, 2011, 04:15:32 AM
I installed the mod without errors, I can't find anything from the mod back in my admin panel and nothing show on the index screen above the avatar.

I cleaned my cache.

using 2.0RC4

Please help.

Go to admin panel --> configuration --> core features --> enable it there :)

I checked but it is not there eigther :(
German Shepherd Forum (Dutch)
http://duitseherderforum.com/

netalberto

@sa  hello...for smf 1.1.13  we  abandoned to our fate ... 


A question... user registred by new facebook have email like this?!?!? :
1755   mizar81   mizar81   apps+161074970610947.1535006082.dc0cbbff808922b559e7e3ab9f3ad05e@proxymail.facebook.com

SA™

@roonekoos
it wont work on rc4 cos it uses hooks and some aint in rc4

@netalberto
it a proxy email if they deny allowing email then it defaults to the old proxy service
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 -___-

Mihac™

how to do this when you register through Facebook that are automatically in the profile is loaded avatar with Facebook, Facebook profile URL, place and gender

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

hotwheels

SA, i have a quick question. When i click on the facebook share button, it is not locating or allowing me to choose any images/attachments. How can i make the share button allow me to choose or locate attachments and avatars to share on facebook.

My website is a car enthusiasts website and when a person uploads attachments (pic's) of their rides, click the share button, it isn't allowing them to choose an image to share. I have my site set up to turn attachment pics into thumbnails. So i would think the share button should have no problem finding the thumbnails.

Any ideas?

SA™

you have todo this with meta tags
http://developers.facebook.com/docs/opengraph/

specifully
<meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/>

but you have figar out how to get the attachment image i cant realy look to close right now asi got to go out in a wee bit
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 -___-

hotwheels

doesn't that set up only allow you to choose a single image that will always be shown? Currently with the facebook sharer.php, ,if you post an image via , and click share, it will find that image and allow you to choose from other pictures also in the topic that is using the img tag.

but if you upload an image via smf's attachments option, the share.php can't and doesn't locate the attachment. I know on my vbulletin website, it locates both img tags and attachment tags......So because i have seen it work within vbulletin, i know it can be done, i am just not totally sure how to code with smf yet..

Thanks for the quick reply my friend, i really appreciate it....

SA™

hmm the like button works a little different to the share buttton

but yes that would allow a single image
i know what you wanted tho just im on limited time right now
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 -___-

madfitz

Hi. I've just installed this mod - SA FBConnect v1.0 RC6 Rev300 on SMF 2.0 RC5  - and I'm seeing these two errors.

The first (template) error:
h++p://mydomain/forum/index.php?scheduled=task;ts=1307145600
Unable to load the 'WIRELESS_PROTOCOL_above' template.

And the second (critical) error:

h++p://mydomain/forum/index.php?scheduled=task;ts=1307145600
The database value you're trying to insert does not exist: member_id
Function: faceBook_USettings
File: /home/rocksoft/public_html/mydomain/forum/Sources/FB_Connect/facebookHooks.php
Line: 572

The lines in question:

558: function faceBook_USettings($id,$row,$where) {
559:
560: global $smcFunc;
561:
562: $results = $smcFunc['db_query']('', '
563: SELECT m.{raw:row}
564: FROM {db_prefix}members AS m
565: WHERE m.{raw:where} = {string:member_id}
566: LIMIT 1',
567: array(
568: 'member_id' => $id,
569: 'row' => $row,
570: 'where' => $where
571: )
==>572: );
573: $temp = $smcFunc['db_fetch_assoc']($results);
574: $smcFunc['db_free_result']($results);
575:
576: return $temp[$row];


Any idea what I need to do?

ARG01

FB Connection Integration (SA_FBConnect_1.0_RC6_rev300.zip)

SMF RC5

I did a lot of reading and tried everything but keep getting Test Failed

32.    Execute Modification    ./Sources/Subs.php    Test failed

and

1.    Replace    ./Sources/Subs.php    Test failed

Any ideas?
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

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

madfitz

(reposting this because you seem to have missed it  ;))
Hi. I've just installed this mod - SA FBConnect v1.0 RC6 Rev300 on SMF 2.0 RC5  - and I'm seeing these two errors.

The first (template) error:
h++p://mydomain/forum/index.php?scheduled=task;ts=1307145600
Unable to load the 'WIRELESS_PROTOCOL_above' template.

And the second (critical) error:

h++p://mydomain/forum/index.php?scheduled=task;ts=1307145600
The database value you're trying to insert does not exist: member_id
Function: faceBook_USettings
File: /home/rocksoft/public_html/mydomain/forum/Sources/FB_Connect/facebookHooks.php
Line: 572

The lines in question:

558: function faceBook_USettings($id,$row,$where) {
559:
560: global $smcFunc;
561:
562: $results = $smcFunc['db_query']('', '
563: SELECT m.{raw:row}
564: FROM {db_prefix}members AS m
565: WHERE m.{raw:where} = {string:member_id}
566: LIMIT 1',
567: array(
568: 'member_id' => $id,
569: 'row' => $row,
570: 'where' => $where
571: )
==>572: );
573: $temp = $smcFunc['db_fetch_assoc']($results);
574: $smcFunc['db_free_result']($results);
575:
576: return $temp[$row];


Any idea what I need to do?

tcarlisle

Good day!

I am using a fresh install of smf 2.0rc5 and SA FBConnect v1.0 RC6 Rev300, and what I am finding is that installing the FBConnect brekas the normal registration such that the verification image (captcha) is not displayed. This makes it impossible for people to register without registering through facebook, and I would like regular registration to work.

Has anyone seen this before, or can advise?

Thank you!

SA™

@madfitz
can you try the rc5 version pls

@tcarlisle
not seeing this issue on my local test site can you also try rc5 version pls
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 -___-

madfitz

Quote from: SA™ on June 05, 2011, 02:21:14 PM
@madfitz
can you try the rc5 version pls

@tcarlisle
not seeing this issue on my local test site can you also try rc5 version pls

OK, I'm now using SA FBConnect 1.0 RC5 rev292 and firstly I can confirm it fixes tcarlisle missing captcha images because mine were missing too, but I didn't associate that problem with this mod.

I'm not seeing those error messages in the log yet but I'm not seeing any way to register with a FB account. On the register page all I get is plain text reading "Connect with Facebook" but no links (or graphic buttons) to FB.

When I login I see "Integrate with Facebook" but that just leads to a plain text message "You are not connected with Facebook!" and "Connect Now" but, again this is not a working link or a button.

Any ideas?

BTW you have several typos in the language file  ;)

~DS~

QuoteBTW you have several typos in the language file

This is already fixed in either rev 299/300 but won't be pushed as of yet. We are working on 2.0
"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

Advertisement: