Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Notify Admin of Pending Approvals
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

bobmac
Starting Member

USA
14 Posts

Posted - 30 June 2013 :  06:00:03  Show Profile  Reply with Quote
I've searched and searched, read and read, and not found anything about this, so I'm posting...

I don't have the time to sit and watch for Pending Approvals. Is there a way or a mod to have the Admin receive an email when there is an Approval waiting to be approved?

Thanks...
BobMac

BobMac

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 30 June 2013 :  07:47:45  Show Profile
"register.asp"

Look for the following lines (appx 774-777):

%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
End If

Below them, insert these:

if strEmailVal = "1"  then
	strRecipients = strSender
	strRecipientsName = strForumTitle
	strFrom = strSender
	strFromName = strForumTitle
	strSubject = strForumTitle & " - User Registration "
	strMessage = "Name:" & Request.Form("Name") & vbNewLine & "EMail:" & Request.Form("Email") & vbNewLine 
	%>
	<!--#INCLUDE FILE="inc_mail.asp" -->
	<%
end if
Go to Top of Page

bobmac
Starting Member

USA
14 Posts

Posted - 04 July 2013 :  22:27:21  Show Profile
quote:
Originally posted by Carefree

"register.asp"
[scrollcode][code]
Look for the following lines (appx 774-777):

%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
End If




Thanks muchly, however, I don't the lines you mentioned. In my register.asp, the only instances of "<!--#INCLUDE FILE="inc_mail.asp" -->" are just after lines 645-646: "strMessage = strMessage & "You can change your information at our website by selecting the ""Profile"" link." & vbNewline & vbNewline
strMessage = strMessage & "Happy Posting!" and on line 683 whish is the end of the PAPAPIG Code, whatever that is.

A corollary to this issue is that when I, as Admin, approve the memberships, I am the one who receives the email with the text "Your application has been approved. You can now login using your username and password." I should be sent to the registrant/member, not the Admin. How do I fix that?

And I might as well ask here, "How/where can change the text of the messages that are sent out by the admin.

Again, many thanks
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 05 July 2013 :  00:23:26  Show Profile
Post a link to your "register.asp" in .txt format and I'll modify it for you. As for the text of the messages after approval, that's in "admin_accounts_pending.asp". If those messages are coming to you, post a link to that file in .txt format as well.
Go to Top of Page

bobmac
Starting Member

USA
14 Posts

Posted - 07 July 2013 :  16:22:13  Show Profile
Here are the links:
http://laughingrocks.org/forum/register.asp.txt
http://laughingrocks.org/forum/admin_accounts_pending.asp.txt

BTW, how will you get them back to me?

BTW2, Why can't I subscribe to this topic?

Edited by - bobmac on 07 July 2013 16:23:52
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 July 2013 :  16:29:41  Show Profile
What do you mean you don't know what the PAPAPIG code is? Is this not your forum? Are you not the admin?

Whoever PapaPig is, he added the modification you are asking for, to the registration file already, with the emails being sent to webm AT laughing-rocks.org.

Support Snitz Forums
Go to Top of Page

bobmac
Starting Member

USA
14 Posts

Posted - 07 July 2013 :  22:46:14  Show Profile
Sorry for the ignorance, but I don't know what PAPAPIG code means. Yes this is my forum and I'm the admin. But I was a designer, not a coder. I'm now retired and a farmer and don't even try to keep up with technology. The reason I chose Snitz was because it appeared to be pretty much turnkey.

At any rate, webm is an old email that no longer exists. I'd appreciate it if the code were sent to either bobmac1547 AT gmail dot com or farmer AT laughingrocks dot org.

Thanks, and please accept my apologies for being ignorant.

EDIT: I just did some searching and PAPAPIG seems to be a kind soul that helps people in exactly the way I have asked. So, when I receive the files back, I'll search for **************** START OF PAPAPIG CODE ************************ to find the changes s/he made.

Edited by - bobmac on 07 July 2013 22:51:45
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 08 July 2013 :  00:21:41  Show Profile
Ok, as long as you know what the PapaPig code is about. It set off alarm bells when you said you didn't know. Otherwise, I would have guessed someone else is modifying your forum code without your knowledge.

Anyways, so you asked this PapaPig person for the same feature you asked for in this topic? Wouldn't want to give you code changes that conflicts with code he is also giving you.

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07