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]

1HTML/CSS Help Empty HTML/CSS Help Sun Apr 04, 2010 6:19 am

Krazy


Registered Member
Registered Member
Okay, I am using this template HERE

I have coded this template before as I helped the guy design it. I just don't know how to make the login work properly, well login to a forum. If you could help me with that. It will be greatly appreciated. Wink

2HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 7:21 am

Reave

Reave
Registered Member
Registered Member
What forum do you want it to log into. A Forumotion forum?

http://ectos.darkbb.com/

3HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 9:11 am

ankillien

ankillien
Administrator
Administrator
Hi Krazy!

Who designed the template? It is taken from TemplateMo.com Razz
And for which site you want to code the log in form?

4HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 9:36 am

Krazy


Registered Member
Registered Member
Hi Ankillien & Reave!

My friend Joey is someone who helps design templates for the site. Wink I want it to log onto Fujiplanet.net. I have been assisting in coding, but this dang login thing is slowing me down extremely. Wink

~ Krazy

5HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 9:55 am

Reave

Reave
Registered Member
Registered Member
Correct me if im wrong but you want to use this page url
http://color-splash.forummotion.com/colorsplashhome-h6.htm
and have it login to another website forums with below url?
http://www.fujiplanet.net/forum.htm

http://ectos.darkbb.com/

6HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 9:58 am

Krazy


Registered Member
Registered Member
No, I am coding it for them on my personal site. I need it to login to theirs so when Faz adds it. Wink

7HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 10:03 am

Reave

Reave
Registered Member
Registered Member
ohh ok, ill put some code together using that template you posted.

http://ectos.darkbb.com/

8HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 10:21 am

Krazy


Registered Member
Registered Member
Okay. Smile

9HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 10:37 am

Reave

Reave
Registered Member
Registered Member
I snipped the code out of the template and modified it to work with the forums. I tested the below code on my forums and it worked. Hopefully this works for you.



Code:
           <div id="login_section">
               <div id="login_section_top"></div>
                <div id="login_section_title">Member Login</div>
                <div id="login_section_middle">
                   <form action="/login.forum" method="post" name="form_login">
                    <div class="form_row">
                       <label>Email: </label>
                               <input type="text" name="username" />
                    </div>
                    <div class="form_row">
                            <label>Password: </label>
                                <input type="password" name="password" /> 
                    </div>
                             <input type="submit" name="login" value="Login" />
                    </form>
                    <a href="/profile.forum?mode=sendpassword">Forget Password ?</a><br>
                    <a href="/profile.forum?mode=register">Create New Account</a></div>
                <div id="login_section_bottom"></div>
            </div>

http://ectos.darkbb.com/

10HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 10:38 am

Krazy


Registered Member
Registered Member
can I look on your forum and see if it works?

11HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 10:48 am

Reave

Reave
Registered Member
Registered Member
well you would have to be registered for it to work. Here is the link with the code I posted above.
http://www.ectos-guild.com/TESTONLY-h8.htm

If you want you can test it yourself on your personal site by linking it to http://www.fujiplanet.net/forum.htm

Example:
Code:
<form action="http://www.fujiplanet.net/login.forum" method="post" name="form_login"> 

http://ectos.darkbb.com/

12HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 10:50 am

Krazy


Registered Member
Registered Member
Okay. Thank you very much. How Do I make it show the amount of posts they have and stuff once they login? Once they login, I want them to stay on the same page, just with maybe a popup saying they are logged in and then there profile where the login use to be, then a logout button. Wink

13HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 11:09 am

Reave

Reave
Registered Member
Registered Member
Krazy wrote:Okay. Thank you very much. How Do I make it show the amount of posts they have and stuff once they login? Once they login, I want them to stay on the same page, just with maybe a popup saying they are logged in and then there profile where the login use to be, then a logout button. Wink

Good question, I have also wondered about that. Kinda how the portal widget called "Log in" does that, but it redirects you to the forums when you log in, then shows your username/satistics/avatar. I haven't seen this done on any Forumotion forums yet. It might be possible, but im not sure.

http://ectos.darkbb.com/

14HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 11:17 am

ankillien

ankillien
Administrator
Administrator
Krazy wrote:Okay. Thank you very much. How Do I make it show the amount of posts they have and stuff once they login? Once they login, I want them to stay on the same page, just with maybe a popup saying they are logged in and then there profile where the login use to be, then a logout button. Wink

It is a PHP script that redirects members to the index page after logging in. Unfortunately, we can't modify it.

15HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 8:55 pm

Krazy


Registered Member
Registered Member
Ankillien, though can we make it show user statistics on my HTML Page?

16HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 8:58 pm

ankillien

ankillien
Administrator
Administrator
Krazy wrote:Ankillien, though can we make it show user statistics on my HTML Page?

I don't think so Neutral
The variables the we use in forum are not supported in HTML pages.

17HTML/CSS Help Empty Re: HTML/CSS Help Sun Apr 04, 2010 9:00 pm

Krazy


Registered Member
Registered Member
Ankillien, maybe we can trick HTML into allowing PHP code. There might be someway. Wink Can you mess around with it?

18HTML/CSS Help Empty Re: HTML/CSS Help Mon Apr 05, 2010 8:53 am

ankillien

ankillien
Administrator
Administrator
hmmm...
at the moment I don't have any idea about this. But if I get to know some trick I'l try it and post here Very Happy

19HTML/CSS Help Empty Re: HTML/CSS Help Mon Apr 05, 2010 9:52 am

Krazy


Registered Member
Registered Member
Okay, Can you play with the codes until you figure it out? Please Wink

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