To get access to the attachments Subscribe now

Post Reply 
 
Thread Rating:
  • 5 Votes - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FaceBook Connect plugin
10-16-2010, 04:48 AM (This post was last modified: 10-16-2010 04:50 AM by MauricioCr.)
Post: #41
RE: FaceBook Connect plugin
A great plugins!

I have a problem, the log is not closed the open session, like if you log off facebook and the forum is still open, do not logot out Undecided

--
Un gran plugins!!

Tengo un problema, al cerrar sesión no cierra sigue la sesión abierta, igual si cierro sesión en facebook y en el foro, sigue abierta, no cierra sesión
Find all posts by this user
Quote this message in a reply
10-17-2010, 12:48 AM
Post: #42
RE: FaceBook Connect plugin
I agree, noticed it too!

[Image: external.png]Photoshop - 3DsMax Tutorials
Find all posts by this user
Quote this message in a reply
10-17-2010, 02:49 AM
Post: #43
RE: FaceBook Connect plugin
Hey Lennart, Thanks for releasing this!

I've tested and installed it on my 1.4.13 board and it seems to work fine in that myBB release as well.
Find all posts by this user
Quote this message in a reply
10-17-2010, 04:20 AM (This post was last modified: 10-17-2010 04:21 AM by mark-in-dallas.)
Post: #44
RE: FaceBook Connect plugin
(10-14-2010 06:46 AM)el canadiano Wrote:  Remove the lines that say Connect with Facebook! completely, leaving "";, and then replace Connect with the HTML image location to the URL of the "Login with Facebook" image.

I could not get this to work. I tried with <img src="http:// path to image"> tag and got a syntax error, tried using only an http referrence and it displayed nothing. Any ideas?
Find all posts by this user
Quote this message in a reply
Today, 00:00 AM
Advertisement
10-17-2010, 04:14 PM
Post: #45
RE: FaceBook Connect plugin
I have found a problem, or rather a conflict. Your plugin and pavemens MyBB publisher don't seem to play nice together.

After installing your plugin I had not tried posting a new thread, but I just noticed that I had a few empty threads that had been posted. When a new thread was posted it threw up a facebook exception, and the thread would display as posted but clicking on it gave a 404 error.

I disabled posting new threads to facebook in MyBB publisher and threads post fine now.

I don't really know what's casuing the issue, because there really shouldn't be any conflict, but their is. Id love tto be able to use both though, if it's something that can easily be fixed.
Find all posts by this user
Quote this message in a reply
10-17-2010, 08:16 PM (This post was last modified: 10-17-2010 08:17 PM by cusman.)
Post: #46
RE: FaceBook Connect plugin
Mark : you're using it in 1.4 so there are bound to be some issues.. upgrade your forum and try again..!

try using this as your img code: <img src='http://www.yourdomain.com/images/fconnectimage.jpg' border='0' alt='facebook connect' />

[Image: external.png]Photoshop - 3DsMax Tutorials
Find all posts by this user
Quote this message in a reply
10-17-2010, 11:45 PM
Post: #47
RE: FaceBook Connect plugin
Thnaks cusman. Putting it in the 'fbconnect_doconnect' did not work, but then I placed the img src in front of Facebook in the 'fbconnect_regandcon_linktex' and it works fine.

As to upgrading to 1.6, I really can't. I'm using a theme that is not compatable with 1.6 and I've made modifications to a number of core files, as well as the theme.

I don't think the problems is due to a myBB version conflict, because of the error generated. I think it has to do with one of the hooks conflicting with a myBB publisher hook.

Here is the error that displays, which sounds more to me like
Code:
You cannot view this code until you login or register
Find all posts by this user
Quote this message in a reply
10-18-2010, 02:13 AM
Post: #48
RE: FaceBook Connect plugin
(10-16-2010 12:07 AM)cusman Wrote:  Yes they are powered by PHP, also using the MyBB login system.

I'd have to initialize that manually for you, could you PM me the PHP of your custom sites?

(10-16-2010 04:48 AM)MauricioCr Wrote:  A great plugins!

I have a problem, the log is not closed the open session, like if you log off facebook and the forum is still open, do not logot out Undecided

That's wanted, we do ask for offline access to post to the facebook wall and other options.

(10-17-2010 02:49 AM)mark-in-dallas Wrote:  Hey Lennart, Thanks for releasing this!

I've tested and installed it on my 1.4.13 board and it seems to work fine in that myBB release as well.

You are welcome! Great to hear about the 1.4 compatibility Smile

(10-17-2010 04:20 AM)mark-in-dallas Wrote:  
(10-14-2010 06:46 AM)el canadiano Wrote:  Remove the lines that say Connect with Facebook! completely, leaving "";, and then replace Connect with the HTML image location to the URL of the "Login with Facebook" image.

I could not get this to work. I tried with <img src="http:// path to image"> tag and got a syntax error, tried using only an http referrence and it displayed nothing. Any ideas?

Do not use double quotes or escape them:
Code:
You cannot view this code until you login or register
or
Code:
You cannot view this code until you login or register

(10-17-2010 04:14 PM)mark-in-dallas Wrote:  I have found a problem, or rather a conflict. Your plugin and pavemens MyBB publisher don't seem to play nice together.

After installing your plugin I had not tried posting a new thread, but I just noticed that I had a few empty threads that had been posted. When a new thread was posted it threw up a facebook exception, and the thread would display as posted but clicking on it gave a 404 error.

I disabled posting new threads to facebook in MyBB publisher and threads post fine now.

I don't really know what's casuing the issue, because there really shouldn't be any conflict, but their is. Id love tto be able to use both though, if it's something that can easily be fixed.

I don't know how the MyBB publisher works, sorry. In general my plugin does not change vars nor does it empty them. It should be compatible with all kind of plugins.

(10-17-2010 11:45 PM)mark-in-dallas Wrote:  Here is the error that displays, which sounds more to me like
Code:
You cannot view this code until you login or register

Sounds like MyBB publisher does initiate a Facebook class again - you should contact the author about that issue. The connect plugin must initiate the facebook class globally to make the login work.

Forum Admin
Visit this user's website Find all posts by this user
Quote this message in a reply
Today, 00:00 AM
Advertisement
10-18-2010, 08:41 AM
Post: #49
RE: FaceBook Connect plugin
Thanks Lennart, I'll contact pavemen about the issue.
Find all posts by this user
Quote this message in a reply
10-18-2010, 10:01 AM
Post: #50
RE: FaceBook Connect plugin
I cannot logout either. I have tried signing out of Facebook and then out of my forum but it still says it logs out and then right after it says it signed in with facebook...Any help?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MybbAddons | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication
This site is property of Lennart Sauter, powered by Zaiendo.de.