<?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 : BUG. User &#079;nline Status.</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 : BUG. User &#079;nline Status.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 18:01:49 +0000</pubDate>
  <lastBuildDate>Sat, 06 Aug 2005 03:56:10 +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=16086</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[BUG. User &#079;nline Status. : Hello borg, I appreciate your...]]></title>
   <link>https://forums.webwiz.net/bug-user-online-status_topic16086_post88321.html#88321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20890">Detonator</a><br /><strong>Subject:</strong> 16086<br /><strong>Posted:</strong> 06&nbsp;August&nbsp;2005 at 3:56am<br /><br /><P>Hello borg,</P><DIV>I appreciate your reply. I understand what you mean. What I don't understand, though, is how could people complain about this and call it a bug.</DIV><DIV>&nbsp;</DIV><DIV>Take any instant messenger as an analogy. On MSN for example, if I switch to Appear Offline status, that means I don't want anybody see me. Now if there was a way around&nbsp;this and people was still able to see I'm online, then the whole purpose of this status would be defeated, and THAT would be a bug. Invisible mode on WWF, or any other forum for that matter, should work the same way, IMO.</DIV><DIV>&nbsp;</DIV><DIV>A possible solution to make everyone happy would be a put a "Show Anonymous Users as Offline" option somewhere on the Forum Configuration, where one could choose the desired behavior.</DIV><DIV>&nbsp;</DIV><DIV>Then the code for <strong>forum_posts.asp</strong> would look more or less like this (latest addition in bold):</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><DIV>For intArrayPass = 1 To UBound(saryActiveUsers, 2)</DIV><BR><DIV>&nbsp; If saryActiveUsers(1, intArrayPass) = lngUserID <FONT color=#ff0000>And <strong>(</strong>Not CBool(saryActiveUsers(7, intArrayPass)<BR><strong>Or bShowAnonymousUsersAsOffline)</strong> </FONT>Then blnIsUserOnline = True</DIV><BR><DIV>Next</DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>This will hide users who choose to login anonymously, AS LONG AS the "Show Anonymous Users As Offline" option is checked.</DIV><DIV>&nbsp;</DIV><DIV>Just an opinion.</DIV>]]>
   </description>
   <pubDate>Sat, 06 Aug 2005 03:56:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-user-online-status_topic16086_post88321.html#88321</guid>
  </item> 
  <item>
   <title><![CDATA[BUG. User &#079;nline Status. : This is how I originally wrote...]]></title>
   <link>https://forums.webwiz.net/bug-user-online-status_topic16086_post88244.html#88244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 16086<br /><strong>Posted:</strong> 05&nbsp;August&nbsp;2005 at 5:05am<br /><br />This is how I originally wrote the online status to work, but peopledidn't like it and complained that it was a bug, so I changed it sothat even if a user logged on anonymously there online status would beupdated.<br><br>It seems I can not win either way.<br>]]>
   </description>
   <pubDate>Fri, 05 Aug 2005 05:05:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-user-online-status_topic16086_post88244.html#88244</guid>
  </item> 
  <item>
   <title><![CDATA[BUG. User &#079;nline Status. : Hello. I don&amp;#039;t know whether...]]></title>
   <link>https://forums.webwiz.net/bug-user-online-status_topic16086_post88188.html#88188</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20890">Detonator</a><br /><strong>Subject:</strong> 16086<br /><strong>Posted:</strong> 04&nbsp;August&nbsp;2005 at 11:55am<br /><br /><P>Hello.</P><P>I don't know whether this has been posted before, but I decided to share with you just in case. Hopefully this this fix will be integrated in WWF 8, so I don't have to re-patch the pages every time I upgrade.</P><P>When a user chooses to login anonymously, she sets the <strong>Add me to Active Users </strong>list option to <strong>No</strong>, on the Login screen.<BR>This removes her nickname from the Member(s) online, on the Forum Statistics at the bottom on the main page, and it also shows her as "Anonymous" on the Active Users page. But there is a couple of places (that I know of) where the user status is "exposed", even if she decided to login anonymously:</P><P>1. Right under the avatar on a recent post, you see "Online Status: Online"&nbsp; (the Active Posts link makes this even easier).<BR>2. On the User Profile popup, it shows "Online Status: Online".</P><P><BR>So to fix this, add the code marked in red on the following two pages:</P><P>----------<BR>1. On <strong>forum_posts.asp</strong>, change following lines:</P><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>For intArrayPass = 1 To UBound(saryActiveUsers, 2)</DIV><DIV>&nbsp; If saryActiveUsers(1, intArrayPass) = lngUserID Then blnIsUserOnline = True</DIV><DIV>Next</DIV><DIV></pre></td></tr></table></DIV><P>like this:</P><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>For intArrayPass = 1 To UBound(saryActiveUsers, 2)</DIV><DIV>&nbsp; If saryActiveUsers(1, intArrayPass) = lngUserID <FONT color=#ff0000>_</FONT></DIV><DIV><FONT color=#ff0000>&nbsp;&nbsp;&nbsp; And Not CBool(saryActiveUsers(7, intArrayPass)) </FONT>Then blnIsUserOnline = True</DIV><DIV>Next</DIV><DIV><DIV></pre></td></tr></table></DIV></DIV><P>----------<BR>2. On <strong>pop_up_profile.asp</strong>, change the following lines:</P><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>For intArrayPass = 1 To UBound(saryActiveUsers, 2)</DIV><DIV>&nbsp; If saryActiveUsers(1, intArrayPass) = lngProfileNum Then blnIsUserOnline = True</DIV><DIV>Next</DIV><DIV></pre></td></tr></table></DIV><P>like this:</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>For intArrayPass = 1 To UBound(saryActiveUsers, 2)</P><DIV>&nbsp; If saryActiveUsers(1, intArrayPass) = lngProfileNum <FONT color=#ff0000>_</FONT></DIV><DIV><FONT color=#ff0000>&nbsp;&nbsp;&nbsp;&nbsp;And Not CBool(saryActiveUsers(7, intArrayPass)) </FONT>Then blnIsUserOnline = True</DIV><DIV>Next</DIV><DIV></pre></td></tr></table></DIV><P>----------</P><P>Hope this helps.</P><P>Bye.</P><span style="font-size:10px"><br /><br />Edited by Detonator - 06&nbsp;August&nbsp;2005 at 3:58am</span>]]>
   </description>
   <pubDate>Thu, 04 Aug 2005 11:55:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-user-online-status_topic16086_post88188.html#88188</guid>
  </item> 
 </channel>
</rss>