blackinwhite
Average Member
Turkey
657 Posts |
Posted - 11 July 2007 : 01:39:39
|
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 |
|