Good around here I ask for your help because I have looked and I think I am about to go crazy. The template I'm using is one that they gave me but the truth that I think it is should not be relevant. But hey, I didn't fight with that one and I wanted to try one of the Jamps and it won't let me access the site; due to the authentication error. I tried looking in the sections of the templates mentioned above and I only found these simple lines to see if that is what the post should refer to here in order to put the code for the user's login.
{$lang->error_nopermission_guest_1}
<ol>
<li>{$lang->error_nopermission_guest_2}</li>
<li>{$lang->error_nopermission_guest_3}</li>
<li>{$lang->error_nopermission_guest_4}</li>
<li>{$lang->error_nopermission_guest_5}</li>
</ol>
<form action="member.php" method="post"><form>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang_username}</strong></td>
<td class="trow1"><input type="text" class="textbox" name="username" tabindex="1" /></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->password}</strong></td>
<td class="trow2"><input type="password" class="textbox" name="password" tabindex="2" /></td>
</tr>
<tr>
<td class="trow2" colspan="2"><span class="smalltext float_right" style="padding-top: 3px;"><a href="member.php?action=register">{$lang->need_reg}</a> | <a href="member.php?action=lostpw">{$lang->forgot_password}</a> </span> <input type="submit" class="button" value="{$lang->login}" tabindex="3" /></td>
</tr>
</table>
</form>
<br />
And then to see if you could explain how to put it or where I should put it. This is the error_nopermission section of the default template that, testing and seeing if I found it, no idea .. I hope this is what I just put because normal, my head is going to explode, but good to see If you enter your reasons, and as two heads think more than one can give me light, tell me which is the line where I should put it. I guess the other sections say the same thing or are practically the same thing. In case you can tell me where it is, you can shade it in black, to guide me! with respect to others?