ok, one last and final check for any problems....this is very weird..at the log in page where you enter your name and password, all links work fine, but then the minute you click on the home button and then try to click on anything else, it gets page not displayed,
Will altering what you have instructed fix this problem?
im still alittle confused on what to add here...can you please advise...here is the info from the username_loggedout template. i dont want to mess things up so im asking you just to be certain. Can you please use example of my domain and where it should go?
<tr valign="top">
<td bgcolor="{secondaltcolor}"><normalfont><b>Your User Name:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="username" value="$bbuserinfo[username]" size="25">
</normalfont>
<smallfont><a href="register.php?action=signup">Want to register?</a>
</smallfont></td>
</tr>
<tr valign="top">
<td bgcolor="{firstaltcolor}"><normalfont><b>Your Password:</b></normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont><input type="password" class="bginput" name="password" value="" size="25">
</normalfont>
<smallfont><a href="member.php?s=$session[sessionhash]&action=lostpw">Forgotten your password?</a>
</smallfont></td>
</tr>
|