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)
 if Moderation = "No" then in post_info.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

blackinwhite
Average Member

Turkey
657 Posts

Posted - 11 July 2007 :  01:39:39  Show Profile
One of my users prompted me that despite the fact that the ticked the subscription checkbox when they were sending a message to a moderated forum, they don't get any subscription emails.

then I realize that in post_info.asp there is this line;

what is this thing is doing? why do you add that check?

if Moderation = "No" then
'## Subscribe checkbox ##
if request.form("TNotify") <> "" then
if request.form("TNotify") = "1" then
AddSubscription "TOPIC", rs("MEMBER_ID"), Cat_ID, Forum_ID, NewTopicID
elseif request.form("TNotify") = "0" then
DeleteSubscription "TOPIC", MemberID, Cat_ID, Forum_ID, NewTopicID
end if
end if
'## Subscribe checkbox end ##
end if

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 11 July 2007 :  04:37:42  Show Profile
quote:
why do you add that check?
So that subscription mails only get sent out on posting if the forum being posted to is not moderated. If a forum is moderated, subscription mails will be sent out upon approval of a post.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 11 July 2007 :  06:32:54  Show Profile
how about the guy who just posted the message? Despite the fact that he checked, he doesn't get any emails after the comments to that post.

Edited by - blackinwhite on 11 July 2007 06:36:12
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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07