Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 86
4 members and 82 guests
inchy2reasingin, int4qqgensivedr, phoc20rap, verjk2sicherung
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

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, 03: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 03:57 AM
PHP-Nuke 7.3 point to phpBB 2.0.6? bigdingle Nuke 7.x - General 1 12-01-2004 12:27 PM
Edit new user registration form jokerjk Nuke 7.x - General 2 11-07-2004 03:37 PM
Expanding Profile (php nuke 6.0 ported bb2) TheBugz Site design 0 04-10-2003 05:31 PM
Phpbb /Nuke 6.0 profile problem bobbychat Purged Topics 13 03-01-2003 07: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