<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - All topics show locked in "show recent" view. Bug?]]></title>
		<link>http://punbb.informer.com/forums/topic/20292/all-topics-show-locked-in-show-recent-view-bug/</link>
		<description><![CDATA[The most recent posts in All topics show locked in "show recent" view. Bug?.]]></description>
		<lastBuildDate>Wed, 19 Nov 2008 12:07:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: All topics show locked in "show recent" view. Bug?]]></title>
			<link>http://punbb.informer.com/forums/post/119621/#p119621</link>
			<description><![CDATA[<p><a href="http://punbb.informer.com/trac/changeset/910">Fixed</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Wed, 19 Nov 2008 12:07:17 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119621/#p119621</guid>
		</item>
		<item>
			<title><![CDATA[Re: All topics show locked in "show recent" view. Bug?]]></title>
			<link>http://punbb.informer.com/forums/post/119523/#p119523</link>
			<description><![CDATA[<p>I think I found where the bug possibly is: around lines 338 and 367.</p><p>First, the &quot;Closed&quot; and &quot;Sticky&quot; part of the title are being placed AFTER the actual title, making it look like this:<br /></p><div class="quotebox"><blockquote><p>Test Topic <strong>Closed :</strong> by Garciat</p></blockquote></div><p>Second, I think<br /></p><div class="codebox"><pre><code>            if (empty($forum_page[&#039;item_status&#039;]))
                $forum_page[&#039;item_status&#039;][&#039;normal&#039;] = &#039;normal&#039;;</code></pre></div><p>should be:<br /></p><div class="codebox"><pre><code>            if (empty($forum_page[&#039;item_status&#039;]))
            {
                unset($forum_page[&#039;item_subject_status&#039;]);
                $forum_page[&#039;item_status&#039;][&#039;normal&#039;] = &#039;normal&#039;;
            }</code></pre></div><p>and be placed after:<br /></p><div class="codebox"><pre><code>            if ($cur_set[&#039;sticky&#039;] == &#039;1&#039;)
            {
                $forum_page[&#039;item_subject_status&#039;][&#039;sticky&#039;] = $lang_forum[&#039;Sticky&#039;];
                $forum_page[&#039;item_status&#039;][&#039;sticky&#039;] = &#039;sticky&#039;;
            }

            if ($cur_set[&#039;closed&#039;] != &#039;0&#039;)
            {
                $forum_page[&#039;item_subject_status&#039;][&#039;closed&#039;] = $lang_forum[&#039;Closed&#039;];
                $forum_page[&#039;item_status&#039;][&#039;closed&#039;] = &#039;closed&#039;;
            }</code></pre></div><p>I&#039;m not sure if this will work since I&#039;m not on my home&#039;s PC (no access to web server).</p>]]></description>
			<author><![CDATA[dummy@example.com (Garciat)]]></author>
			<pubDate>Mon, 17 Nov 2008 22:47:25 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119523/#p119523</guid>
		</item>
		<item>
			<title><![CDATA[Re: All topics show locked in "show recent" view. Bug?]]></title>
			<link>http://punbb.informer.com/forums/post/119514/#p119514</link>
			<description><![CDATA[<p>please move to PunBB Bug reports 1.3</p>]]></description>
			<author><![CDATA[dummy@example.com (teva)]]></author>
			<pubDate>Mon, 17 Nov 2008 18:55:46 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119514/#p119514</guid>
		</item>
		<item>
			<title><![CDATA[All topics show locked in "show recent" view. Bug?]]></title>
			<link>http://punbb.informer.com/forums/post/119500/#p119500</link>
			<description><![CDATA[<p>Don&#039;t know if this is a bug or what, but today i noticed that most of the topics in &quot;active topics view&quot; show locked. The icon is still blue (not grey as it should be) and users can still reply to it. I don&#039;t even se locked topics anyware but &quot;active topics view&quot;. Any idea what this could be?</p><p>Update: When locking any topic, all topics in &quot;active topic&quot; show Locked. When someone replies to this &quot;locked&quot; topic, they get unlocked. Also, i can only see &quot;locked&quot; sign if i&#039;m loged in as admin&nbsp; or moderator. If i&#039;m browsing as normal user or unregistered, i dont see this.</p><br /><p>1.3 final</p>]]></description>
			<author><![CDATA[dummy@example.com (teva)]]></author>
			<pubDate>Mon, 17 Nov 2008 12:29:15 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/119500/#p119500</guid>
		</item>
	</channel>
</rss>
