Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Admin control of who registers
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Admin control of who registers

 Post Reply Post Reply
Author
lshiver View Drop Down
Newbie
Newbie
Avatar

Joined: 24 May 2004
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote lshiver Quote  Post ReplyReply Direct Link To This Post Topic: Admin control of who registers
    Posted: 24 May 2004 at 4:22pm

Hi,

I am in the middle of setting up a web wiz forum and was wondering if there is a way when a person registers that it goes to the administrator who can then give them  permission (or Not) for the forums?

Thanks for any help

L

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 24 May 2004 at 4:47pm
There isn't, but you could always put new members into a group that doesn't have permission to post in partcular forums, then move them manually to a group that does have permission to post/access or whatever in a forum.
Back to Top
xeerex View Drop Down
Senior Member
Senior Member


Joined: 19 November 2002
Location: United States
Status: Offline
Points: 601
Post Options Post Options   Thanks (0) Thanks(0)   Quote xeerex Quote  Post ReplyReply Direct Link To This Post Posted: 24 May 2004 at 4:54pm

-borg-'s suggestion is the easiest thing to implement.

I created a forum and setup extensive grouping systems where a user had to make a post with some basic informaiton, and then an admin would elevate their group based on the post. It worked great except for the fact that we had over 1000 users register in 36 hours. What a nightmare!

BTW, kudos again to -borg- as I have a forum running very well with over 7100 users, 12+ MB's in size, averages 25-30 active users at any time, and peak at times with over 100 users. Did I mention it's on Access?

Back to Top
lshiver View Drop Down
Newbie
Newbie
Avatar

Joined: 24 May 2004
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote lshiver Quote  Post ReplyReply Direct Link To This Post Posted: 25 May 2004 at 8:37am

Thanks for the advice!  I will be setting up my groups.

L.

Back to Top
kl8ton View Drop Down
Newbie
Newbie


Joined: 23 April 2003
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote kl8ton Quote  Post ReplyReply Direct Link To This Post Posted: 25 May 2004 at 4:38pm

We have the activate email and the welcome email go to our web administrator, they set the acount up, put them in appropriate groups based on who they are and then email them with the user and password details.  We modified the register.asp to this.


  '******************************************
  '***     Send activate email    ***
  '******************************************

                 'Inititlaise the subject of the e-mail that may be sent in the next if/ifelse statements
                 strSubject = "" & strTxtWelcome & " " & strTxtEmailToThe & " " & strMainForumName

                 'If the members account needs to be activated or reactivated then send the member a re-activate mail a redirect them to a page to tell them there account needs re-activating
                 If (blnEmailActivation = True AND strMode = "new") OR blnAccountReactivate = True Then

                         'Send an e-mail to enable the users account to be activated
                         'Initailise the e-mail body variable with the body of the e-mail
                         strEmailBody = strTxtHi & " " & decodeString(strUsername)
                         strEmailBody = strEmailBody & vbCrLf & vbCrLf & strTxtEmailThankYouForRegistering & " " & strMainForumName & "."
                         strEmailBody = strEmailBody & vbCrLf & vbCrLf & strTxtUsername & ": - " & decodeString(strUsername)
                         strEmailBody = strEmailBody & vbCrLf & strTxtPassword & ": - " & strPassword
                         strEmailBody = strEmailBody & vbCrLf & vbCrLf & strTxtToActivateYourMembershipFor & " " & strMainForumName & " " & strTxtForumClickOnTheLinkBelow & ": -"
                         strEmailBody = strEmailBody & vbCrLf & vbCrLf & strForumPath & "/activate.asp?ID=" & Server.URLEncode(strUserCode)

                         'Send the e-mail using the Send Mail function created on the send_mail_function.inc file
                         blnSentEmail = SendMail(strEmailBody, decodeString(strUsername), admin@yourcompany.com, strRealName, decodeString(strEmail), strSubject, strMailComponent, false)

                         'Reset server Object
                         rsCommon.Close
                         Set rsCommon = Nothing
   adoCon.Close
   Set adoCon = Nothing

                         'Redirect the reactivate page
                         If blnAccountReactivate = True Then
                                   Response.Redirect("register_confirm.asp?TP=REACT&FID=" & intForumID)
                         'Redirect to the activate page
                         Else
                                   Response.Redirect("register_confirm.asp?TP=ACT&FID=" & intForumID)
                         End If


  '******************************************
  '***     Send welcome email    ***
  '******************************************

                 'Send the new user a welcome e-mail if e-mail notification is turned on and the user has given an e-mail address
                 ElseIf blnEmail = True AND strEmail <> "" AND strMode = "new" Then

                         'Initailise the e-mail body variable with the body of the e-mail
                         strEmailBody = strTxtHi & " " & decodeString(strUsername)
                         strEmailBody = strEmailBody & vbCrLf & vbCrLf & strTxtEmailThankYouForRegistering & " " & strMainForumName & "."
                         strEmailBody = strEmailBody & vbCrLf & vbCrLf & strTxtEmailYouCanNowUseTheForumAt & " " & strWebsiteName & " " & strTxtEmailForumAt & " " & strForumPath
                         strEmailBody = strEmailBody & vbCrLf & vbCrLf & strTxtUsername & ": - " & strUsername
                         strEmailBody = strEmailBody & vbCrLf & strTxtPassword & ": - " & decodeString

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.