MyBB Community Forums

Full Version: Login boxes entry problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have attached a screenshot file

so that when i try to login from part 1 which is selected with red at the picture, it fails to login even if the password and username is correct


but when i try to login from part 2 , i can succesfully login into my account.

what is the problem and how can i fix it in an easy way.

i need an easy way that i am not a webmaster or coder. i am just using your script.
You didn't attach the file...
sorry, i have attached it now
hey
this is an urgent problem!!!!!!!1
What is the error you are getting on the first one then?
Chill dude. The more you moan the less we will want to help you. http://community.mybboard.net/showthread.php?tid=11034
CraKteR Wrote:What is the error you are getting on the first one then?

the error is "wrong password error"

i tried it many times but it is imposible to login from the first part.
when i try to login from the second part i can login immediately.

i could not be able solve the problem
whats "first part" and "second part"? Quick Login and Full login?
Mano Wrote:Here is My First Problem :
The User is redirected not to the Index page of the Forum but to the Website www.freewebworld.org.
Why is this Happening.
This is intentional. The user came from your homepage, so when your user finishes logging in, he/she will be redirected to your homepage. Likewise, if your user went to the login page from a thread, after logging in, your user will be sent back to the thread.
Mano Wrote:2. How can i change the Index page HTML so that the user may be directly able to Login from the main site www.Freewebworld.org [ well this would eliminate Both the problems Together. ]

I have attached the source code for the Index.html of my Main Site.

Please make the modification to your code:
Find:
<form action="http://www.freewebworld.icontact-hosting.com/FORUM/member.php?action=login" method="post">
Replace with:
<form action="http://www.freewebworld.icontact-hosting.com/FORUM/member.php" method="post"><input type="hidden" name="action" value="do_login" />

Find:
<input style="vertical-align: middle; width: 67px; height: 21px;" type="image" src="/IMAGES/MAIN/login.gif" value="" name="imageField" action="http://www.freewebworld.icontact-hosting.com/FORUM/member.php?action=login">
Replace with:
<input style="vertical-align: middle; width: 67px; height: 21px;" type="image" src="/IMAGES/MAIN/login.gif" value="" name="imageField">

See if that works.
Thanks Dennis. My Problem is Solved!