Quote:
Originally Posted by Ryuk
http://forum.darkness-online.com
The problem is, that im not seeing anything >_< I did check 3 times if I did all the correct template edits, but nothing.. if you need a temp admin account, let me know.
|
There is a conflict with the Navbar Additions + ShareThis mod!
Quote:
Originally Posted by RvG2
sllik, just to bump this 
|
noted
Quote:
Originally Posted by Armyqt
I've upgraded to 3.8.1 and now I can't see the facebook logo anymore. My templates were updated, so what gives?
|
Do you have the Navbar Additions + ShareThis installed?
Quote:
Originally Posted by Pip
It has - in the HTML source (in the browser) I also see the fbconnect comments but the JavaScript is missing.
Code:
<!-- fbconnect -->
<!-- / fbconnect -->
Looks like $fbconnect_init doesn't contain any data. Any clue why that happens?
If you like to take a look. I use ibProArcade 2.6.8+ - that's the latest version.
By the way:
I tested that with a coworker. My forum account already existed and I used Facebook Connect a few times with my account. My coworker doesn't had a forum account before and used Facebook Connect for creating a forum account. We are both listed as friends on Facebook.
On my forum I appeard in his friend list but he didn't appear in my list.
Was that just a random failure or is it a bug?
Thanks for your help - and again: best mod ever 
|
I would suggest you replace:
Code:
<!-- fbconnect -->
$fbconnect_init
<!-- / fbconnect -->
with
Code:
<script type="text/javascript">
<!--
var bburl = '$vboptions[bburl]';
//-->
</script>
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<script src="$vboptions[bburl]/clientscript/fbconnect.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
// Main Facebook Connect Javascript Initialization
FB.init("$vboptions[fbconnect_apikey]", "$vboptions[fbconnect_xd_receiver]");
//-->
</script>
and yeah i think that friend thing was a bug... I'll fix it in the next release.