Use what posted above to point to your new link to Users registration in the Forums. And then do this for the Your Account registraiton in Nuke
Open modules/Your_Account/index.php And Find this
Code:
case "new_user":
new_user();
break;
And Replace with
Code:
case "new_user":
Header("Refresh: 0; url=modules.php?name=Join_Us");
break;
mikem