<?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 : email_notify_subscriptions admin</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 : email_notify_subscriptions admin]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 09:51:19 +0000</pubDate>
  <lastBuildDate>Fri, 15 Dec 2006 16:48:16 +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=20416</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[email_notify_subscriptions admin : -borg-, you can determine whether...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post118321.html#118321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=24987">gariputro</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 15&nbsp;December&nbsp;2006 at 4:48pm<br /><br /><P>-borg-, you can determine whether or not this should be posted&nbsp;due to the legality&nbsp;issues&nbsp;in the US and Europe.... I had the same issue in needing to send an email to a group&nbsp;(in our case, Technical Services) whenever a post was made in specific areas of our forum.</P><P>(All line references are approximations)</P><P><strong>Sending email to a group by Category</P><DIV></strong><strong>/new_post.asp</strong></DIV><P>Line 106 ADD<BR>Dim intCatID&nbsp;&nbsp; 'Holds the cat ID</P><P>Line 108 ADD<BR>intCatID = trim(Request.Form("cat"))</P><P>Line 1116 ADD (right after the two end if's)<BR>'******************************<BR>'***&nbsp;&nbsp; Send Email Notification #2&nbsp;&nbsp; ***<BR>'******************************<BR>strUserEmail=""<BR>Select Case intCatID<BR>&nbsp; '2 = Category 1<BR>&nbsp; '3 = Category 2<BR>&nbsp; '4 = Forum Rules<BR>&nbsp; '5 = Internal Use Only<BR>&nbsp; Case "2"<BR>&nbsp;&nbsp;&nbsp; strUserEmail="<a href="mailto:group1@mydomain.com" target="_blank">group1@mydomain.com</A>"<BR>&nbsp; Case "3"<BR>&nbsp;&nbsp;&nbsp; strUserEmail="<a href="mailto:group2@mydomain.com" target="_blank">group2@mydomain.com</A>"<BR>&nbsp; Case "4"<BR>&nbsp;&nbsp;&nbsp; strUserEmail="<a href="mailto:group1@mydomain.com" target="_blank">group1@mydomain.com</A>"<BR>&nbsp; Case "5"<BR>&nbsp;&nbsp;&nbsp; strUserEmail="<a href="mailto:group9@mydomain.com" target="_blank">group9@mydomain.com</A>"<BR>&nbsp; Case Else<BR>&nbsp;&nbsp;&nbsp; strUserEmail="<a href="mailto:admin@mydomain.com" target="_blank">admin@mydomain.com</A>"<BR>End Select<BR>if strUserEmail&lt;&gt;"" then<BR>&nbsp; strEmailMessage = "*** TECH SERVICE EMAIL ***" &amp; _<BR>&nbsp; "&lt;br /&gt;&lt;br /&gt;" &amp; strTxtEmailClickOnLinkBelowToView &amp; " : -" &amp; _<BR>&nbsp; "&lt;br /&gt;&lt;a href=""" &amp; strForumPath &amp; "/forum_posts.asp?TID=" &amp; lngTopicID &amp; "&amp;PID=" &amp; lngMessageID &amp; "#" &amp; lngMessageID &amp; """&gt;" &amp; strForumPath &amp; "/forum_posts.asp?TID=" &amp; lngTopicID &amp; "&amp;PID=" &amp; lngMessageID &amp; "#" &amp; lngMessageID &amp; "&lt;/a&gt;"<BR>&nbsp; 'If we are to send the post then attach it as well<BR>&nbsp; If blnSendPost = True Then strEmailMessage = strEmailMessage &amp; "&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;" &amp; strPostMessage<BR>&nbsp;&nbsp;&nbsp; blnEmailSent = SendMail(strEmailMessage, decodeString(strUserName), decodeString(strUserEmail), strMainForumName, decodeString(strForumEmailAddress), decodeString(strEmailSubject), strMailComponent, true)<BR>&nbsp; end if</P><P><BR><strong>/include/message_form_inc.asp</strong></P><P>Line 66 ADD<BR>&nbsp;&lt;input type="hidden" name="cat" value="&lt;%=intCatID%&gt;"&gt;</P><DIV><strong>/include/quick_reply_form_inc.asp</strong></DIV><DIV>&nbsp;</DIV><DIV>Line 201 ADD</DIV><DIV>vbCrLf &amp; "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=""hidden"" name=""cat"" id=""cat"" value=""" &amp; intCatID &amp; """ /&gt;" &amp; _</DIV><DIV>&nbsp;</DIV><DIV>*edit: corrected my case statement... had a little PHP syntax mixed in <img src="http://forums.webwiz.net/smileys/smiley4.gif" height="17" width="17" border="0" align="absmiddle" alt="Big%20smile" /></DIV><DIV>*edit #2: moved the entire code body to ~line 1116 to also allow for replies to topics.</DIV><DIV>*edit #3: ammendment of quick reply form</DIV><span style="font-size:10px"><br /><br />Edited by gariputro - 26&nbsp;January&nbsp;2007 at 2:25pm</span>]]>
   </description>
   <pubDate>Fri, 15 Dec 2006 16:48:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post118321.html#118321</guid>
  </item> 
  <item>
   <title><![CDATA[email_notify_subscriptions admin : Humm true, ive made a online guide...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109665.html#109665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6460">BrownGhost</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 26&nbsp;June&nbsp;2006 at 9:24pm<br /><br />Humm true, ive made a online guide for them now, to follow, video, sound. so thy can do it probber :)<br><br>thanks.<br><br>]]>
   </description>
   <pubDate>Mon, 26 Jun 2006 21:24:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109665.html#109665</guid>
  </item> 
  <item>
   <title><![CDATA[email_notify_subscriptions admin : Isn&amp;#039;t it simpler just to...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109656.html#109656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 26&nbsp;June&nbsp;2006 at 9:00pm<br /><br />Isn't it simpler just to tell your moderators they need to sign up to email notification?]]>
   </description>
   <pubDate>Mon, 26 Jun 2006 21:00:03 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109656.html#109656</guid>
  </item> 
  <item>
   <title><![CDATA[email_notify_subscriptions admin : hummm okay. well its then op to...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109643.html#109643</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6460">BrownGhost</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 26&nbsp;June&nbsp;2006 at 6:39pm<br /><br />hummm okay. well its then op to the admin not to brake that law, but in my forum i need to do this for my team members/moderators thy must be notifyid when some thing is postst in the moderator forum always. thats in there signed contract, so im going to move that funktion. so i as admin can do it :)<br><br>i just wantet to know if it would give code problems :)<br>thanks<br>]]>
   </description>
   <pubDate>Mon, 26 Jun 2006 18:39:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109643.html#109643</guid>
  </item> 
  <item>
   <title><![CDATA[email_notify_subscriptions admin : The reason why the admin can&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109634.html#109634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 26&nbsp;June&nbsp;2006 at 6:17pm<br /><br />The reason why the admin can't sign others up for forum notification is that users must do this themselves if they want email notifications of posts.<br><br>If they don't request this themselves then this could be considered as spam.<br><br>Having such a feature whereby the admin could force users to have email notification of all posts would be illegal in the US and Europe whereby anti-spam laws require that the user subscribe themselves to such a service.<br>]]>
   </description>
   <pubDate>Mon, 26 Jun 2006 18:17:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109634.html#109634</guid>
  </item> 
  <item>
   <title><![CDATA[email_notify_subscriptions admin : admin cant add forum subscribtion...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109631.html#109631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6460">BrownGhost</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 26&nbsp;June&nbsp;2006 at 4:50pm<br /><br />admin cant add forum subscribtion to a nother member for a hole forum.<br><br>Abselut bottom of this page: email_notify_subscriptions.asp<br><br> Select Forum to Subscribe to: this funktion is not there if i as admin, select to edit a user, and then edit his: Email Notification Subscriptions]]>
   </description>
   <pubDate>Mon, 26 Jun 2006 16:50:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109631.html#109631</guid>
  </item> 
  <item>
   <title><![CDATA[email_notify_subscriptions admin : Sorry I do not understand what...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109605.html#109605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 26&nbsp;June&nbsp;2006 at 10:06am<br /><br />Sorry I do not understand what you are asking]]>
   </description>
   <pubDate>Mon, 26 Jun 2006 10:06:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109605.html#109605</guid>
  </item> 
  <item>
   <title><![CDATA[email_notify_subscriptions admin : If this is not in admin mode then...]]></title>
   <link>https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109549.html#109549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6460">BrownGhost</a><br /><strong>Subject:</strong> 20416<br /><strong>Posted:</strong> 24&nbsp;June&nbsp;2006 at 9:47pm<br /><br />If this is not in admin mode then see if the user wants email notification of a forum<br><br><br>why is this made like this?<br>i want to admin a user and add his subscribtion so he will get mail when post are made in our team forum. but i cant..<br><br>is there any specifik reason why you made it this way ?<br><br><img src="https://forums.webwiz.net/smileys/smiley25.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Sat, 24 Jun 2006 21:47:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-notify-subscriptions-admin_topic20416_post109549.html#109549</guid>
  </item> 
 </channel>
</rss>