About this Page This is a discussion on login from phpbb2 to be disabled or to point other place within the Purged Topics forums, part of the NM Staff category; Hi,
I modified my registration process to be done through a different module.
http://web.sysrq.no/appolyon/21pzr/joinus....
login from phpbb2 to be disabled or to point other place
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?
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
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?
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=.....
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:
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
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.