View Single Post
Old
  (#4 (permalink))
Martin
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-10-2003, 10:10 PM

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.
   
Reply With Quote