Hi,
Just tested this modification with vb demo version, but never try with the facebook connect at my own site. Could anyone help me check these code?
1. Replace the "first_visit_message" with the code below
Code:
<table width="971" height="79" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="486" align="left" valign="top"><a href="http://demo.vbulletin.com/calendar.php"><img src="http://mydomain.com/misc/normalregister.png" width="486" height="79" border="0"></a></td>
<td width="485" align="left" valign="top"><a href="#" onclick="facebook_requestSession(); return false;"><img id="fb_login_image" src="http://mydomain.com/misc/facebookregister.png" alt="Connect" border="0"></a></td>
</tr>
</table>
2. Go to the homepage template, and modify the code within the "<!-- guest welcome message -->"
Code:
<!-- guest welcome message -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
<!-- / guest welcome message -->
the picture is attached with this thread

Am i doing anything wrong with this? Need advices, thank you