vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Modify Guest Welcome Massage With Facebook Connect (https://vborg.vbsupport.ru/showthread.php?t=210644)

JohorBahru 04-08-2009 09:15 AM

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>

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

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

Quote:

Originally Posted by Lynne (Post 1786745)
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


All times are GMT. The time now is 01:14 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01143 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete