PDA

View Full Version : Modify Guest Welcome Massage With Facebook Connect


JohorBahru
04-08-2009, 09:15 AM
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
<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 -->"
<!-- 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

Lynne
04-08-2009, 03:39 PM
You should be asking questions regarding modifications in the modification thread.

JohorBahru
04-08-2009, 04:01 PM
because i see there is no link with facebook connect, and more about the guest welcome message ..

Lynne
04-08-2009, 05:10 PM
I don't understand what the question is then. You want to modify the guest welcome message with what you posted above and ??

Dismounted
04-09-2009, 04:11 AM
To change the guest message, modify the phrase "first_visit_message"...

JohorBahru
04-09-2009, 04:11 AM
I don't understand what the question is then. You want to modify the guest welcome message with what you posted above and ??

actually added in the facebook connect into the guest welcome message, and share here.
so hope anyone could correct me if i'm doing anything wrong