View Single Post
Old
  (#4 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-09-2003, 05:39 PM

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