Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 43
0 members and 43 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas Electric Choice

Go Back   Nukemods Forum > Nukemods > FAQ/Fixes

Reply
 
LinkBack Thread Tools Display Modes
Point all nuke links to forum registration and edit profile
Old
  (#1 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
Point all nuke links to forum registration and edit profile - 04-06-2003, 02:51 PM

If you want to point all the Links in Nuke that point to the Edit Profile and Registration to NOW point to the Forums Edit pofile and registration, all you need to do is this. No need to look for all those links.

***********************************
Find this in modules/Your_Account/index.php
***********************************
Code:
    case "edituser": 
        edituser(); 
        break;
***********************************
Replace with
***********************************
Code:
    case "edituser": 
        Header("Refresh: 0; url=modules.php?name=Forums&file=profile&mode=editprofile");    
        break;
***********************************
And Find this
***********************************
Code:
    case "new_user": 
        new_user(); 
        break;
***********************************
And Replace with
***********************************
Code:
    case "new_user": 
        Header("Refresh: 0; url=modules.php?name=Forums&file=profile&mode=register");    
        break;

credit does not go to me for this little fix..I actually can't remember who posted this tid-bit of info. He posted it somewhere else in our forums.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling Forum Links for forums blocked by profile. smjohns Site design 0 02-23-2005 02:57 AM
PHP-Nuke 7.3 point to phpBB 2.0.6? bigdingle Nuke 7.x - General 1 12-01-2004 11:27 AM
Edit new user registration form jokerjk Nuke 7.x - General 2 11-07-2004 02:37 PM
Expanding Profile (php nuke 6.0 ported bb2) TheBugz Site design 0 04-10-2003 04:31 PM
Phpbb /Nuke 6.0 profile problem bobbychat Purged Topics 13 03-01-2003 06:28 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31