» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 70
0 members and 70 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
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 electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on Point all nuke links to forum registration and edit profile within the FAQ/Fixes forums, part of the Nukemods category; If you want to point all the Links in Nuke that point to the Edit Profile and Registration to NOW ...



Go Back   Nukemods Forum » Nukemods » FAQ/Fixes

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


All times are GMT -5. The time now is 05:58 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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