It's in the header code, and I can make it work once you're logged in. I can log in with the default vb4 style, and then move to your style and see the facebook connect logo in the header The problem is, with your drop down java log on, I don't know where to put this code.
The code is:
Code:
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
It goes in the member option area, usually right after this line in HEADER
Code:
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
Now, if you can put this in the appropriate place in HEADER, and in your template for the log in area, it should work....
Also, you need to put the two facebook gif's into your misc (image) directories.