vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Login Area, Password box issue. (https://vborg.vbsupport.ru/showthread.php?t=284835)

Xcynic 06-23-2012 03:35 PM

Login Area, Password box issue.
 
Hello. I'm in the process of coding a style to work with vBulletin but I've encountered an issue with the login area. More specifically the password box.

Everytime you click on it it disapears and jumps up besides the username area. I will provide you with a link so you can see it for yourself.

http://www.x-productions.com/forum.php

Just click on the password box and you'll see what I'm talking about.

Any help is appreciated!

Hopefully this is the correct section to post this.

kh99 06-23-2012 04:05 PM

When I look at the html for your page I see this (which I assume resembles what's in the template, although I haven't looked):

Code:

<input id="navbar_password" class="textbox" type="password" size="10" name="vb_login_password" tabindex="102" style="display: none;">
<br>
<input id="navbar_password_hint" class="textbox default-value" type="text" value="Password" size="10" name="vb_login_password_hint" tabindex="102" style="background-image: url("mortalgaming/form_bg.png"); margin-left: -102px; display: inline; width: 113px; margin-top: 8px;">


There are actually 2 password boxes, one with the message and one without. Only one is visible at a time and when you click it switches. There's a <br> in between them, so one shows up on the same line as the username and the other doesn't. Maybe it wil fix it if you move the <br> to be before the id="navbar_password" input tag.

Xcynic 06-24-2012 01:49 PM

Alright, I will try it and see what happens. Thanks!


All times are GMT. The time now is 10:08 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.00945 seconds
  • Memory Usage 1,713KB
  • 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
  • (3)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