Thread: Beta 6.5
View Single Post
  #7 (permalink)  
Old 12-21-2002, 10:48 AM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by jkmcgrath
thanks Mikem

Code:
**That's the general idea to get everything pointing to the Forums to edit a users profile and signup etc.

Does that mean that the changes shown in the reg hack is just part of the changes and there is more that will have to be searched out?

Thanks,
John
Yes but then listed below that should be MOST of the places where the link needs to be changed.
The links you are looking for is listed in the hack


Code:
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
Reply With Quote