I installed minibb forum today and i'm trying to integrate the login same as the sites login.
So far i'm able to login in two different ways but not both ways together using the same form.
Does anyone know it is possible to use one form and send two different name fields at one time.
Sorta like
<form action="index.php?action=login" method=post>
<table width=100%>
<tr>
<td><small>Naam</small></br><input type="text" name="user_usr" name1"login" size="10" value="{$user_usr}" tabindex=1></td>
<td><small><a href="index.php?page=forget_password">Wachtwoord</a></small><br><input type="password" name="user_pwd" name="pswd1" size="10" tabindex=2></td>
</tr>
<tr>
<td><small><a href="index.php?page=register">Registreren</a><small></td >
<td align="right"><button type="submit" tabindex=3>Log aan</button></td>
</tr>
<tr>
<td colspan=2><small>{$loginErrortxt}</small></td>
</tr>
</table>
<input type=hidden name="mode" value="login">
</form>
Please reply, cause i'm gettin really frustrated here