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: