"user name" text in login box does not dissapear

Discussion in 'vBulletin Discussions' started by Lavrishevo, Jul 27, 2010.

  1. Lavrishevo

    Lavrishevo Newcomer

    Joined:
    Jul 27, 2010
    Messages:
    5
    Likes Received:
    0
    First Name:
    Daniel
    "user name" text in login must be manually deleted! *Fixed*

    First I will admit I am newbie and still in the process of figuring things out. So much to learn...

    This is on Vbulletin 4.0.3 BTW

    So, the "user name" text is not disappearing once you click inside the login box. You have to manually delete it every time. I would like to either fix this or get rid of the text altogether. I did read a post made by DJ Dan back in 09 about how to delete this from the navbar template but I cannot find the code referenced.

    Any help is greatly appreciated.
     
  2. Lavrishevo

    Lavrishevo Newcomer

    Joined:
    Jul 27, 2010
    Messages:
    5
    Likes Received:
    0
    First Name:
    Daniel
    I just wanted to thank Big Dan personally! He was able to review my templates and found it in the header template file.

    Big Dan is the man!

    What the exact code is I do not know... Big Dan does but if anyone wants to remove this text this is where it is located and Big Dan knows the exact code. Thanks again your help Big Dan.
     
  3. Lavrishevo

    Lavrishevo Newcomer

    Joined:
    Jul 27, 2010
    Messages:
    5
    Likes Received:
    0
    First Name:
    Daniel
    If you want to remove this text on 4.0.X edit in your header.php via style manager.

    Find this and remove only what I highlighted in bold:

    <li class="inputPad"><input type="text" class="loginInput" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /><input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></li>
     

Share This Page