If you use the forum registration hack from nukemods.com
To fix the link in the upper left, the one that says "create an account"
In "themes/your theme/theme.php" somewhere around line 59 Find:
|
Code:
|
$theuser = "<a href=\"modules.php?name=Your_Account&op=new_user\">Create an account"; |
Change it to:
|
Code:
|
$theuser = "<a href=\"modules.php?name=Forums&file=profile&mode=register\">Create an account"; |
And then it will work. Change this in each theme you use with the forum reg hack.