Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.0
Author Message
Argus
Client



Joined: Oct 06, 2003
Posts: 81

PostPosted: Mon Feb 02, 2004 3:25 pm Reply with quote

Hi there...

Does anyone know if there is a way to have new registration moderated so that an admin has to approve a registration request?

Thanks,

-Arg
 
View user's profile Send private message
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Mon Feb 02, 2004 3:46 pm Reply with quote

Here's one option, try the modification suggested Only registered users can see links on this board! Get registered or login!, once done go to your forum's admin section and set user activation to admin.
 
View user's profile Send private message Visit poster's website
Argus







PostPosted: Tue Feb 03, 2004 9:31 pm Reply with quote

tx for the reply - I'll try that out Smile
 
candy
Worker
Worker



Joined: Dec 21, 2004
Posts: 225
Location: Kansas City metro

PostPosted: Mon Jun 27, 2005 9:24 am Reply with quote

this link doesn't work.....any other ideas? i want each user to be approved before creating a new account. Thanks.
 
View user's profile Send private message
CurtisH
Life Cycles Becoming CPU Cycles



Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Mon Jun 27, 2005 9:40 am Reply with quote

here is a simple tutorial on how to use the Forum registration.

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;


Replace with

Code:
case "new_user": 

        Header("Refresh: 0; url=modules.php?name=Forums&file=profile&mode=register");   
        break;

_________________
Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe

Last edited by CurtisH on Mon Jun 27, 2005 10:28 am; edited 4 times in total 
View user's profile Send private message Visit poster's website Yahoo Messenger
candy







PostPosted: Mon Jun 27, 2005 9:43 am Reply with quote

will this work for wanting to have new nuke user accounts not receive the email activation, but instead have admin approval before their account is created or this just for the forum part of the site? thanks! Smile
 
CurtisH







PostPosted: Mon Jun 27, 2005 10:31 am Reply with quote

Yes. By the way, I fixed the code above. Google Tap was mangling the URLs

For those that wish to know, when GT is enable on a site the ? between modules.php and name causes the url to be rewritten into the html equivalent.

to prevent this issue when posting your code for review use & #63 ; without the spaces in place of the question mark.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.0

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©