To place the small facebook icon as i did beside the login button do this
In the header template search for :
<input type="submit" class="loginbutton" value="Login" tabindex="104" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
Righ after paste this code :
<vb:if condition="$show['guest']">
<a href="{vb:raw vboptions.bburl}/facebook.php{vb:raw session.sessionurl_q}" rel="nofollow">
<img src="{vb:raw vboptions.bburl}/fbb/fbconnect.gif" border="0"/>
</a>
</vb:if>
Download the fbconnect.gif icon that i attached here and upload it to your fbb folder in your root forum folder.
This will place the button to the right of the login button.
|