<?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 : Administrator &quot;Edited by&quot; not shown</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 : Administrator &quot;Edited by&quot; not shown]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 06:48:32 +0000</pubDate>
  <lastBuildDate>Tue, 14 Jun 2005 05:16:16 +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=15451</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[Administrator &quot;Edited by&quot; not shown : I know, I&amp;#039;m a pain in the...]]></title>
   <link>https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85035.html#85035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20724">daanfan</a><br /><strong>Subject:</strong> 15451<br /><strong>Posted:</strong> 14&nbsp;June&nbsp;2005 at 5:16am<br /><br />I know, I'm a pain in the ass but I still have some problems.<DIV>&nbsp;</DIV><DIV>The variable&nbsp;"<FONT color=#ff0000>ingLoggedInUserID</FONT>" does not exist in the whole project. I searched all files but came up with no result.</DIV><DIV>&nbsp;</DIV><DIV>I have found a "lngLoggedInUserID" variable, and now I see that you have made a typo <IMG alt=Wink src="https://forums.webwiz.net/smileys/smiley2.gif" align=absMiddle border="0">&nbsp;hahahah I didn't see it at first but no prob, I appriciate the effort <IMG alt=Clap src="https://forums.webwiz.net/smileys/smiley32.gif" align=absMiddle border="0"></DIV><DIV>&nbsp;</DIV><DIV>It works fine now !!!</DIV><DIV>&nbsp;</DIV><DIV>Thanx m8</DIV>]]>
   </description>
   <pubDate>Tue, 14 Jun 2005 05:16:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85035.html#85035</guid>
  </item> 
  <item>
   <title><![CDATA[Administrator &quot;Edited by&quot; not shown : i am very sorry you neeed to edit...]]></title>
   <link>https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85010.html#85010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 15451<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 12:24pm<br /><br />i am very sorry you neeed to edit the file post_message.asp<br><br>find this part <br><br><br>&nbsp;&nbsp;&nbsp; 'If we are to show who edit the post and time then contantinet it to the end of the message<br>&nbsp;&nbsp;&nbsp; If blnShowEditUser Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strMessage = strMessage &amp;"&lt;edited&gt;&lt;editID&gt;" &amp; strLoggedInUsername &amp;"&lt;/editID&gt;&lt;editDate&gt;" &amp; CDbl(now()) &amp;&nbsp;"&lt;/editDate&gt;&lt;/edited&gt;"<br>&nbsp;&nbsp;&nbsp; End If<br><br>and change for the below<br><br>&nbsp;&nbsp;&nbsp; 'If we are to show who edit the post and time then contantinet it to the end of the message<br>&nbsp;&nbsp;&nbsp; If blnShowEditUser AND NOT <font color="#ff0000">(ingLoggedInUserID = 1 OR blnAdmin = True)</font>&nbsp; Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strMessage = strMessage &amp; "&lt;edited&gt;&lt;editID&gt;"&amp; strLoggedInUsername &amp; "&lt;/editID&gt;&lt;editDate&gt;" &amp;CDbl(now()) &amp;&nbsp; "&lt;/editDate&gt;&lt;/edited&gt;"<br>&nbsp;&nbsp;&nbsp; End If<br><pre width="80"><font color="#ff0000"><br></font></pre><br>]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 12:24:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85010.html#85010</guid>
  </item> 
  <item>
   <title><![CDATA[Administrator &quot;Edited by&quot; not shown :  for the file page in question...]]></title>
   <link>https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85009.html#85009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 15451<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 12:22pm<br /><br />for the file page in question is functions_edit_post.asp<br><br>and you need to edit the last function in the file that looks like the below, replace it with the one below<br><br><table width="99%"><tr><td><pre class="BBcode"><br>'******************************************<br>'*** Remove Post Editor Text Function *****<br>'******************************************<br><br>'Format Post Function to covert forum codes to HTML<br>Private Function removeEditorAuthor(ByVal strMessage)<br><br>&nbsp;&nbsp;&nbsp; Dim lngStartPos<br>&nbsp;&nbsp;&nbsp; Dim lngEndPos<br><font color="#ff0000"><br>&nbsp;&nbsp;&nbsp; if not (ingLoggedInUserID = 1 OR blnAdmin = True) then <br></font><br>&nbsp;&nbsp;&nbsp; 'Get the start and end position in the string of the XML to remove<br>&nbsp;&nbsp;&nbsp; lngStartPos = InStr(1, strMessage, "&lt;edited&gt;", 1)<br>&nbsp;&nbsp;&nbsp; lngEndPos = InStr(1, strMessage, "&lt;/edited&gt;", 1) + 9<br>&nbsp;&nbsp;&nbsp; If lngEndPos - lngStartPos =&lt; 8 Then lngEndPos = lngStartPos + 9<br><br>&nbsp;&nbsp;&nbsp; 'If there is something returned strip the XML from the message<br>&nbsp;&nbsp;&nbsp; removeEditorAuthor = Replace(strMessage,Trim(Mid(strMessage, lngStartPos, lngEndPos-lngStartPos)), "", 1, -1, 1)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br><font color="#ff0000">&nbsp;&nbsp;&nbsp; else<br><br>&nbsp;&nbsp;&nbsp; removeEditorAuthor = strMessage<br><br>&nbsp;&nbsp;&nbsp; end if </font><br><br>End Function<br></pre></td></tr></table><br><br>lines marked in red are ones i have added<br><span style="font-size:10px"><br /><br />Edited by dj air - 13&nbsp;June&nbsp;2005 at 12:22pm</span>]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 12:22:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85009.html#85009</guid>
  </item> 
  <item>
   <title><![CDATA[Administrator &quot;Edited by&quot; not shown : Hi, I&amp;#039;m FANmedia&amp;#039;s collegue.  I...]]></title>
   <link>https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85007.html#85007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20724">daanfan</a><br /><strong>Subject:</strong> 15451<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 11:32am<br /><br />Hi, I'm FANmedia's collegue.<DIV>&nbsp;</DIV><DIV>I tried to find the function_ ???? page but could not find it. I searched trough all te asp files on "&lt;/edit&gt;" and "&lt;edit&gt;" but there&nbsp;are no such strings in any of the files.</DIV><DIV>&nbsp;</DIV><DIV>If you could tell me exactly what file I have to edit .... You would make me a happy man ;-)</DIV><DIV>&nbsp;</DIV><DIV>Thanx in advance</DIV>]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 11:32:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85007.html#85007</guid>
  </item> 
  <item>
   <title><![CDATA[Administrator &quot;Edited by&quot; not shown : Thanks for the ultra-quick response!...]]></title>
   <link>https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85006.html#85006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20794">FANmedia</a><br /><strong>Subject:</strong> 15451<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 11:20am<br /><br />Thanks for the ultra-quick response!]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 11:20:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85006.html#85006</guid>
  </item> 
  <item>
   <title><![CDATA[Administrator &quot;Edited by&quot; not shown : edit the functions_ file a file...]]></title>
   <link>https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85005.html#85005</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 15451<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 11:10am<br /><br />edit the functions_ file a file within the fuinctions folder manages those files<br><br>look for the section that has &lt;edit&gt; and &lt;/edit&gt;<br><br>around that code add<br><br>&nbsp;if NOT (lngLoggedInUserID =1 OR blnAdmin = True) then<br><br>existing code<br><br><br>END IF <br><br>that will not show edit by, for anyone editing that is admin or uesr ID 1<br>]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 11:10:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85005.html#85005</guid>
  </item> 
  <item>
   <title><![CDATA[Administrator &quot;Edited by&quot; not shown : We have in our forum the option...]]></title>
   <link>https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85002.html#85002</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20794">FANmedia</a><br /><strong>Subject:</strong> 15451<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 10:57am<br /><br /><P>We have in our forum the option "Display Edited Author" enabled. I think it's important for users to see when someone has edited their post.</P><DIV></DIV>But.... sometimes I change posts as administrator. For example because there is an error in the Forum codes &#091;url=&#093; et cetera. When I have edited a post as administrator I don't want&nbsp;everyone to&nbsp;see I have done that. It's not a secret, but people don't know why I have edited the post and when they see 'someone' did something to their post, thay gonna send me PM to ask why and things like that.<DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>So... is it possible to get "Displated Edited Author" enabled, except for the administrator?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance!</DIV>]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 10:57:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/administrator-edited-by-not-shown_topic15451_post85002.html#85002</guid>
  </item> 
 </channel>
</rss>