<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Quick post showing for admin even though turned off]]></title>
		<link>https://punbb.informer.com/forums/topic/6062/quick-post-showing-for-admin-even-though-turned-off/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/6062/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Quick post showing for admin even though turned off.]]></description>
		<lastBuildDate>Thu, 27 Jan 2005 03:29:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Quick post showing for admin even though turned off]]></title>
			<link>https://punbb.informer.com/forums/post/32580/#p32580</link>
			<description><![CDATA[<p>Oh, nm. I see this is fixed already in source: <a href="http://dev.punbb.org/changeset/42">http://dev.punbb.org/changeset/42</a></p>]]></description>
			<author><![CDATA[null@example.com (svl)]]></author>
			<pubDate>Thu, 27 Jan 2005 03:29:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/32580/#p32580</guid>
		</item>
		<item>
			<title><![CDATA[Quick post showing for admin even though turned off]]></title>
			<link>https://punbb.informer.com/forums/post/32579/#p32579</link>
			<description><![CDATA[<p>In viewtopic.php,</p><div class="codebox"><pre><code>if ($pun_config[&#039;o_quickpost&#039;] == &#039;1&#039; &amp;&amp;
  $is_admmod ||
  (!$pun_user[&#039;is_guest&#039;] &amp;&amp;
  ($cur_topic[&#039;post_replies&#039;] == &#039;1&#039; || ($cur_topic[&#039;post_replies&#039;] == &#039;&#039; &amp;&amp; $pun_user[&#039;g_post_replies&#039;] == &#039;1&#039;)) &amp;&amp;
  $cur_topic[&#039;closed&#039;] == &#039;0&#039;))</code></pre></div><p>should probably be </p><div class="codebox"><pre><code>if ($pun_config[&#039;o_quickpost&#039;] == &#039;1&#039; &amp;&amp;
  ($is_admmod ||
  (!$pun_user[&#039;is_guest&#039;] &amp;&amp;
  ($cur_topic[&#039;post_replies&#039;] == &#039;1&#039; || ($cur_topic[&#039;post_replies&#039;] == &#039;&#039; &amp;&amp; $pun_user[&#039;g_post_replies&#039;] == &#039;1&#039;)) &amp;&amp;
  $cur_topic[&#039;closed&#039;] == &#039;0&#039;)))</code></pre></div><p>In other news, thanks from one (so far) very happy customer for sticking with the &quot;simple&quot; idea (not to mention the &quot;readable code&quot;). I&#039;m still ripping out large parts of the feature set since I&#039;m integrating with a lot of other stuff and the target audience wouldn&#039;t know what to do with 90% of this stuff, but at least with this board it&#039;s doable (I remember trying with phpbb a while ago: major suffering).<br />Also a suggestion to provide a HTML 4.01 strict version next to the XHTML one. It&#039;s easy enough to do a global search/replace on doctype and &quot; /&gt;&quot;, but it would still be nice.</p>]]></description>
			<author><![CDATA[null@example.com (svl)]]></author>
			<pubDate>Thu, 27 Jan 2005 03:22:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/32579/#p32579</guid>
		</item>
	</channel>
</rss>
