Ok, quick question. I reverted my headinclude template on my custom style which got the facebook bit working. I then compared my headinclude on my custom style to the default style an the only difference was this....
CUSTOM style had this in the headinclude:
Code:
<vb:if condition="$vboptions['enablefacebookconnect']">
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin_facebook.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
<!--
var FB_APIKEY = "{vb:raw vboptions.facebookapikey}";
var FB_RECEIVER = "{vb:raw vboptions.facebookreceiverlocation}"
// -->
</script>
</vb:if>
When I added it to the default style one the facebook bit didn't work.
I'm not sure where this code came from, was it your Mod that adds this code?