Quote:
Originally Posted by GigaSb
i edited the default template instead of the "Facebook Pro" template.
1. I still have the scrolling error.
2. I cant login with my facebook account.
|
scrolling problem?
You don't have a standard navbar so do this...
Find:
Code:
<form onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)" method="post" action="login.php">
[form contents]
</form>
Insert After:
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 -->