0
Welcome Guest! Login
0 items Join Now

Module Login - where has the psswd description text gone?

    • rafael.r's Avatar
    • rafael.r
    • Sr. Rocketeer
    • Posts: 162
    • Thanks: 0

    Module Login - where has the psswd description text gone?

    Posted 15 years 6 months ago
    • Please take a look at the module log in found on (login position)

      www.juruaonline.com.br

      You will see that the field ''Username'' is properly filled with ''Nome do Usuário'' that is its equivalent in Portuguese. However, the field ''Password'' is not being filled. I have already searched all files found in the module_login folder, the language files and even the template.css. No clues.

      Can anybody please help me?
    • Last Edit: 15 years 6 months ago by rafael.r.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Module Login - where has the psswd description text gone?

    Posted 15 years 6 months ago
    • At the bottom of the page I am seeing 'Senha' next to the password field...?

      What browser are you using?

      Could you post an annotated screen shot of what you are seeing?
    • Thanks,
      jim
    • rafael.r's Avatar
    • rafael.r
    • Sr. Rocketeer
    • Posts: 162
    • Thanks: 0

    Re: Module Login - where has the psswd description text gone?

    Posted 15 years 6 months ago
    • The module at the bottom of the page you cited is another one (inline login) that I have just installed in my search for an alternative to solve the problem. But it does not have the ''Remember me'', ''Forgot your password'', etc.

      The problem I am pointing with this topic occurs in the module found in the top of the page (login position, linked as ''Entrar'') as illustrated by the attached image.

      I am using Firefox v.3.5.5, released November 5th, 2009 with Mac OS 10.5.7

      The second field is blank and I expected it to be with Senha (=Password)
    • rafael.r's Avatar
    • rafael.r
    • Sr. Rocketeer
    • Posts: 162
    • Thanks: 0

    Re: Module Login - where has the psswd description text gone?

    Posted 15 years 6 months ago
    • So....
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Module Login - where has the psswd description text gone?

    Posted 15 years 6 months ago
    • Hmmm...

      It doesn't show in the demo either.

      You could try changing
      <div class="username-block">
      <input class="inputbox" type="text" onfocus="if(this.value=='Username') this.value='';" onblur="if(this.value=='') this.value='Username';" alt="Username" value="Username" name="username"/>
      </div>
      <div class="password-block">
      <input class="inputbox" type="password" alt="Password" name="passwd"/>
      </div>

      to
      <div class="username-block">
      <input class="inputbox" type="text" onfocus="if(this.value=='Username') this.value='';" onblur="if(this.value=='') this.value='Username';" alt="Username" value="Username" name="username"/>
      </div>
      <div class="password-block">
      <input class="inputbox" type="text" onfocus="if(this.value=='Username') this.value='';" 
      <input class="inputbox" type="password" alt="Password" name="passwd"/>
      </div>
    • Thanks,
      jim
    • rafael.r's Avatar
    • rafael.r
    • Sr. Rocketeer
    • Posts: 162
    • Thanks: 0

    Re: Module Login - where has the psswd description text gone?

    Posted 15 years 6 months ago
    • In which file?

Time to create page: 0.073 seconds