<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Small permissions bug]]></title>
		<link>https://punbb.informer.com/forums/topic/22437/small-permissions-bug/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/22437/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Small permissions bug.]]></description>
		<lastBuildDate>Tue, 08 Mar 2011 11:41:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Small permissions bug]]></title>
			<link>https://punbb.informer.com/forums/post/139318/#p139318</link>
			<description><![CDATA[<p>We dont known have user permission for post or create topic or not when it not logged.</p>]]></description>
			<author><![CDATA[null@example.com (dimkalinux)]]></author>
			<pubDate>Tue, 08 Mar 2011 11:41:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/139318/#p139318</guid>
		</item>
		<item>
			<title><![CDATA[Re: Small permissions bug]]></title>
			<link>https://punbb.informer.com/forums/post/131982/#p131982</link>
			<description><![CDATA[<p>We&#039;ll see what we can do with permissions.</p><p>Using &#039;autocomplete=&quot;off&quot;&#039; will break page validation (all pages here are XHTML 1.0 Strict).</p>]]></description>
			<author><![CDATA[null@example.com (Parpalak)]]></author>
			<pubDate>Mon, 26 Oct 2009 09:19:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/131982/#p131982</guid>
		</item>
		<item>
			<title><![CDATA[Small permissions bug]]></title>
			<link>https://punbb.informer.com/forums/post/131974/#p131974</link>
			<description><![CDATA[<p>If a forum has&nbsp; absolutely no permissions to post topics or replies (could be an announcement forum where only the administrator is allowed to post) then for guests there is still shown &#039;You must login or register to post/reply&#039;.<br />It should be &#039;Sorry! no permission to post/reply&#039;.</p><br /><br /><p>I tried to fix it my modifying the following in viewforum.php (and also in viewtopic.php with &#039; &amp;&amp; $cur_forum[&#039;post_replies&#039;]&#039;):</p><div class="codebox"><pre><code>else if ($forum_user[&#039;is_guest&#039;])
    $forum_page[&#039;page_post&#039;][&#039;posting&#039;] = ...</code></pre></div><p>to </p><div class="codebox"><pre><code>else if ($forum_user[&#039;is_guest&#039;] &amp;&amp; $cur_forum[&#039;post_topics&#039;])
    $forum_page[&#039;page_post&#039;][&#039;posting&#039;] = ...</code></pre></div><p>Hope I made no mistake.</p><p>BTW, could you add the attribute autocomplete=&quot;off&quot; to the captcha input field in the AntiSpam extension?</p>]]></description>
			<author><![CDATA[null@example.com (NettiCat)]]></author>
			<pubDate>Sun, 25 Oct 2009 19:57:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/131974/#p131974</guid>
		</item>
	</channel>
</rss>
