Quote:
Originally posted by TECK
ok badham... i'm readdy to make you happy, as well as refertech. he had the same problem. 
error_nopermission_loggedout template
FIND:
Code:
<form action="member.php" method="post">
[...html code...]
<a href="register.php?s=$session[sessionhash]&action=signup">
REPLACE WITH:
Code:
<form action="$bburl/member.php" method="post">
[...html code...]
<a href="$bburl/register.php?s=$session[sessionhash]&action=signup">
username_loggedout template
FIND:
Code:
<a href="register.php?action=signup">Want to register?</a>
[...html code...]
<a href="member.php?action=lostpw">Forgotten your password?</a>
REPLACE WITH:
Code:
<a href="$bburl/register.php?action=signup">Want to register?</a>
[...html code...]
<a href="$bburl/member.php?action=lostpw">Forgotten your password?</a>
enjoy.
|
TECK, thanks for the help, but that edit made it where I could not login at all. I had to login through my admin CP. My board has alot of hacks on it, maybe that has something to do with it, altho there does not seem to be a conflict. I am going to uninstall and start over and see if I missed anything, altho Idon't see how I could have (I have been over it so much.......LOL) I will let you know.