<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - All topics show locked in "show recent" view. Bug?]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/20292/"/>
	<updated>2008-11-19T12:07:17Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/20292/all-topics-show-locked-in-show-recent-view-bug/</id>
		<entry>
			<title type="html"><![CDATA[Re: All topics show locked in "show recent" view. Bug?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119621/#p119621"/>
			<content type="html"><![CDATA[<p><a href="http://punbb.informer.com/trac/changeset/910">Fixed</a>.</p>]]></content>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/13581/</uri>
			</author>
			<updated>2008-11-19T12:07:17Z</updated>
			<id>http://punbb.informer.com/forums/post/119621/#p119621</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: All topics show locked in "show recent" view. Bug?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119523/#p119523"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Garciat]]></name>
				<uri>http://punbb.informer.com/forums/user/12481/</uri>
			</author>
			<updated>2008-11-17T22:47:25Z</updated>
			<id>http://punbb.informer.com/forums/post/119523/#p119523</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: All topics show locked in "show recent" view. Bug?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119514/#p119514"/>
			<content type="html"><![CDATA[<p>please move to PunBB Bug reports 1.3</p>]]></content>
			<author>
				<name><![CDATA[teva]]></name>
				<uri>http://punbb.informer.com/forums/user/3945/</uri>
			</author>
			<updated>2008-11-17T18:55:46Z</updated>
			<id>http://punbb.informer.com/forums/post/119514/#p119514</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[All topics show locked in "show recent" view. Bug?]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/119500/#p119500"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teva]]></name>
				<uri>http://punbb.informer.com/forums/user/3945/</uri>
			</author>
			<updated>2008-11-17T12:29:15Z</updated>
			<id>http://punbb.informer.com/forums/post/119500/#p119500</id>
		</entry>
</feed>
