WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Log In Box Empty Log In Box Tue Jun 15, 2010 1:09 am

latchy

latchy
Registered Member
Registered Member
Will this work on a forumotion forum?

Code:
  <div class="login_box">
           <form action="#" method="post">
               <input type="text" value="Username" name="username" class="login-username" tabindex="1"/>
                <input type="password" value="Password" name="password"  class="login-password" tabindex="2" />
                <input type="submit" value="" class="login-go" tabindex="3" />
            </form>
        </div>

http://www.graphiccentral.org/

2Log In Box Empty Re: Log In Box Tue Jun 15, 2010 10:30 am

verrell123

verrell123
Registered Member
Registered Member
I think, Yes

I was try it on my forum it show on top (save the password on forumotion? Yes No)

http://www.freshartz.co.cc/

3Log In Box Empty Re: Log In Box Wed Jun 16, 2010 9:33 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Please read the rules another time. Wink

• We don't provide support related to Forumotion, so avoid asking for it. (If there is a problem incorporating html & css on your forum, we'll be happy to help.)
But I've tried your code out, on one of my old forums.
It dosen't work, you would only could use the logins in the templates and thats it.

http://woops.dk

4Log In Box Empty Re: Log In Box Thu Jun 17, 2010 1:24 am

latchy

latchy
Registered Member
Registered Member
Unknown Data wrote:Please read the rules another time. Wink

• We don't provide support related to Forumotion, so avoid asking for it. (If there is a problem incorporating html & css on your forum, we'll be happy to help.)
You are not a moderator Wink

It is not directly related to Forumotion, so I suggest you revise the rules.

If there is a problem incorporating html & css on your forum, we'll be happy to help.)

http://www.graphiccentral.org/

5Log In Box Empty Re: Log In Box Thu Jun 17, 2010 6:07 pm

Jophy

Jophy
Registered Member
Registered Member
I think it's allowed as long as it's not completely related to support regarding our admin panel of a forum or something more related to Forumotion Wink

So don't get to angry latchy Wink

We should be back on topic Wink

http://www.socialtechforum.com/

6Log In Box Empty Re: Log In Box Sat Jun 19, 2010 4:57 am

Krazy


Registered Member
Registered Member
You have to use the PHP Login form script. I used to have it handy, but I have lost it. :\ I will continue looking, best thing to do is look throughout the templates. Wink

7Log In Box Empty Re: Log In Box Sat Jun 19, 2010 8:37 am

ankillien

ankillien
Administrator
Administrator
On Forumotion we don't need to use PHP script nor we can use it.
Here is a code for log in form...

Code:
<form action="http://YOURFORUM.COM/login.forum" method="post"> Username:
<input type="text" name="username" size="25" maxlength="40" />
Password:
<input type="password" name="password" size="25" maxlength="32" />
Log me on automatically each visit:
<input type="checkbox" name="autologin" checked="true" />
<input type="submit" class="mainoption" name="login" value="Log in" />
</form>

8Log In Box Empty Re: Log In Box Sat Jun 19, 2010 5:41 pm

latchy

latchy
Registered Member
Registered Member
Thanks,

And I would just style that element?

http://www.graphiccentral.org/

9Log In Box Empty Re: Log In Box Sat Jun 19, 2010 10:38 pm

ankillien

ankillien
Administrator
Administrator
Yes, you can style the elements using CSS.

10Log In Box Empty Re: Log In Box Sun Jun 20, 2010 2:56 am

Krazy


Registered Member
Registered Member
ankillien wrote:On Forumotion we don't need to use PHP script nor we can use it.
Here is a code for log in form...

Code:
<form action="http://YOURFORUM.COM/login.forum" method="post"> Username:
<input type="text" name="username" size="25" maxlength="40" />
Password:
<input type="password" name="password" size="25" maxlength="32" />
Log me on automatically each visit:
<input type="checkbox" name="autologin" checked="true" />
<input type="submit" class="mainoption" name="login" value="Log in" />
</form>

I believe it was PHP. I had originally asked for the code on the forumotion forum awhile back. I think they said it was PHP, maybe not. I am still looking for the topic.

11Log In Box Empty Re: Log In Box Sun Jun 20, 2010 9:00 am

ankillien

ankillien
Administrator
Administrator
Krazy wrote:
ankillien wrote:On Forumotion we don't need to use PHP script nor we can use it.
Here is a code for log in form...

Code:
<form action="http://YOURFORUM.COM/login.forum" method="post"> Username:
<input type="text" name="username" size="25" maxlength="40" />
Password:
<input type="password" name="password" size="25" maxlength="32" />
Log me on automatically each visit:
<input type="checkbox" name="autologin" checked="true" />
<input type="submit" class="mainoption" name="login" value="Log in" />
</form>

I believe it was PHP. I had originally asked for the code on the forumotion forum awhile back. I think they said it was PHP, maybe not. I am still looking for the topic.

Log in system is created with PHP and SQL but to make log in forum, we use only HTML Wink
We can't use PHP on forumotion.

12Log In Box Empty Re: Log In Box Tue Jun 29, 2010 1:57 pm

verrell123

verrell123
Registered Member
Registered Member
Wow ankillien it work, you Great (i use it on Link Removed)

http://www.freshartz.co.cc/

13Log In Box Empty Re: Log In Box Tue Jun 29, 2010 2:52 pm

Russel

Russel
Moderator
Moderator
Hello verrell123, we are glad that this topic helped you and added more info on your site but we dont care where did you use it. You have been reminded on posting link, do it again and you will earn a warning.

https://www.twitter.com/russeltubo

14Log In Box Empty Re: Log In Box Sun May 29, 2011 4:42 am

verrell123

verrell123
Registered Member
Registered Member
Russel wrote:Hello verrell123, we are glad that this topic helped you and added more info on your site but we dont care where did you use it. You have been reminded on posting link, do it again and you will earn a warning.
ok i'm sorry Neutral

http://www.freshartz.co.cc/

15Log In Box Empty Re: Log In Box Mon May 30, 2011 7:48 pm

RockerMan

RockerMan
Technician
Technician
Since this thead appears to be solved I will lock it

~RockerMan

http://www.graphics-post.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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