<?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 : Welcome private message</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 : Welcome private message]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 21:16:51 +0000</pubDate>
  <lastBuildDate>Sat, 13 Dec 2003 13:46:45 +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=7185</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[Welcome private message :   Scotty_32 wrote: isnt the...]]></title>
   <link>https://forums.webwiz.net/welcome-private-message_topic7185_post41128.html#41128</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13756">thekiwi</a><br /><strong>Subject:</strong> 7185<br /><strong>Posted:</strong> 13&nbsp;December&nbsp;2003 at 1:46pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Scotty_32" alt="Originally posted by Scotty_32" style="vertical-align: text-bottom;" /> <strong>Scotty_32 wrote:</strong><br /><br /><P>isnt the Table Prefix by Default "tbl" </P><P>and the Cookies are "wwf" ??<IMG src="https://forums.webwiz.net/smileys/smiley5.gif" border="0"></P><P></td></tr></table> </P><P>Yes ... but Ive changed the default, hence change it to whatever you have used.&nbsp; Check the config file ... you can change it at the time you create the tables and SP's.&nbsp; I changed mine so that it differentiates the tables from my main site.</P><span style="font-size:10px"><br /><br />Edited by thekiwi</span>]]>
   </description>
   <pubDate>Sat, 13 Dec 2003 13:46:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/welcome-private-message_topic7185_post41128.html#41128</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome private message : isnt the Table Prefix by Default...]]></title>
   <link>https://forums.webwiz.net/welcome-private-message_topic7185_post41127.html#41127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 7185<br /><strong>Posted:</strong> 13&nbsp;December&nbsp;2003 at 1:11pm<br /><br /><P>isnt the Table Prefix by Default "tbl" </P><P>and the Cookies are "wwf" ??<IMG src="https://forums.webwiz.net/smileys/smiley5.gif" border="0"></P>]]>
   </description>
   <pubDate>Sat, 13 Dec 2003 13:11:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/welcome-private-message_topic7185_post41127.html#41127</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome private message : Here is a couple of bits of code...]]></title>
   <link>https://forums.webwiz.net/welcome-private-message_topic7185_post41126.html#41126</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13756">thekiwi</a><br /><strong>Subject:</strong> 7185<br /><strong>Posted:</strong> 13&nbsp;December&nbsp;2003 at 1:09pm<br /><br /><P>Here is a couple of bits of code if you are using SQL Server:</P><P>Change wwf to your table prefix</P><P>CREATE TRIGGER Add_Welcome_PM ON &#091;dbo&#093;.&#091;wwfAuthor&#093; <BR>FOR INSERT<BR>AS<BR>declare @AuthorId int<BR>select @AuthorID = Author_ID from inserted<BR>execute wwfSpSendPM @AuthorID,1</P><P>&nbsp;</P><P>CREATE PROCEDURE wwfSpSendPM <BR>(<BR>&nbsp;@AuthorID int,<BR>&nbsp;@ForumID int<BR>)<BR>AS</P><P>declare @PM_Message varchar(200)<BR>declare @PM_Subject varchar(50)<BR>select @PM_Subject = 'This is a welcome Message'<BR>select @PM_Message = 'Welcome to our forum, we trust you enjoy your stay'<BR>select @ForumID = 1</P><P>insert into wwfPMMessage (Author_ID, From_ID, PM_Tittle, PM_Message, PM_Message_Date, Email_notify) <BR>&nbsp;values (@AuthorID, @ForumID, @PM_Subject, @PM_Message, getdate(), 0)<BR>GO<BR></P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sat, 13 Dec 2003 13:09:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/welcome-private-message_topic7185_post41126.html#41126</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome private message :   Scotty_32 wrote: you could...]]></title>
   <link>https://forums.webwiz.net/welcome-private-message_topic7185_post41124.html#41124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13756">thekiwi</a><br /><strong>Subject:</strong> 7185<br /><strong>Posted:</strong> 13&nbsp;December&nbsp;2003 at 12:36pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Scotty_32" alt="Originally posted by Scotty_32" style="vertical-align: text-bottom;" /> <strong>Scotty_32 wrote:</strong><br /><br /><P>you could edit the "register.asp" and put sumfin like</P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P>if mode = "new" then</P><P>code here</P><P>end if</P></BLOCKQUOTE><P>and put where it "code here" the code to make a "Private Message" (look at the file to send a Private Message) and make the sender id "1" so its from the Admin</P><P>i dont think it would be very hard </P><P>you'll need to know ASP for it though</P><P>if your lucky sumone might of made a mod</P><P></td></tr></table> </P><P>And if using SQL Server .... add a trigger based on adding a new user ... and that trigger can call a stored procedure (or do it itself) which adds a record to strDbTable &amp; PMMessage</P><P>and set the fields to</P><P>&nbsp;&nbsp;&nbsp;.Fields("Author_ID") =&nbsp;'who it is being sent to<BR>&nbsp;&nbsp;&nbsp;.Fields("From_ID") =&nbsp;1<BR>&nbsp;&nbsp;&nbsp;.Fields("PM_Tittle") =&nbsp;'Your default Subject<BR>&nbsp;&nbsp;&nbsp;.Fields("PM_Message") =&nbsp;'Your default message which could be customised as well<BR>&nbsp;&nbsp;&nbsp;.Fields("PM_Message_Date") = Now()<BR>&nbsp;&nbsp; .Fields("Email_notify") = 0</P><span style="font-size:10px"><br /><br />Edited by thekiwi</span>]]>
   </description>
   <pubDate>Sat, 13 Dec 2003 12:36:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/welcome-private-message_topic7185_post41124.html#41124</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome private message : you could edit the &amp;#034;register.asp&amp;#034;...]]></title>
   <link>https://forums.webwiz.net/welcome-private-message_topic7185_post35904.html#35904</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 7185<br /><strong>Posted:</strong> 12&nbsp;November&nbsp;2003 at 4:43am<br /><br /><P>you could edit the "register.asp" and put sumfin like</P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P>if mode = "new" then</P><P>code here</P><P>end if</P></BLOCKQUOTE><P>and put where it "code here" the code to make a "Private Message" (look at the file to send a Private Message) and make the sender id "1" so its from the Admin</P><P>i dont think it would be very hard </P><P>you'll need to know ASP for it though</P><P>if your lucky sumone might of made a mod</P>]]>
   </description>
   <pubDate>Wed, 12 Nov 2003 04:43:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/welcome-private-message_topic7185_post35904.html#35904</guid>
  </item> 
  <item>
   <title><![CDATA[Welcome private message : Is it possible to send a private...]]></title>
   <link>https://forums.webwiz.net/welcome-private-message_topic7185_post35901.html#35901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6412">Vinay</a><br /><strong>Subject:</strong> 7185<br /><strong>Posted:</strong> 12&nbsp;November&nbsp;2003 at 4:25am<br /><br /><P>Is it possible to send a private message from the Admin/Site to all new members upon a successful registration. I know that you can use the email facility, but I think that a PM would show some of the features of the forum and be a nice instant welcome message.</P><P>Look forward to your help.</P><P>&nbsp;</P><P>Vin</P>]]>
   </description>
   <pubDate>Wed, 12 Nov 2003 04:25:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/welcome-private-message_topic7185_post35901.html#35901</guid>
  </item> 
 </channel>
</rss>