The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

log-in details

4 posters

Go down

Solved log-in details

Post by Anzo July 30th 2016, 3:32 pm

Yo

I have the following page: http://www.duelacademy.net/h33-landing-page

I basically need someone to fix the log-in for me. As it's now, it's merely HTML and such - coding isn't my cup of tea really. The actual code that allows you to log-in isn't there. I also wants to add a thing for like if you're already logged in then it would show that user's profile instead of the log-in details.

Thanks in advance Very Happy


Last edited by Anzo on July 31st 2016, 8:24 pm; edited 1 time in total
Anzo
Anzo
Forumember

Posts : 365
Reputation : 8
Language : English/Arabic
Location : Baghdad - Iraq

http://www.duelacademy.net/forum

Back to top Go down

Solved Re: log-in details

Post by Anzo July 31st 2016, 2:26 pm

Bump?
Anzo
Anzo
Forumember

Posts : 365
Reputation : 8
Language : English/Arabic
Location : Baghdad - Iraq

http://www.duelacademy.net/forum

Back to top Go down

Solved Re: log-in details

Post by Nemo July 31st 2016, 3:18 pm

Anzo wrote:Yo

I have the following page: http://www.duelacademy.net/h33-landing-page

I basically need someone to fix the log-in for me. As it's now, it's merely HTML and such - coding isn't my cup of tea really. The actual code that allows you to log-in isn't there. I also wants to add a thing for like if you're already logged in then it would show that user's profile instead of the log-in details.

Thanks in advance Very Happy

Anzo wrote:Bump?

Friendly Reminder:
Yesterday at 16:32
Today at 15:26


Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules


Last edited by Nemo on July 31st 2016, 7:32 pm; edited 1 time in total
Nemo
Nemo
Active Poster

Male Posts : 1203
Reputation : 119
Language : Greek, English, French

http://www.helpgr.forumgreek.com

Back to top Go down

Solved Re: log-in details

Post by Anzo July 31st 2016, 3:27 pm

So instead of actually solving my problem you're nitpicking over a 1 hour difference for bumping.
Anzo
Anzo
Forumember

Posts : 365
Reputation : 8
Language : English/Arabic
Location : Baghdad - Iraq

http://www.duelacademy.net/forum

Back to top Go down

Solved Re: log-in details

Post by Ange Tuteur July 31st 2016, 4:02 pm

@Anzo yep, you'll have to wait right down to the final millisecond before bumping on the support. No leeway here, man. fufufu

Anyway, I can give you the HTML for a working login form. This is the HTML code for the login form on phpbb3 ( it'll work on any version though ) :
Code:
<form action="/login" method="post" name="form_login">
  <div class="panel">
    <div class="inner">
      <span class="corners-top"><span>&nbsp;</span></span>
      <div class="content">
        <div class="h3">Please enter your username and password to log in.</div>
        <fieldset class="fields1 left fld_connexion">
         
          <dl>
            <dt>
              <label for="username">Username:</label>
            </dt>
           
            <dd>
              <input type="text" tabindex="1" name="username" id="username" size="25" maxlength="40" value="" class="inputbox autowidth"/>
            </dd>
          </dl>
         
          <dl>
            <dt>
              <label for="password">Password:</label>
            </dt>
           
            <dd>
              <input type="password" tabindex="2" id="password" name="password" size="25" maxlength="25" class="inputbox autowidth"/>
            </dd>
           
            <dd>
              <a href="/profile?mode=sendpassword">I forgot my password</a>
            </dd>
          </dl>
         
          <dl>
            <dd>
              <label for="autologin">
                <input type="checkbox" name="autologin" id="autologin" tabindex="4" checked="checked" class="radio"/> Log in automatically
              </label>
            </dd>
          </dl>
         
          <dl>
            <dt>&nbsp;</dt>
            <dd>
              <input type="hidden" name="redirect" value=""/>
              <input type="hidden" name="query" value=""/>
              <input type="submit" name="login" tabindex="6" value="Log in" class="button1"/>
            </dd>
          </dl>
        </fieldset>
      </div>
      <span class="corners-bottom"><span>&nbsp;</span></span>
    </div>
  </div>
</form>

I'd suggest looking over it, and adapting it to your needs. If you need any help with that let me know. Wink
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: log-in details

Post by Anzo July 31st 2016, 8:22 pm

@Ange Tuteur I believe helping would've been a better call for a support staffer than nitpicking over 1 hour and not contributing at all to my issue, but yea i get it, rules and all.

Thanks for your help, much appreciated. Very Happy
Anzo
Anzo
Forumember

Posts : 365
Reputation : 8
Language : English/Arabic
Location : Baghdad - Iraq

http://www.duelacademy.net/forum

Back to top Go down

Solved Re: log-in details

Post by TheCrow July 31st 2016, 8:26 pm

Thanks for your help Ange! Very Happy

Problem solved & topic archived.
Please read our forum rules: ESF General Rules

TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum