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.

Creating A costum Login

+9
+Fusion-
dpkmar
Sir Chivas™
Naki
kirk
LGforum
_Duy_
SLGray
uJhisper
13 posters

Go down

In progress Creating A costum Login

Post by uJhisper June 20th 2012, 9:46 am

Okay I made a html page and want to be able to use it as a primary login area.
http://naturebucksforum.friendhood.net/h1-login-register

Login area^

I understand that I can replace the link in the header nav, but I really need help on this.
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by SLGray June 20th 2012, 10:32 am

So what exactly is the problem? If it is a HTML page, you can make it the first page you see when you go to your forum. When you created the HTML page, there sure have been an option to make it your homepage. Then after that, you should have went here:
Administration Panel > Display > Homepage > Generalities


Creating A costum Login Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Creating A costum Login

Post by uJhisper June 20th 2012, 10:37 am

Instead of the default login page I want it to be my html page. Because I have my own html theme.
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by SLGray June 20th 2012, 10:39 am

So you want the HTML page to be the first thing that people see when they go to your forum?

https://help.forumotion.com/t63491-create-a-loading-page-before-accessing-your-forum


Creating A costum Login Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Creating A costum Login

Post by uJhisper June 20th 2012, 10:42 am

No
Normal Login Page: http://naturebucksforum.friendhood.net/login
My Login page: http://naturebucksforum.friendhood.net/h1-login-register

I want to be able to put my Username/Password in my Login page to login
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by _Duy_ June 20th 2012, 12:52 pm

Good
avatar
_Duy_
New Member

Posts : 2
Reputation : 1
Language : Việt Nam

Back to top Go down

In progress Re: Creating A costum Login

Post by LGforum June 20th 2012, 2:38 pm

Well as long you create the form correctly you can. The action should point to '/login' and you should follow the same input names as the default login.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: Creating A costum Login

Post by kirk June 20th 2012, 11:06 pm

i would just make a pop-out box with your default log in.
So you can have it on your html page, stating log in , then it pop-up and you log in that way.

Other then that i will have to look at a few things,
I think there is a script here for a drop-down menu log in as well.
I will have to look and see if i can find it.

or isn't there a log in widget? you could probably use the script for that too.


There is a log in widget right? lol
I will have to look, Smile
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Creating A costum Login

Post by Naki June 20th 2012, 11:22 pm

Code:
<DIV align=center><table border="0" bordercolor="#cccccc" style="background-color:#d00000" width="235" cellpadding="1" cellspacing="1">
   <tr>
      <td><form action="/login.forum" method="post" style="float:right;"><table cellspacing="1" cellpadding="1" border="0"><tr><td width="100%" align="right"> <font color="#ffffff"><STRONG>userbsp; </STRONG></font></td><td><input type="text" name="username" size="20" maxlength="40" /></td></tr><tr><td align="right"><font color="#ffffff"><STRONG>Pasword  </STRONG></font></td><td><input type="password" name="password" size="20" maxlength="40" /></td></tr><tr align="right"><td colspan="2"><font color="#ffffff"><STRONG>Remember my pasword in each visit  </STRONG></font><input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="right"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></form><font color="#ffffff"> Not registred yet</font><A href="URL of your page.com/register"><STRONG> <font color="#ffffff">Register Here</font></STRONG></A>
</td>
   </tr>
</table></DIV>
Maybe this is what you want!?
Width you can change by your wish.


Last edited by Naki on June 20th 2012, 11:25 pm; edited 1 time in total
Naki
Naki
Forumember

Male Posts : 175
Reputation : 16
Language : Albanian, English, Croatian, Polish
Location : Kosova

http://naki.albanianforum.net

Back to top Go down

In progress Re: Creating A costum Login

Post by Sir Chivas™ June 20th 2012, 11:25 pm

It's an HTML Page. Seeing it's /h1-login-register.

This might help.
Link: http://www.ehow.com/how_5581206_create-html-login.html


Last edited by Sir Chivas™ on June 20th 2012, 11:28 pm; edited 1 time in total
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: Creating A costum Login

Post by Naki June 20th 2012, 11:27 pm

Yea just change the url adres of your page
Code:
<A href="URL of your page.com/register">[code][/code]
and put it in a widget and enjoy
Naki
Naki
Forumember

Male Posts : 175
Reputation : 16
Language : Albanian, English, Croatian, Polish
Location : Kosova

http://naki.albanianforum.net

Back to top Go down

In progress Re: Creating A costum Login

Post by uJhisper June 21st 2012, 1:36 am

Naki wrote:
Code:
<DIV align=center><table border="0" bordercolor="#cccccc" style="background-color:#d00000" width="235" cellpadding="1" cellspacing="1">
   <tr>
      <td><form action="/login.forum" method="post" style="float:right;"><table cellspacing="1" cellpadding="1" border="0"><tr><td width="100%" align="right"> <font color="#ffffff"><STRONG>userbsp; </STRONG></font></td><td><input type="text" name="username" size="20" maxlength="40" /></td></tr><tr><td align="right"><font color="#ffffff"><STRONG>Pasword  </STRONG></font></td><td><input type="password" name="password" size="20" maxlength="40" /></td></tr><tr align="right"><td colspan="2"><font color="#ffffff"><STRONG>Remember my pasword in each visit  </STRONG></font><input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="right"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></form><font color="#ffffff"> Not registred yet</font><A href="URL of your page.com/register"><STRONG> <font color="#ffffff">Register Here</font></STRONG></A>
</td>
   </tr>
</table></DIV>
Maybe this is what you want!?
Width you can change by your wish.
Sent you a message. Please consider My offer too. I will give you $3 via paypal if the new code works.
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by dpkmar June 21st 2012, 5:40 am

Hi .........
avatar
dpkmar
New Member

Posts : 3
Reputation : 1
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by dpkmar June 21st 2012, 5:41 am

Hi .........
This is my first post in this forum
avatar
dpkmar
New Member

Posts : 3
Reputation : 1
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by SLGray June 21st 2012, 5:43 am

dpkmar wrote:Hi .........

dpkmar wrote:Hi .........
This is my first post in this forum

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

Also please do not reply to a support forum thread if you are not helping to solved an issue.


Creating A costum Login Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Creating A costum Login

Post by +Fusion- June 21st 2012, 10:36 pm

Do u want something like this: http://www.xcodezz.com/h6-log-in

I made it work, and it redirects to: http://www.xcodezz.com/h2-homepage-loader ,its pretty cool
+Fusion-
+Fusion-
Forumember

Male Posts : 252
Reputation : 4
Language : English
Location : Flying

http://www.xcodezz.com

Back to top Go down

In progress Re: Creating A costum Login

Post by XDirect12345 June 22nd 2012, 1:33 am

@ +Fusion-
cant believe you copyrighted me! Mad

http://xdirect12345.forumotion.com/h2-log-in-redirect

@ uJhisper
Anyway, the script your looking for is this:
Code:
if (window.location.pathname.indexOf('/login') == 0) {
window.location = "URLHERE";
}
Put it in JavaScript codes management


Last edited by XDirect12345 on June 22nd 2012, 1:35 am; edited 1 time in total
XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

In progress Re: Creating A costum Login

Post by uJhisper June 22nd 2012, 1:35 am

I am looking for a code like Naki's, but changed to my html page.
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by Zerotheheroe June 22nd 2012, 2:34 am

wc-gaming.net has it.

Try to rip it / edit it?
Zerotheheroe
Zerotheheroe
Forumember

Posts : 333
Reputation : 8
Language : English

http://www.clancaos.net

Back to top Go down

In progress Re: Creating A costum Login

Post by +Fusion- June 22nd 2012, 10:23 am

xDirect, your script doesnt work last time i tried it, i had to strip down your HTML, and re code it, it was ugly and gave me a lot of errors. the only thing i copied was your shader and music, i had to do the rest myself, and plus you gave that HTML code out so i wasnt stealing it either, and posting an abuse towards my forum for that is childish.

And for the owner of this topic, i will pm you mine/xdriects scripts incase u want them
+Fusion-
+Fusion-
Forumember

Male Posts : 252
Reputation : 4
Language : English
Location : Flying

http://www.xcodezz.com

Back to top Go down

In progress Re: Creating A costum Login

Post by uJhisper June 22nd 2012, 3:38 pm

Naki wrote:
Code:
<DIV align=center><table border="0" bordercolor="#cccccc" style="background-color:#d00000" width="235" cellpadding="1" cellspacing="1">
   <tr>
      <td><form action="/login.forum" method="post" style="float:right;"><table cellspacing="1" cellpadding="1" border="0"><tr><td width="100%" align="right"> <font color="#ffffff"><STRONG>userbsp; </STRONG></font></td><td><input type="text" name="username" size="20" maxlength="40" /></td></tr><tr><td align="right"><font color="#ffffff"><STRONG>Pasword  </STRONG></font></td><td><input type="password" name="password" size="20" maxlength="40" /></td></tr><tr align="right"><td colspan="2"><font color="#ffffff"><STRONG>Remember my pasword in each visit  </STRONG></font><input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="right"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></form><font color="#ffffff"> Not registred yet</font><A href="URL of your page.com/register"><STRONG> <font color="#ffffff">Register Here</font></STRONG></A>
</td>
   </tr>
</table></DIV>
Maybe this is what you want!?
Width you can change by your wish.
Naki you're so inactive, I need your help. I sent you a PM
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by LGforum June 22nd 2012, 8:29 pm

If its just a Log in form your wanting, there is one here: https://help.forumotion.com/t262-log-in-form-for-the-faq
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: Creating A costum Login

Post by uJhisper June 22nd 2012, 8:48 pm

LGforum wrote:If its just a Log in form your wanting, there is one here: https://help.forumotion.com/t262-log-in-form-for-the-faq
But I want it interested into my own HTML Page. Look at it Tell me if you can change my code so it looks the exact same, but can login to my forum.
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

In progress Re: Creating A costum Login

Post by runawayhorses June 22nd 2012, 10:26 pm

LGforum wrote:If its just a Log in form your wanting, there is one here: https://help.forumotion.com/t262-log-in-form-for-the-faq
I tried that code and it works perfectly. I added it to an onclick popout code on an HTML page.

So when on my homepage (which is an HTML page) when you click the "Login" link it pop opens a little popout screen with the login box. Its the form a spoiler code for the popout.

So to that guy looking for a code to add a login box to your html page the code is in that link LG posted.

You don't have to put it so it opens in a popup screen, that is something I did on my own. If you want to see it in action click my forum link icon and check it out. Its the top link at the top of the page that says "Login".
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: Creating A costum Login

Post by XDirect12345 June 22nd 2012, 11:44 pm

Your code is defected. It wont work, is that what your trying to fix? Cause if you want your login to be an HTML Page then use:
Code:
if (window.location.pathname.indexOf('/login') == 0) {
window.location = "http://naturebucksforum.friendhood.net/h1-login-register";
}
You may as well not use that code till you fix your login script cause I cant log in or register.
XDirect12345
XDirect12345
Forumember

Male Posts : 361
Reputation : 3
Language : English

http://xdirect12345.forummotion.com

Back to top Go down

In progress Re: Creating A costum Login

Post by runawayhorses June 22nd 2012, 11:56 pm

Well to be clear I'm talking about using the code at the url below. That one works great and you can do anything you want with it. Like I said I added it to a popout window on my homepage which is a html page.

https://help.forumotion.com/t262-log-in-form-for-the-faq

Edit:

Fusion your login page says "A plugin is need to display this content" on the login panel.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: Creating A costum Login

Post by Naki June 27th 2012, 2:30 am

Code:
<DIV align=center><table border="0" bordercolor="#cccccc" style="background-color:#d00000" width="235" cellpadding="1" cellspacing="1">
  <tr>
      <td><form action="/login.forum" method="post" style="float:right;"><table cellspacing="1" cellpadding="1" border="0"><tr><td width="100%" align="right"> <font color="#ffffff"><STRONG>username</STRONG></font></td><td><input type="text" name="username" size="20" maxlength="40" /></td></tr><tr><td align="right"><font color="#ffffff"><STRONG>Pasword  </STRONG></font></td><td><input type="password" name="password" size="20" maxlength="40" /></td></tr><tr align="right"><td colspan="2"><font color="#ffffff"><STRONG>Remember my pasword in each visit  </STRONG></font><input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="right"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></form><font color="#ffffff"> Not registred yet</font><A href="www.YOURSITE.com/login"><STRONG> <font color="#ffffff">Register Here</font></STRONG></A>
</td>
  </tr>
</table></DIV>
Just copy and paste this code into a html widget and coorect here
Code:
<A href="www.YOURSITE.com/login">
and it will work perfect. Pute whenever you want in HTML widget. Works in all versions. Hope helped you !?
NOTE: Width, background colors and borders you can make as u wish by changes.
Naki
Naki
Forumember

Male Posts : 175
Reputation : 16
Language : Albanian, English, Croatian, Polish
Location : Kosova

http://naki.albanianforum.net

Back to top Go down

In progress Re: Creating A costum Login

Post by JadeMehBoi June 27th 2012, 2:54 am

Originally he wanted to make the html he created the default log in on his forum. Which in my perspective means he want to make that the log in page by default on hos forum.
JadeMehBoi
JadeMehBoi
Forumember

Male Posts : 64
Reputation : 7
Language : HTML/CSS
Location : South Carolina

http://jademotion.forum.st/forum

Back to top Go down

Back to top

- Similar topics

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