<?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 : Private Message window</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 : Private Message window]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 00:07:35 +0000</pubDate>
  <lastBuildDate>Wed, 20 Apr 2005 11:49:55 +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=14727</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[Private Message window : Ok i found it. There was ONE little...]]></title>
   <link>https://forums.webwiz.net/private-message-window_topic14727_post81601.html#81601</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19885">gregcaulder</a><br /><strong>Subject:</strong> 14727<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2005 at 11:49am<br /><br />Ok i found it. There was ONE little field that i had missed. i like making modifications.<br><br><br>Greg<br>]]>
   </description>
   <pubDate>Wed, 20 Apr 2005 11:49:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/private-message-window_topic14727_post81601.html#81601</guid>
  </item> 
  <item>
   <title><![CDATA[Private Message window : the Private message is being sent...]]></title>
   <link>https://forums.webwiz.net/private-message-window_topic14727_post81426.html#81426</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 14727<br /><strong>Posted:</strong> 18&nbsp;April&nbsp;2005 at 4:19am<br /><br />the Private message is being sent then?<br><br>if its being sent then its the files that show the details.<br>]]>
   </description>
   <pubDate>Mon, 18 Apr 2005 04:19:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/private-message-window_topic14727_post81426.html#81426</guid>
  </item> 
  <item>
   <title><![CDATA[Private Message window : I have tryed to edit the several...]]></title>
   <link>https://forums.webwiz.net/private-message-window_topic14727_post81409.html#81409</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19885">gregcaulder</a><br /><strong>Subject:</strong> 14727<br /><strong>Posted:</strong> 17&nbsp;April&nbsp;2005 at 8:31pm<br /><br />I have tryed to edit the several pages that could have anyhting to dowith the length of the Username being 15 charters. And nothing happend.<br><br>I edited the message_forum_inc.asp file to the code listed below.<br><br>'If this is a private message display the username box<br>If strMode = "PM" Then<br>%&gt;<br>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&lt;td align="right" width="15%" class="text"&gt;&lt;% = strTxtToUsername %&gt;:&lt;/td&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&lt;td width="70%"&gt;&lt;%<br><br>&nbsp;&nbsp;&nbsp; &nbsp;'Get the users&nbsp;&nbsp;&nbsp; buddy list if they have&nbsp;&nbsp;&nbsp; one<br>&nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; 'Initlise the sql statement<br>&nbsp;&nbsp;&nbsp; strSQL = "SELECT " &amp; strDbTable &amp; "Author.Username "<br>&nbsp;&nbsp;&nbsp; strSQL = strSQL&nbsp;&nbsp;&nbsp; &amp;"FROM&nbsp;&nbsp;&nbsp; " &amp; strDbTable &amp; "AuthorINNER&nbsp;&nbsp;&nbsp; JOIN " &amp; strDbTable &amp; "BuddyList ON "&amp; strDbTable &amp; "Author.Author_ID = " &amp; strDbTable &amp;"BuddyList.Buddy_ID "<br>&nbsp;&nbsp;&nbsp; strSQL = strSQL&nbsp;&nbsp;&nbsp; &amp; "WHERE "&amp; strDbTable &amp; "BuddyList.Author_ID=" &amp; lngLoggedInUserID&amp;&nbsp;&nbsp;&nbsp; " AND " &amp; strDbTable &amp;"BuddyList.Buddy_ID &lt;&gt; 2 "<br>&nbsp;&nbsp;&nbsp; strSQL = strSQL&nbsp;&nbsp;&nbsp; &amp; "ORDER By " &amp; strDbTable &amp; "Author.Username ASC;"<br><br>&nbsp;&nbsp;&nbsp; 'Query the database<br>&nbsp;&nbsp;&nbsp; rsCommon.Open strSQL, adoCon<br><br>&nbsp;&nbsp;&nbsp; &nbsp; %&gt;&lt;input type="text" name="member" size="<font color="#ff0000">35</font>" maxlength="<font color="#ff0000">35</font>"value="&lt;%&nbsp;&nbsp;&nbsp; = Server.HTMLEncode(strBuddyName)%&gt;"&lt;% If&nbsp;&nbsp;&nbsp; NOT rsCommon.EOF Then Response.Write("onChange=""document.frmAddMessage.selectMember.options&#091;0&#093;.selected =true;""") %&gt; /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;  &lt;ahref="JavaScript:openWin('pop_up_member_search.asp','profile','toolbar=0,location=0,status=0, menubar=0,scrollbars=0,resizable=1,width=440,height=255')"&gt;&lt;imgsrc="&lt;%  = strImagePath %&gt;search.gif" alt="&lt;% =strTxtMemberSearch %&gt;"&nbsp;&nbsp;&nbsp; border="0"align="absmiddle"&gt;&lt;/a&gt;<br><br><br><br><br>Reason being that every file that i tried to open of go ot pointed me to this window.<br><br>It may even be the worng file. Please let me know if it is the correctfile. The pm_message_post.asp file tomld me that it ise the above file.<br><br><br>Greg<br>]]>
   </description>
   <pubDate>Sun, 17 Apr 2005 20:31:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/private-message-window_topic14727_post81409.html#81409</guid>
  </item> 
  <item>
   <title><![CDATA[Private Message window : have you made sure that you edited...]]></title>
   <link>https://forums.webwiz.net/private-message-window_topic14727_post81371.html#81371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 14727<br /><strong>Posted:</strong> 17&nbsp;April&nbsp;2005 at 6:37am<br /><br />have you made sure that you edited the page that actually sends the PM. as there is code to trum to 15 charcters]]>
   </description>
   <pubDate>Sun, 17 Apr 2005 06:37:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/private-message-window_topic14727_post81371.html#81371</guid>
  </item> 
  <item>
   <title><![CDATA[Private Message window : Is there any trimming on the Private...]]></title>
   <link>https://forums.webwiz.net/private-message-window_topic14727_post81361.html#81361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19885">gregcaulder</a><br /><strong>Subject:</strong> 14727<br /><strong>Posted:</strong> 17&nbsp;April&nbsp;2005 at 2:21am<br /><br />Is there any trimming on the Private message Username window? I cantget teh length to go past 15 charcters. I have upped the trimm to 25charcters to help the usernames beter fit my needs. So when i try tosend them a private message they will never recieve it due to theUsername Box only allowering 15 charcters. I have looked everywerei nthe RTE_asfasdas.asp files and havent found anyhting. Only the inputbox and i upped that and it idd nothing. Need help desperatley.<br><br>Thanks<br><br>Greg<br>]]>
   </description>
   <pubDate>Sun, 17 Apr 2005 02:21:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/private-message-window_topic14727_post81361.html#81361</guid>
  </item> 
 </channel>
</rss>