<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Approve registrati&#111;n</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Approve registrati&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 13:52:31 +0000</pubDate>
  <lastBuildDate>Mon, 01 Dec 2003 21:57:47 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=7751</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Approve registrati&#111;n : Michael, Thanks. I think this...]]></title>
   <link>https://forums.webwiz.net/approve-registration_topic7751_post39246.html#39246</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13719">grantoakes</a><br /><strong>Subject:</strong> 7751<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 9:57pm<br /><br /><P>Michael,</P><P>Thanks.&nbsp; I think this forum package will now allow me to do everything I want it to.&nbsp; I wanted control over who registered and I think this is probably the easiest way to accomplish it.&nbsp; I want our forum to be a value added service for those who attend our seminars.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 21:57:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/approve-registration_topic7751_post39246.html#39246</guid>
  </item> 
  <item>
   <title><![CDATA[Approve registrati&#111;n : Open register.asp and change the...]]></title>
   <link>https://forums.webwiz.net/approve-registration_topic7751_post39218.html#39218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2267">michael</a><br /><strong>Subject:</strong> 7751<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 5:23pm<br /><br /><P>Open register.asp and change the code in red<BR><table width="99%"><tr><td><pre class="BBcode"><BR>'******************************************<BR>&nbsp;&nbsp;'*** &nbsp;&nbsp;&nbsp; Send activate email&nbsp;&nbsp; &nbsp;***<BR>&nbsp;&nbsp;'******************************************</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Inititlaise the subject of the e-mail that may be sent in the next if/ifelse statements<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strSubject = "" &amp; strTxtWelcome &amp; " " &amp; strTxtEmailToThe &amp; " " &amp; strMainForumName</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '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<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If (blnEmailActivation = True AND strMode = "new") OR blnAccountReactivate = True Then</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Send an e-mail to enable the users account to be activated<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Initailise the e-mail body variable with the body of the e-mail<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strEmailBody = strTxtHi &amp; " " &amp; decodeString(strUsername)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strEmailBody = strEmailBody &amp; vbCrLf &amp; vbCrLf &amp; strTxtEmailThankYouForRegistering &amp; " " &amp; strMainForumName &amp; "."<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strEmailBody = strEmailBody &amp; vbCrLf &amp; vbCrLf &amp; strTxtUsername &amp; ": - " &amp; decodeString(strUsername)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strEmailBody = strEmailBody &amp; vbCrLf &amp; strTxtPassword &amp; ": - " &amp; strPassword<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strEmailBody = strEmailBody &amp; vbCrLf &amp; vbCrLf &amp; strTxtToActivateYourMembershipFor &amp; " " &amp; strMainForumName &amp; " " &amp; strTxtForumClickOnTheLinkBelow &amp; ": -"<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strEmailBody = strEmailBody &amp; vbCrLf &amp; vbCrLf &amp; strForumPath &amp; "/activate.asp?ID=" &amp; Server.URLEncode(strUserCode)</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Send the e-mail using the Send Mail function created on the send_mail_function.inc file<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; blnSentEmail = SendMail(strEmailBody, decodeString(strUsername), decodeString(strEmail), strMainForumName, <A href="mailto:'you@domain.com&quot;" target="_blank"><FONT color=#ff0000>"you@domain.com"</FONT></A>, strSubject, strMailComponent, false)<BR></pre></td></tr></table><BR></P>where the email address is yours so you get the confirmation emails]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 17:23:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/approve-registration_topic7751_post39218.html#39218</guid>
  </item> 
  <item>
   <title><![CDATA[Approve registrati&#111;n : How do I do that? ]]></title>
   <link>https://forums.webwiz.net/approve-registration_topic7751_post39149.html#39149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13719">grantoakes</a><br /><strong>Subject:</strong> 7751<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 10:21am<br /><br />How do I do that?]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 10:21:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/approve-registration_topic7751_post39149.html#39149</guid>
  </item> 
  <item>
   <title><![CDATA[Approve registrati&#111;n : use email registration and set...]]></title>
   <link>https://forums.webwiz.net/approve-registration_topic7751_post39118.html#39118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2267">michael</a><br /><strong>Subject:</strong> 7751<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 7:54am<br /><br /><P>use email registration and set the email address to your own in the code instead of the user email address.</P>]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 07:54:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/approve-registration_topic7751_post39118.html#39118</guid>
  </item> 
  <item>
   <title><![CDATA[Approve registrati&#111;n : But how am I to be notified someone...]]></title>
   <link>https://forums.webwiz.net/approve-registration_topic7751_post39063.html#39063</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13719">grantoakes</a><br /><strong>Subject:</strong> 7751<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 12:05am<br /><br />But how am I to be notified someone has registered?&nbsp; Is there a setting for that?]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 00:05:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/approve-registration_topic7751_post39063.html#39063</guid>
  </item> 
  <item>
   <title><![CDATA[Approve registrati&#111;n : Well, i myself wanted 2 do that.Then...]]></title>
   <link>https://forums.webwiz.net/approve-registration_topic7751_post39062.html#39062</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13710">india</a><br /><strong>Subject:</strong> 7751<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 12:00am<br /><br /><P>Well, i myself wanted 2 do that.<BR>Then wat i thought was create some group called beginner or something like that. make it starting group. u cannot access any forums 4m there.</P><P>now if u approve the registration, u convert that 2 newbie. then they'll see forums.<BR><BR>any other way??</P><P>hope this helps...</P>]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 00:00:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/approve-registration_topic7751_post39062.html#39062</guid>
  </item> 
  <item>
   <title><![CDATA[Approve registrati&#111;n : As the admin of my forum I&amp;#039;d...]]></title>
   <link>https://forums.webwiz.net/approve-registration_topic7751_post39061.html#39061</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13719">grantoakes</a><br /><strong>Subject:</strong> 7751<br /><strong>Posted:</strong> 30&nbsp;November&nbsp;2003 at 11:48pm<br /><br />As the admin of my forum I'd like to have the ability of being notified when someone registers and I want to be able to approve them or decline them before they can view or post.&nbsp; Is that possible?]]>
   </description>
   <pubDate>Sun, 30 Nov 2003 23:48:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/approve-registration_topic7751_post39061.html#39061</guid>
  </item> 
 </channel>
</rss>