<?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 : SUGGESTION - from forum member</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 : SUGGESTION - from forum member]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 21:21:40 +0000</pubDate>
  <lastBuildDate>Wed, 15 Aug 2007 15:01:25 +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=24124</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[SUGGESTION - from forum member : It will auto-populate any existing...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126569.html#126569</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 15&nbsp;August&nbsp;2007 at 3:01pm<br /><br />It will auto-populate any existing data.]]>
   </description>
   <pubDate>Wed, 15 Aug 2007 15:01:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126569.html#126569</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member : And that will then also populate...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126568.html#126568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8412">billd3</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 15&nbsp;August&nbsp;2007 at 2:45pm<br /><br />And that will then also populate it with the current location if they have one. For example, I go to "modify" my profile, say, change some other little thing, avatar, whatever - it will "stick", won't lose the location already in the database?<br>That's the only reason I didn't change it from a list to a text area because I wasn't sure how to automatically populate it with the "last known location". I was afraid it would be blank and if they saved other changes, they'd lose the location they already put in upon registration.<br>Gee, well, there goes any excuses!&nbsp; <img src="https://forums.webwiz.net/smileys/smiley36.gif" border="0" alt="LOL" /><br>]]>
   </description>
   <pubDate>Wed, 15 Aug 2007 14:45:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126568.html#126568</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member : This is qute simple to do yourself....]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126566.html#126566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 15&nbsp;August&nbsp;2007 at 1:43pm<br /><br />This is qute simple to do yourself. In register.asp at around line 1679 you will find:-<br><br><table width="99%"><tr><td><pre class="BBcode">&lt;select name="location" id="location" tabindex="11"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="" disabled&lt;% If strLocation = "" Or strLocation = null Then Response.Write(" selected") %&gt;&gt; -- &lt;% Response.Write(strTxtSelectCountry) %&gt; -- &lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;% If strLocation &lt;&gt; "" Then Response.Write("&lt;option value=""" &amp; strLocation &amp; """ selected&gt;" &amp; strLocation &amp; "&lt;/option&gt;") %&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- Include countires include file --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- #include file="includes/select_countries_list.asp" --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<br></pre></td></tr></table><br><br>Replace it with:-<br><br><table width="99%"><tr><td><pre class="BBcode">&lt;input type="text" name="location" id="location" size="30" maxlength="27" value="&lt;% = strLocation %&gt;" tabindex="11" /&gt;<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 15 Aug 2007 13:43:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126566.html#126566</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member : Yes, I love it. This alone is...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126561.html#126561</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8412">billd3</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 15&nbsp;August&nbsp;2007 at 12:45pm<br /><br />Yes, I love it. This alone is a good reason to update, but I still need to hold off a bit.... still want to get the location part changed so they can type in a city and state or province/country, etc That's about the only other thing we need.<br>Oh, and make it a REQUIRED field!<br>]]>
   </description>
   <pubDate>Wed, 15 Aug 2007 12:45:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126561.html#126561</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member :    -boRg- wrote:Seems to be...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126542.html#126542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19540">ohiopbx</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 14&nbsp;August&nbsp;2007 at 11:33pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />Seems to be working quite well, something I seem to be using all the time already as it's very useful. <br><br>Don't know why this wasn't suggested before, it's an extremely useful way to find the newest unread post.<br><br>The added icons in different colours also help to see quickly which topics contain unread posts, and which posts have not been read.<br><br>It's also been updated so that when you hover the mouse over the arrow which links to the first unread in a topic it will display the number of unread posts that topic contains.<br></td></tr></table><br><br>very nice borg!<br><br>]]>
   </description>
   <pubDate>Tue, 14 Aug 2007 23:33:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126542.html#126542</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member : Seems to be working quite well,...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126520.html#126520</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 14&nbsp;August&nbsp;2007 at 5:10pm<br /><br />Seems to be working quite well, something I seem to be using all the time already as it's very useful. <br><br>Don't know why this wasn't suggested before, it's an extremely useful way to find the newest unread post.<br><br>The added icons in different colours also help to see quickly which topics contain unread posts, and which posts have not been read.<br><br>It's also been updated so that when you hover the mouse over the arrow which links to the first unread in a topic it will display the number of unread posts that topic contains.<br>]]>
   </description>
   <pubDate>Tue, 14 Aug 2007 17:10:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126520.html#126520</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member : WOW! What a great guy!  ]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126506.html#126506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=8412">billd3</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 14&nbsp;August&nbsp;2007 at 1:28pm<br /><br />WOW! What a great guy!]]>
   </description>
   <pubDate>Tue, 14 Aug 2007 13:28:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126506.html#126506</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member :   Thought this was such a good...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126504.html#126504</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 14&nbsp;August&nbsp;2007 at 1:11pm<br /><br />Thought this was such a good idea and because the forum already displays in real-time the number of unread posts in each forum and topic (by hovering the mouse over the forum/topic icon) , the foundation for this was already done.<br><br>Presently testing this on this forum;<br><br>Under the new unread post system, unread posts will display a star icon on them inplace of the blue bullet icon at the top of each post, so you can easly see which posts are yet to be read.<br><br>The 'View Last Post' grey '&gt;' icon next to forum and topics will be displayed as a 'View Unread Post' icon '&gt;' in a yellow colour for topics and forums that contain new posts, clicking on this icon will take you to the first unread post in the topic it relates to.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 14&nbsp;August&nbsp;2007 at 1:16pm</span>]]>
   </description>
   <pubDate>Tue, 14 Aug 2007 13:11:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126504.html#126504</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member : Placing the data in cookies is...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126373.html#126373</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 10&nbsp;August&nbsp;2007 at 4:57pm<br /><br />Placing the data in cookies is not good, could you imagine how big the cookies would get!! and remember a cookie needs to do a round robin trip to the server and back for each HTTP connection which can be 100's on just one page.<br><br>The way to do it is to base it on the last visit date of the user the same as is used to display the number of unread posts in a forum or topic, and also used for active topics etc.<br><br>You just need to find the last post in a topic based on the last visit date, if the post date is newer, then the post is new since the users last visit, combine this with the array already used to display the number of unread posts in topics and forums and it should be quite accurate and update in real-time.<br>]]>
   </description>
   <pubDate>Fri, 10 Aug 2007 16:57:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126373.html#126373</guid>
  </item> 
  <item>
   <title><![CDATA[SUGGESTION - from forum member :    MadDog wrote:It makes sense,...]]></title>
   <link>https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126369.html#126369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 24124<br /><strong>Posted:</strong> 10&nbsp;August&nbsp;2007 at 4:15pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by MadDog" alt="Originally posted by MadDog" style="vertical-align: text-bottom;" /> <strong>MadDog wrote:</strong><br /><br />It makes sense, but its not possible. The reason why its not possible is because the forum does not record and save what threads/topics have been viewed. So once the member comes back, there is nothing to tell the forum how threads/topics he read last time.<br></td></tr></table><br><br>you *could* store the last post ID in the cookie, but thats not a 100% complete solution<br>]]>
   </description>
   <pubDate>Fri, 10 Aug 2007 16:15:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/suggestion-from-forum-member_topic24124_post126369.html#126369</guid>
  </item> 
 </channel>
</rss>