[high]* refertech scratching his head.
[/high]
I dont see those codes in my templates.
Ok, ill buy the beer for some one on one.

But I know your busy so ill keep working on it. But 3.4 is working great for me. Thank you for your patience with me. Teck. Your probably thinking, why did i ever start this thread.
Mark
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.
|