Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 35
0 members and 35 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
» .:.
PMP Exam Prep

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
login from phpbb2 to be disabled or to point other place
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 83
Join Date: Jan 2003
login from phpbb2 to be disabled or to point other place - 05-09-2003, 12:28 PM

Hi,

I modified my registration process to be done through a different module.
http://web.sysrq.no/appolyon/21pzr/joinus.php
Now i want to disable or not show at all the registration from phpbb or to point on another module...
something easy and quick?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-09-2003, 02:46 PM

The registration link in the Forums is generated in two different files.

Look in:
includes/page_header.php
includes/page_header_review.php


for this:
Code:
'U_REGISTER' => append_sid('profile.'.$phpEx.'?mode=register'),
That line is in both of those files.
Example. IF you want the Register link in the Forusm to point to Nuke's registraiton, you would change that line to this
Code:
'U_REGISTER' => append_sid('modules.php?name=Your_Account&op=new_user'),
mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 83
Join Date: Jan 2003
05-09-2003, 03:22 PM

can you tell me now how to make ALL registrations to point to other module something like modules.php?name=JoinUS ?

I think after i make the modification to forum to point to Your_Account then to make Your_Account to point to modules.php?name=JoinUS when comes about Registration...right?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-09-2003, 04: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
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 83
Join Date: Jan 2003
05-10-2003, 12:19 AM

Quote:
Originally Posted by mikem
The registration link in the Forums is generated in two different files.

Look in:
includes/page_header.php
includes/page_header_review.php
I could only find modules/Forums/includes/page_header.php and i made as you said but instead to redirect me to modules.php?name=JoinUS ... goes in
modules.php?name=Forums&file=modules&name=JoinUs&s id=.....


Quote:
Originally Posted by mikem
Open modules/Your_Account/index.php And Find this

Code:
    case "new_user": 
        new_user(); 
        break;
in Your_Account my code was:
Code:
case "new user":
	confirmNewUser($uname, $email, $url, $user_avatar, $user_icq, $user_occ, $user_from, $user_intrest, $user_sig, $user_viewemail, $user_aim, $user_yim, $user_msnm);
	break;
I made the change as u told me but still didn't worked :cry:

You are talking about PhpNuke 6.0 with phpbbtonuke 2.0.6 (phpbb2.0.3) right? :cry:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 25
Join Date: Mar 2003
Location: Canada
05-10-2003, 01:39 AM

hey there mikem

I just spent a the better part of the evening at PhpBB website going over email stuff and hacking at the emailer.php and had probs with the registry date?? Neway's I come here and in less than 5 mins I'm fixed
Code:
'U_REGISTER' => append_sid('profile.'.$phpEx.'?mode=register'),
Code:
'U_REGISTER' => append_sid('modules.php?name=Your_Account&op=new_user'),
Thank's

Cheers.. 8)
  Send a message via MSN to WhyMan  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 83
Join Date: Jan 2003
05-11-2003, 07:57 PM

the only problem which i have it still ...
is that after login the user is redirected to
/modules.php?name=Your_Account&op=userinfo&bypass=1 &uname=username
i want to be redirected to Forum profile.
Same for logining through block-User_Info.

Thank you
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-11-2003, 09:27 PM

Um..hello..You changed the WRONG one in Your Account index.php

new_user NOT new user

Look further.
As for your other problem with changing the link in the Forums. Try changing it to this
Code:
'U_REGISTER' => ('modules.php?name=Your_Account&op=new_user'),
I just took out the append sid.
Make sure you are backing up your files when you edit them.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 83
Join Date: Jan 2003
05-12-2003, 12:24 AM

yeap...it was fixed...
many thanks mikem ... my started to move a little bit thanks to you guys...

Keep up the good work
   
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
PHP-Nuke 7.3 point to phpBB 2.0.6? bigdingle Nuke 7.x - General 1 12-01-2004 11:27 AM
Can the Theme selection be disabled for users? greaz Nuke 6.5 to 6.9 - General 5 08-22-2004 04:50 PM
I'm not sure if this is the right place to post this. ohl Other "stuff" 0 05-14-2003 09:26 AM
Problems with installing point hack genblink Open topics 1 05-07-2003 02:48 AM
Can login to PHP-Nuke, but won't transfer login to phpbb2 ehsanix Purged Topics 7 02-06-2003 09:20 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