Quote:
Originally Posted by foruma-z
Sorry i am not sure how to solve your issue as there is no space in the login part on the header to accommodate the facebook codes, thats the reason it breaks the login box...
I noted this issue and will rework the design and codes on next update vb4x...
thanks...
|
Facebook Connect button displays within the 'header' section. Instructions:
In Bingo 'header' template, find
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form></if>
and below add the Facebook Connect button code
<!-- fbconnect -->
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
<!-- / fbconnect -->
Note: You can change the "Connect with Facebook" alt text with words of your choice.
Next find the Bingo footer template, open it, find code:
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
and below that add
<!-- fbconnect -->
$fbconnect_init
<!-- / fbconnect -->
Button displays on my site, but button not functioning, so must be problem elsewhere.