<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Watch this Forum -Groups</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Watch this Forum -Groups]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 16:36:28 +0000</pubDate>
  <lastBuildDate>Thu, 02 Dec 2004 15:40:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=12803</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Watch this Forum -Groups : sorry ment use SQL &amp;#034;INSERT...]]></title>
   <link>https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70837.html#70837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12803<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2004 at 3:40pm<br /><br />sorry ment use SQL "INSERT INTO "<br><br>it would work in both versions.<br><br><br><br><br><table width="99%"><tr><td><pre class="BBcode"><br><br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Initalise the SQL string with a query to get the email notify topic details<br>&nbsp;&nbsp;&nbsp; If strDatabaseType = "SQLServer" Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strSQL = "EXECUTE " &amp;strDbProc &amp; "TopicEmailNotify @lngAuthorID = " &amp;lngLoggedInUserID &amp; ", @lngTopicID= " &amp; lngTopicID<br>&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strSQL = "SELECT " &amp; strDbTable &amp; "EmailNotify.*&nbsp; "<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strSQL = strSQL &amp; "FROM " &amp; strDbTable &amp; "EmailNotify "<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strSQL = strSQL &amp; "WHERE "&amp; strDbTable &amp; "EmailNotify.Author_ID=" &amp; lngLoggedInUserID&amp; " AND " &amp; strDbTable &amp; "EmailNotify.Topic_ID=" &amp;lngTopicID &amp; ";"<br>&nbsp;&nbsp;&nbsp; End If<br><br>&nbsp;&nbsp;&nbsp; With rsCommon<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Set the cursor type property ofthe record set to Dynamic so we can navigate through the record set<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .CursorType = 2<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Set the Lock Type for therecords so that the record set is only locked when it is updated<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .LockType = 3<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Query the database<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Open strSQL, adoCon<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Check to see if the user is allowed to view posts in this forum<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CallforumPermisisons(intForumID, intGroupID, intReadPermission, 0, 0, 0, 0,0, 0, 0, 0, 0)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'If the user can read in this forum the add them<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; If blnRead Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Add new rs<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .AddNew<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Create new entry<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Fields("Author_ID") = lngLoggedInUserID<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Fields("Topic_ID") = lngTopicID<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Upade db with new rs<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Update<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Set the return value<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strReturnValue = "&amp;EN=TS"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End If<br><br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Clean up<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Close<br><br>&nbsp;&nbsp;&nbsp; End With<br></pre></td></tr></table><br><br><br>alll you need to do is add this to the section that changes group, use an If groupID = x then<br><br>code<br>end if<br><br><br>all you need to do is specify lngTopicID<br><br>also you may want to ad dmultipals of it to allow for extra forums or do a loop<br>]]>
   </description>
   <pubDate>Thu, 02 Dec 2004 15:40:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70837.html#70837</guid>
  </item> 
  <item>
   <title><![CDATA[Watch this Forum -Groups :   dj air wrote:if its not public.....]]></title>
   <link>https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70832.html#70832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18516">rhamlin</a><br /><strong>Subject:</strong> 12803<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2004 at 3:18pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by dj air" alt="Originally posted by dj air" style="vertical-align: text-bottom;" /> <strong>dj air wrote:</strong><br /><br />if its not public.. why not set AN INSERT IN TO SQL<BR><BR>that adds a record automaticlly into the email notify table with the details of the forums.<BR><BR>do this when they are put into the Group.<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>How?</DIV><DIV>&nbsp;</DIV><DIV>BTW I am using an access DB, Not SQL</DIV>]]>
   </description>
   <pubDate>Thu, 02 Dec 2004 15:18:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70832.html#70832</guid>
  </item> 
  <item>
   <title><![CDATA[Watch this Forum -Groups : if its not public.. why not set...]]></title>
   <link>https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70831.html#70831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12803<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2004 at 2:37pm<br /><br />if its not public.. why not set AN INSERT IN TO SQL<br><br>that adds a record automaticlly into the email notify table with the details of the forums.<br><br>do this when they are put into the Group.<br>]]>
   </description>
   <pubDate>Thu, 02 Dec 2004 14:37:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70831.html#70831</guid>
  </item> 
  <item>
   <title><![CDATA[Watch this Forum -Groups : I think we should be able to add...]]></title>
   <link>https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70829.html#70829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18516">rhamlin</a><br /><strong>Subject:</strong> 12803<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2004 at 2:33pm<br /><br />I think we should be able to add it and then they can unsubscribe if they dont want it. It should be up to the admin to turn it on or not. If this isnt a public forum then It wouldn't be considered spam.]]>
   </description>
   <pubDate>Thu, 02 Dec 2004 14:33:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70829.html#70829</guid>
  </item> 
  <item>
   <title><![CDATA[Watch this Forum -Groups : no. they have to subscribe to...]]></title>
   <link>https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70824.html#70824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12803<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2004 at 2:16pm<br /><br />no. they have to subscribe to it.<br><br>else it can be classed as a form of spam (i know silly) but its true.<br><br>unless they subscribe then no.<br>]]>
   </description>
   <pubDate>Thu, 02 Dec 2004 14:16:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70824.html#70824</guid>
  </item> 
  <item>
   <title><![CDATA[Watch this Forum -Groups : Is there a way that as the admin...]]></title>
   <link>https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70814.html#70814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18516">rhamlin</a><br /><strong>Subject:</strong> 12803<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2004 at 12:30pm<br /><br />Is there a way that as the admin of the forums, I can make sure that a specific "Group" receives email notification of new or updated posts in a particular forum.<DIV>&nbsp;</DIV><DIV>If not, it would make a great addition to the member groups feature.</DIV><DIV>&nbsp;</DIV><DIV>Just a thought.</DIV>]]>
   </description>
   <pubDate>Thu, 02 Dec 2004 12:30:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/watch-this-forum-groups_topic12803_post70814.html#70814</guid>
  </item> 
 </channel>
</rss>