vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Problem trying to merge Login/PM info into Header. (https://vborg.vbsupport.ru/showthread.php?t=125833)

ISeemToBeAVerb 09-05-2006 01:13 AM

Problem trying to merge Login/PM info into Header.
 
I'm trying to add the Login/PM info box to the right side of my logo in the header. The script works great when I get rid of the Login, PM Info code and just leave the Login Form code. What am I doing wrong here?

Link to my site: Chicago Film Forum

Here's the code I currently have in my header:

Code:

<!-- logo -->
 <a name="top"></a>
<div style="margin:10px; padding:15px; background:#FFFFFF;">
<div style="background:#535353 url(http://www.chicagofilmforum.com/images/misc/banner.gif); height:50px;">
<div style="float:left; height:50px; width:379px; text-align:left; "><a href="http://www.chicagofilmforum.com"><img src="http://www.chicagofilmforum.com/images/misc/logo.gif" alt="Chicago Film Forum" width="379" height="50" border="0"></a></div>
<div style="float:right; height:44px; text-align:left; padding:3px;">
       
<!-- login, pm info -->
    <if condition="$show['member']">
    <td class="alt2" valign="top" nowrap="nowrap"><div class="smallfont"><strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <if condition="$show['pmstats']"><br />
        <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if> </div></td>
    <else />
    <td class="alt2" nowrap="nowrap" style="padding:0px"> </td>
    <!-- login, pm info -->

        <!-- login form -->
    <form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
      <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
      <table cellpadding="0" cellspacing="3" border="0">
        <tr>
          <td class="smallfont">User Name</td>
          <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
          <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar">
            <input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />
            Remember Me?</label></td>
        </tr>
        <tr>
          <td class="smallfont">Password</td>
          <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
          <td><input type="submit" class="button" value="Log in" tabindex="104" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
        </tr>
      </table>
      <input type="hidden" name="s" value="" />
      <input type="hidden" name="do" value="login" />
      <input type="hidden" name="vb_login_md5password" />
      <input type="hidden" name="vb_login_md5password_utf" />
    </form>
    <!-- / login form -->
  </div>
</div>
<!-- /logo -->



All times are GMT. The time now is 09:17 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.01387 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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