<?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 : Can&#146;t update user&#146;s post as an admin</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 : Can&#146;t update user&#146;s post as an admin]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 13:44:34 +0000</pubDate>
  <lastBuildDate>Tue, 18 Jul 2006 10:15:17 +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=18498</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[Can&#146;t update user&#146;s post as an admin : I would suggest upgrading to the...]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post111056.html#111056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 18&nbsp;July&nbsp;2006 at 10:15am<br /><br />I would suggest upgrading to the latest version, which is currently 8.03, to see if that fixes your issue.]]>
   </description>
   <pubDate>Tue, 18 Jul 2006 10:15:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post111056.html#111056</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t update user&#146;s post as an admin : Hi, I&amp;#039;ve got the same problem...]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post111029.html#111029</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16670">bikegirl</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 17&nbsp;July&nbsp;2006 at 11:47pm<br /><br />Hi, I've got the same problem - tried adding the Response.Write above the "if" but still the same problem - admin can't edit posts. I'm on version 7.8. Can anyone help please?<DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Mon, 17 Jul 2006 23:47:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post111029.html#111029</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t update user&#146;s post as an admin : When way to try a figure out what...]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100131.html#100131</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 4:31pm<br /><br />When way to try a figure out what is wrong is to place the follwoing just above the line in question:-<br><br>Response.Write(blnAdmin)<br><br>When logded in as admin it should display 'True' in the page<br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 16:31:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100131.html#100131</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t update user&#146;s post as an admin :  Hmm, that&amp;#039;s about where...]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100114.html#100114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16949">voip-dude</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 3:35pm<br /><br />Hmm, that's about where I was troubleshooting. These are the lines in question, right?<br>_____________<br>If (((lngLoggedInUserID = lngPostUserID OR blnAdmin OR blnModerator) AND (blnEdit) AND (strMode="edit" OR <br><br>strMode="editTopic")) OR (blnReply = True AND strMode = "quote")) AND blnActiveMember AND (blnForumLocked = False) AND <br><br>(blnTopicLocked = False) Then<br><br><br>&nbsp;&nbsp;&nbsp; 'See if the users browser is RTE enabled<br>_____________<br><br>For testing, I deleted all references to "blnAdmin" just to see if the Edit page (edit_posts.asp) would still display. I would expect it would NOT display if I now attempted to Edit a post that was not mine (I'm an admin). But it DID load the edit_posts.asp page with the WYSIWYG editor. Strange.<br><br>Maybe I'm not looking at the right lines of code?<br><br>I will say that the error message "<span>Sorry, only members with sufficient permission can access this page." isn't the expected error message. Not sure why it's displaying the strTxtInsufficientPermison constant and the insufficient_permissions.asp Access Denied page. <br><br>I would expect to see strTxtNoPermissionToEditPost = "Sorry, you do not have permission to edit this post!" message.<br><br>Any ideas why insufficient_permissions.asp would be called? Usually that's a cookie problem or banned IP, etc. Obviously, it's none of these issues. Very odd that users can edit their own posts, including me, but admins can't edit users' posts. I would think it wouldn't work at all, not "partially".<br><br>If no more suggestions, I'll go for the upgrade in the next week or so. Thanks for all your help.<br><br><br></span><br><br><span style="font-size:10px"><br /><br />Edited by voip-dude - 24&nbsp;February&nbsp;2006 at 3:36pm</span>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 15:35:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100114.html#100114</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t update user&#146;s post as an admin : You can also set permissions on...]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100111.html#100111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 2:57pm<br /><br />You can also set permissions on a Group basis from the admin area.<br><br>Line 377 of the file edit_posts.asp should have it hard coded that the admin account (blnAdmin) can always edit users posts<br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 14:57:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100111.html#100111</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t update user&#146;s post as an admin : Ok, I&amp;#039;ll upgrade to 7.97....]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100110.html#100110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16949">voip-dude</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 2:48pm<br /><br />Ok, I'll upgrade to 7.97. Though since I have several lines of modified code might take me awhile to integrate 7.97.<br><br>Curious - do you recall if v7.9 didn't allow admins to edit user's posts? This should work, right?<br><br>I am an admin, I can even access the admin page. Within the admin pages the only related thing I see is a drop-down box that says "Edit Posts" and I have it currently set to Registered Users. I even tried setting it to Forum Admins Only but that didn't work either.<br><br>I don't see any other specific checkbox or drop-down box that specifically says only allow users to edit their own posts. Thus, I assume WebWiz by default since version 1.0 allows Admins to edit user's posts?<br><br>Unless there is a specific permission I haven't used before.<br><br>Can you tell me where in the code it does the security check to see if you are allowed to edit a post? i.e. which file and approximate line number? Maybe I can troubleshoot. Maybe it's the code I added myself, such as the 24 hour delay before posting as a new user.<br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 14:48:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100110.html#100110</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t update user&#146;s post as an admin : Upgrade to the latest version...]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100093.html#100093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 24&nbsp;February&nbsp;2006 at 9:10am<br /><br />Upgrade to the latest version 7.97, and also check your permissions in the admin section.]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 09:10:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100093.html#100093</guid>
  </item> 
  <item>
   <title><![CDATA[Can&#146;t update user&#146;s post as an admin : I&amp;#039;m trying to edit a user&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100055.html#100055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=16949">voip-dude</a><br /><strong>Subject:</strong> 18498<br /><strong>Posted:</strong> 23&nbsp;February&nbsp;2006 at 4:43pm<br /><br />I'm trying to edit a user's post and I get this error:<br><span ="lgText">Sorry, only members with sufficient permission can access this page.<font size="3"><br><br><font face="Arial, Helvetica, sans-serif" size="2"><b>I'm an admin, so I should be able to change it, no?<br><br>I can change my own posts, but not any of my users.<br><br>I'm running v7.9.<br></b></font></font></span>]]>
   </description>
   <pubDate>Thu, 23 Feb 2006 16:43:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/cant-update-users-post-as-an-admin_topic18498_post100055.html#100055</guid>
  </item> 
 </channel>
</rss>