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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Editing what it says when you e-mail someone
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

LinkinMODE101
Junior Member

116 Posts

Posted - 08 November 2003 :  15:47:57  Show Profile
hi guys...

when i e-mail on the board...u know how it says "you have received a message from member ........" and all that other junk, how do i make it so that it says whatever I want it to say.

like:
LATE ARRIVAL Message Board...something, something, ya know?

can sumone help?

thanx
-chris

Edited by - LinkinMODE101 on 08 November 2003 15:48:57

Rasco
Advanced Member

Germany
3192 Posts

Posted - 09 November 2003 :  05:28:01  Show Profile  Send Rasco an ICQ Message
In pop_mail.asp you need to edit the following lines:

if (Err_Msg = "") then
strRecipientsName = strRName
strRecipients = rs("M_EMAIL")
strFrom = Request.Form("YEmail")
strFromName = Request.Form("YName")
strSubject = "Sent From " & strForumTitle & " by " & Request.Form("YName")
strMessage = "Hello " & strRName & vbNewline & vbNewline
strMessage = strMessage & "You received the following message from: " & Request.Form("YName") & " (" & Request.Form("YEmail") & ") " & vbNewline & vbNewline
strMessage = strMessage & "At: " & strForumURL & vbNewline & vbNewline
strMessage = strMessage & Request.Form("Msg") & vbNewline & vbNewline

German Snitz Forum
Go to Top of Page

LinkinMODE101
Junior Member

116 Posts

Posted - 09 November 2003 :  06:17:22  Show Profile
cool...thanx, but what about the e-mail someone gets when they POST something?

how do i edit THAT?
Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 09 November 2003 :  06:32:46  Show Profile  Send Rasco an ICQ Message
That`s in inc_subscription.asp

if chkForumAccess(ForumID, LoopMemberID, false) <> FALSE then
strRecipientsName = LoopMemberName
strRecipients = LoopMemberEmail
strMessage = "Hello " & LoopMemberName & vbNewline & vbNewline
' ## Send the appropriate message depending on the subscription.
if LoopCatID > 0 then
if LoopForumID > 0 then
if LoopTopicID > 0 then
strSubject = strForumTitle & " - Reply to a posting"
strMessage = strMessage & MemberName & " has replied to a topic on " & strForumTitle & " that you requested notification to. "
else
strSubject = strForumTitle & " - New posting"
strMessage = strMessage & MemberName & " has posted to the forum '" & ForumName & "' at " & strForumTitle & " that you requested notification on. "
end if
else
strSubject = strForumTitle & " - New posting"
strMessage = strMessage & MemberName & " has posted to the category '" & CatName & "' at " & StrForumTitle & " that you requested notification on. "
end if
else
strSubject = strForumTitle & " - New posting"
strMessage = strMessage & MemberName & " has posted to the " & strForumTitle & " board that you requested notification on. "
end if
strMessage = strMessage & "Regarding the subject - " & TopicName & "." & vbNewline & vbNewline
strMessage = strMessage & "You can view the posting at " & strForumURL & "topic.asp?TOPIC_ID=" & TopicId & vbNewline
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
end if

German Snitz Forum
Go to Top of Page

wizard
Junior Member

208 Posts

Posted - 25 November 2003 :  05:08:44  Show Profile  Visit wizard's Homepage
How about to get it to display the actual new reply itself together with the mail? Save them the trouble of going back to the forum especially if all they want is to read the new postings.
Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 25 November 2003 :  06:06:16  Show Profile  Send Rasco an ICQ Message
Try a search about it. It has been done. But I suggest against it since it will give your mail server a lot more of bandwidth.

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