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)
 Auto subscribe
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

dfox
Starting Member

1 Posts

Posted - 03 August 2005 :  10:23:01  Show Profile
is there a way to have a user who has access to a forum to be automatically subscribed once they post a reply or new topic so that they will then receive an e-mail if any further posts are made?

thx

rpainter
Junior Member

USA
153 Posts

Posted - 05 August 2005 :  21:20:02  Show Profile  Visit rpainter's Homepage
bump...I would be interested to know this also.

Rusty Painter
Learn to Cook REAL BBQ
SCBBQtalk.com
Monkey Boy's BBQ Sauce
Go to Top of Page

Etymon
Advanced Member

United States
2395 Posts

Posted - 07 August 2005 :  19:16:54  Show Profile  Visit Etymon's Homepage

In Snitz 3.0.00 the email option was available. Perhaps you could dig it out of the code. Here is a snippet of lines 534 - 552 from post.asp:

<%		if lcase(strEmail) = "1" then %>
<%			if Request.QueryString("method") = "Topic" or _ 
			Request.QueryString("method") = "EditTopic" then %>  
        <font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
        <input name="rmail" type="checkbox" value="1" <%=Chked(boolTopic)%>>Check here to be notified by email whenever someone replies to your topic.<br>
        </font>
<%			else %>
<%
				if Request.QueryString("method") = "Reply" or _
				Request.QueryString("method") = "Edit" or _ 
				Request.QueryString("method") = "ReplyQuote" or _
				Request.QueryString("method") = "TopicQuote" then 
%>
        <font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
        <input name="rmail" type="checkbox" value="1" <%=Chked(boolReply)%>>Check here to be notified by email whenever anyone replies to this topic.<br>
        </font>
<%				end if %>
<%			end if %>
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.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07