The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Modify Guest Welcome Massage With Facebook Connect
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> 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 --> Am i doing anything wrong with this? Need advices, thank you |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|