in modules/Your_Account/index.php
Find for any links that have
modules.php?name=$module_name&op=new_user\
change all those to
modules.php?name=Forums&file=profile&mode=register\
also, to make the link "Change Info" point to the Forms edit profile, in modules/Your_Account/navbar.php, change
modules.php?name=Your_Account&op=edituser\
to
modules.php?name=Forums&file=profile&mode=editprofile\
**You can look for more references to these in the following files
"new_user"
modules/Journal/functions.php
modules/Journal/index.php
blocks/block-User_Info.php
language/lang-english.php
modules/News/language/lang-english.php
modules/Surveys/language/lang-english.php
modules/Your_Account/index.php
"edituser"
admin/language/lang-english.php
modules/Your_Account/navbar.php |