2010-10-21, 11:48 AM
(2010-10-19, 02:53 PM)pavemen Wrote: try a global replace in my plugin. change $facebook to $mypub_fb or soething else unique and give it another shot.
Changing the name in your plugin didn't work, But, changing the class name in his plugin did, and now both play nice with each other.
Here's what I did:
in the Facebook Connect plugin files, I changed line 77 in facebook.php
from: class Facebook
to: class Facebook_connect.
In fbmain.php I changed line 13
from: $facebook = new Facebook(array(
to: $facebook = new Facebook_connect(array(
I will contact Lennart and let him know of the conflict and how to resolve it, if he is interested in doing so.
Tahnks for the help pavemen!