Quote:
Originally Posted by BBR-APBT
I removed the default button and replaced it with my own.
I put the following in the header.
Code:
<vb:if condition="$show['guest']">
<div style="float: right; padding-top: 30px; padding-right: 10px; ">
<a href="{vb:raw vboptions.bburl}/facebook.php{vb:raw session.sessionurl_q}" rel="nofollow">
<img src="{vb:raw vboptions.bburl}/images/buttons/fbconnect.gif" border="0"/>
</a>
</div>
</vb:if>
P.S. you do not need the full path like I did. My site runs across sub domains so I have to use full path all the time.
|
This is great....it worked on my site perfect!