log-in details
4 posters
Page 1 of 1
log-in details
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
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
Last edited by Anzo on July 31st 2016, 8:24 pm; edited 1 time in total
Re: log-in details
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
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!
|
Last edited by Nemo on July 31st 2016, 7:32 pm; edited 1 time in total
Re: log-in details
So instead of actually solving my problem you're nitpicking over a 1 hour difference for bumping.
Re: log-in details
@Anzo yep, you'll have to wait right down to the final millisecond before bumping on the support. No leeway here, man.
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 ) :
I'd suggest looking over it, and adapting it to your needs. If you need any help with that let me know.
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> </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> </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> </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.
Re: log-in details
@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.
Thanks for your help, much appreciated.
Re: log-in details
Thanks for your help Ange!
Problem solved & topic archived.
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» here is all details
» Log In Details
» Thanks Button With Details
» Member Login details
» More details in the registration email
» Log In Details
» Thanks Button With Details
» Member Login details
» More details in the registration email
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum