<?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 : User Names vs Real Names</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 : User Names vs Real Names]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 23:41:14 +0000</pubDate>
  <lastBuildDate>Mon, 14 Nov 2005 10:23:49 +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=17225</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[User Names vs Real Names : LastAndFirstThreadAuthor   is...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93818.html#93818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2005 at 10:23am<br /><br />LastAndFirstThreadAuthor<br><br><br>is used on some you will have to be careful because some places dosearchs on username so you will have to look though the SQL server setup file and see what files reflect using username <br><br>im not sure how you are doing this but you could have issues<br>]]>
   </description>
   <pubDate>Mon, 14 Nov 2005 10:23:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93818.html#93818</guid>
  </item> 
  <item>
   <title><![CDATA[User Names vs Real Names : I use MS SQL. Could you please...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93815.html#93815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22268">onceah</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2005 at 10:07am<br /><br />I use MS SQL.&nbsp; Could you please point me to what stored procedure should I update?&nbsp; Are there different stored procedures for different pages or is there only one? <DIV></DIV><DIV></DIV>Thank you.]]>
   </description>
   <pubDate>Mon, 14 Nov 2005 10:07:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93815.html#93815</guid>
  </item> 
  <item>
   <title><![CDATA[User Names vs Real Names : if those parts where changed then...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93810.html#93810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2005 at 9:51am<br /><br />if those parts where changed then its ok, are you using the MS SQL or Access version?<br><br>it seems the queries are wrong, if using the MS SQL version you need to edit the stored procedures not the SQL you see there,<br>]]>
   </description>
   <pubDate>Mon, 14 Nov 2005 09:51:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93810.html#93810</guid>
  </item> 
  <item>
   <title><![CDATA[User Names vs Real Names : This is the text around line 434:...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93806.html#93806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22268">onceah</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2005 at 9:12am<br /><br />This is the text around line 434: <DIV>431:&nbsp;&nbsp;&nbsp;If NOT rsTopic.EOF Then</DIV><DIV><FONT color=#ff0000><strong>434:&nbsp;&nbsp;&nbsp;strTopicStartUsername = rsTopic("Username")<BR></strong></FONT>435:&nbsp;&nbsp;&nbsp;strFirstPostMsg = Mid(rsTopic("Message"), 1, 275)<BR>436:&nbsp;&nbsp;&nbsp;lngTopicStartUserID = CLng(rsTopic("Author_ID"))<BR></DIV><DIV>I change Username to Real_name.</DIV><DIV>&nbsp;</DIV><DIV>Also, I change this: </DIV><DIV>415: &nbsp;&nbsp;If strDatabaseType = "SQLServer" Then<BR>416: &nbsp;&nbsp;&nbsp;strSQL = "EXECUTE " &amp; strDbProc &amp; "LastAndFirstThreadAuthor @lngTopicID = " &amp; lngTopicID<BR>417: &nbsp;&nbsp;Else<BR>418: &nbsp;&nbsp;&nbsp;strSQL = "SELECT " &amp; strDbTable &amp; "Thread.Thread_ID, " &amp; strDbTable &amp; "Thread.Author_ID, " &amp; strDbTable &amp; "Thread.Message, " &amp; strDbTable &amp; "Thread.Message_date, " &amp; strDbTable &amp; "<strong><FONT color=#ff0000>Author.Username</FONT></strong> "<BR>419: &nbsp;&nbsp;&nbsp;strSQL = strSQL &amp; "FROM " &amp; strDbTable &amp; "Author, " &amp; strDbTable &amp; "Thread "<BR>420: &nbsp;&nbsp;&nbsp;strSQL = strSQL &amp; "WHERE " &amp; strDbTable &amp; "Author.Author_ID = " &amp; strDbTable &amp; "Thread.Author_ID AND " &amp; strDbTable &amp; "Thread.Topic_ID = " &amp; lngTopicID &amp; " "<BR>421: &nbsp;&nbsp;&nbsp;strSQL = strSQL &amp; "ORDER BY " &amp; strDbTable &amp; "Thread.Message_date ASC;"<BR>422: &nbsp;&nbsp;End If<BR></DIV><DIV>on line 418 I change Author.Username to Author.Real_name.</DIV><DIV>&nbsp;</DIV><DIV>There is one more place that I change:</DIV><DIV>444: &nbsp;&nbsp;&nbsp;lngLastEntryMessageID = CLng(rsTopic("Thread_ID"))<BR>445: &nbsp;&nbsp;&nbsp;strLastEntryUsername = rsTopic("<FONT color=#ff0000><strong>Username</strong></FONT>")<BR>446: &nbsp;&nbsp;&nbsp;lngLastEntryUserID = CLng(rsTopic("Author_ID"))<BR>447: &nbsp;&nbsp;&nbsp;dtmLastEntryDate = CDate(rsTopic("Message_date"))<BR></DIV><DIV>On line 445 I change Username to Real_name.</DIV><DIV>&nbsp;</DIV><DIV>I do not think that there is anything else to change on this page but it gives me an error.</DIV><DIV>&nbsp;</DIV><DIV>Thank you.</DIV>]]>
   </description>
   <pubDate>Mon, 14 Nov 2005 09:12:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93806.html#93806</guid>
  </item> 
  <item>
   <title><![CDATA[User Names vs Real Names : its saying a field name is being...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93689.html#93689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 11&nbsp;November&nbsp;2005 at 6:19pm<br /><br />its saying a field name is being wanted ot be used/requested but it was not called in within the query<br><br><br>can you paste around the section you are using, on lines 434, also highlight that line in red.<br>]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 18:19:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93689.html#93689</guid>
  </item> 
  <item>
   <title><![CDATA[User Names vs Real Names : This what I thought but the problem...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93686.html#93686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22268">onceah</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 11&nbsp;November&nbsp;2005 at 6:15pm<br /><br />This what I thought but the problem is that it does not work this way. <DIV>&nbsp;</DIV><DIV>For example, on the page forum_topic.asp I changed all 3 entries related to Username.&nbsp; I changed it to Real_name.&nbsp; After that I have an error: </DIV><DIV>ADODB.Recordset<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error '800a0cc1'</FONT><FONT face="Times New Roman" size=3> </FONT></DIV><DIV><FONT face=Arial size=2>Item cannot be found in the collection corresponding to the requested name or ordinal.</FONT> </DIV><DIV><FONT face=Arial size=2>/mas/forum/forum_topics.asp</FONT><FONT face=Arial size=2>, line 434</FONT> </DIV><DIV></DIV><DIV>And I cannot do anything about this.&nbsp; There is something else or maybe I am missing something.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>There is nothing else to change.&nbsp; Any ideas?&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thank you.</DIV>]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 18:15:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93686.html#93686</guid>
  </item> 
  <item>
   <title><![CDATA[User Names vs Real Names : you would have to edit any page...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93681.html#93681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 11&nbsp;November&nbsp;2005 at 5:56pm<br /><br />you would have to edit any page that shows strUsername etc and get it so that it uses the real name field instead.<br><br>there would be quite a few pages<br>]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 17:56:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93681.html#93681</guid>
  </item> 
  <item>
   <title><![CDATA[User Names vs Real Names : Hello everyone.  I install this...]]></title>
   <link>https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93676.html#93676</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22268">onceah</a><br /><strong>Subject:</strong> 17225<br /><strong>Posted:</strong> 11&nbsp;November&nbsp;2005 at 5:30pm<br /><br />Hello everyone.<DIV>&nbsp;</DIV><DIV>I install this forum on our intranet and it everything looks good.&nbsp; I need to have a small change.&nbsp; Maybe not small but change and I am not sure how to do it.</DIV><DIV>&nbsp;</DIV><DIV>I want our users to login using their usernames but I want to have their real names to be displayed everywhere (who is logged it, topic starters, etc.....)</DIV><DIV>&nbsp;</DIV><DIV>Is it possible to do?</DIV><DIV>&nbsp;</DIV><DIV>Thank you.</DIV>]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 17:30:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/user-names-vs-real-names_topic17225_post93676.html#93676</guid>
  </item> 
 </channel>
</rss>