<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — [release] different topics list display]]></title>
		<link>https://punbb.informer.com/forums/topic/21077/release-different-topics-list-display/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/21077/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [release] different topics list display.]]></description>
		<lastBuildDate>Fri, 06 Mar 2009 09:58:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/125347/#p125347</link>
			<description><![CDATA[<p>oh... <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>change <strong>$item_title[&#039;link&#039;]</strong> to</p><div class="codebox"><pre><code>$item_title[&#039;link&#039;] = &#039;&lt;a href=&quot;&#039;.forum_link($forum_url[&#039;post&#039;], $cur_set[&#039;last_post_id&#039;]).&#039;&quot; title=&quot;&#039;.format_time($cur_set[&#039;has_posted&#039;], FORUM_FT_DATE).&#039; &#039;.sprintf($lang_forum[&#039;Topic starter&#039;], forum_htmlencode($cur_set[&#039;poster&#039;])).&#039;&quot;&gt;&#039;.forum_htmlencode($cur_set[&#039;subject&#039;]).&#039;&lt;/a&gt;&#039;;</code></pre></div><p>now should be ok</p>]]></description>
			<author><![CDATA[null@example.com (YonasH)]]></author>
			<pubDate>Fri, 06 Mar 2009 09:58:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/125347/#p125347</guid>
		</item>
		<item>
			<title><![CDATA[Re: [release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/125325/#p125325</link>
			<description><![CDATA[<p>Thanks man.. It worked but there is one small problem. It doesn&#039;t show the name of the user <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p><span class="postimg"><img src="http://b1.s3.p.quickshareit.com/files/picture4a36c4.png" alt="http://b1.s3.p.quickshareit.com/files/picture4a36c4.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (Khalid-S)]]></author>
			<pubDate>Thu, 05 Mar 2009 20:38:28 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/125325/#p125325</guid>
		</item>
		<item>
			<title><![CDATA[Re: [release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/125296/#p125296</link>
			<description><![CDATA[<div class="quotebox"><cite>Khalid-S wrote:</cite><blockquote><p>I like it.. thanks!! </p><p>But sadly it doesnt do the same with &quot;Most Recent Posts&quot; (FalconFour&#039;s extension) </p><p><a href="http://punbb.informer.com/forums/topic/20438/extension-release-13-final-active-topics-list-on-index/">http://punbb.informer.com/forums/topic/ … -on-index/</a></p></blockquote></div><p>...and it will never work. There is no hooks in active_topics extension<br />only thing which you can do is change it manually:</p><p>change:<br /></p><div class="codebox"><pre><code>$item_title[&#039;link&#039;] = &#039;&lt;a href=&quot;&#039;.forum_link($forum_url[&#039;post&#039;], $cur_set[&#039;last_post_id&#039;]).&#039;&quot;&gt;&#039;.forum_htmlencode($cur_set[&#039;subject&#039;]).&#039;&lt;/a&gt;&#039;;</code></pre></div><p>to:<br /></p><div class="codebox"><pre><code>$item_title[&#039;link&#039;] = &#039;&lt;a href=&quot;&#039;.forum_link($forum_url[&#039;post&#039;], $cur_set[&#039;last_post_id&#039;]).&#039;&quot; title=&quot;&#039;.format_time($cur_topic[&#039;posted&#039;], FORUM_FT_DATE).&#039; &#039;.sprintf($lang_forum[&#039;Topic starter&#039;], forum_htmlencode($cur_topic[&#039;poster&#039;])).&#039;&quot;&gt;&#039;.forum_htmlencode($cur_set[&#039;subject&#039;]).&#039;&lt;/a&gt;&#039;;</code></pre></div><p>and this:<br /></p><div class="codebox"><pre><code>$item_body[&#039;subject&#039;][&#039;title&#039;] = &#039;&lt;h3 class=&quot;hn&quot;&gt;&lt;span class=&quot;item-num&quot;&gt;&#039;.forum_number_format(++$item_num).&#039;&lt;/span&gt; &#039;.implode(&#039; &#039;, $item_title).&#039;&lt;/h3&gt; &lt;em&gt; by &#039;.forum_htmlencode($cur_set[&#039;poster&#039;]).&#039;&lt;/em&gt;&#039;;</code></pre></div><p>to:<br /></p><div class="codebox"><pre><code>$item_body[&#039;subject&#039;][&#039;title&#039;] = &#039;&lt;h3 class=&quot;hn&quot;&gt;&lt;span class=&quot;item-num&quot;&gt;&#039;.forum_number_format(++$item_num).&#039;&lt;/span&gt; &#039;.implode(&#039; &#039;, $item_title).&#039;&lt;/h3&gt;&#039;;</code></pre></div><p>didn&#039;t test, but should work <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (YonasH)]]></author>
			<pubDate>Thu, 05 Mar 2009 10:06:05 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/125296/#p125296</guid>
		</item>
		<item>
			<title><![CDATA[Re: [release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/125279/#p125279</link>
			<description><![CDATA[<p>I like it.. thanks!! </p><p>But sadly it doesnt do the same with &quot;Most Recent Posts&quot; (FalconFour&#039;s extension) </p><p><a href="http://punbb.informer.com/forums/topic/20438/extension-release-13-final-active-topics-list-on-index/">http://punbb.informer.com/forums/topic/ … -on-index/</a></p>]]></description>
			<author><![CDATA[null@example.com (Khalid-S)]]></author>
			<pubDate>Thu, 05 Mar 2009 01:59:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/125279/#p125279</guid>
		</item>
		<item>
			<title><![CDATA[Re: [release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/124339/#p124339</link>
			<description><![CDATA[<p>REQUEST:<br />I request that you do the same with the &quot;latest post&quot; column, hiding the author of the last post unless you mouse_over the link.</p><p>I hope this can be done in a future release?</p>]]></description>
			<author><![CDATA[null@example.com (esupergood)]]></author>
			<pubDate>Mon, 09 Feb 2009 10:41:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124339/#p124339</guid>
		</item>
		<item>
			<title><![CDATA[Re: [release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/124337/#p124337</link>
			<description><![CDATA[<p>using it.<br />loving it.<br />thanks</p>]]></description>
			<author><![CDATA[null@example.com (esupergood)]]></author>
			<pubDate>Mon, 09 Feb 2009 10:21:26 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124337/#p124337</guid>
		</item>
		<item>
			<title><![CDATA[Re: [release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/124237/#p124237</link>
			<description><![CDATA[<p>It&#039;d be nice to have an extension that displays an excerpt of the message as the title of the link.</p><p>Specific, but useful. Thanks. <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (slickplaid)]]></author>
			<pubDate>Sat, 07 Feb 2009 09:58:45 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124237/#p124237</guid>
		</item>
		<item>
			<title><![CDATA[[release] different topics list display]]></title>
			<link>https://punbb.informer.com/forums/post/124223/#p124223</link>
			<description><![CDATA[<p>Hello</p><p>Another small extension. It&#039;s changing way to display topics list on viewforum.php.<br />Removing &quot;by User&quot; and moving it into link title (hover). As an extra it&#039;s adding info about topic creation date.</p><p><span class="postimg"><img src="http://img301.imageshack.us/img301/9908/searchei4.jpg" alt="http://img301.imageshack.us/img301/9908/searchei4.jpg" /></span></p><br /><p>I&#039;m using it on my forum, because it&#039;s not important who created topic and subjects are usually long.<br />I&#039;m just sharing <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p><strong>Version 1.0</strong><br /><a href="http://rapidshare.com/files/194884091/y_viewforum.zip.html">y_viewforum.zip</a></p>]]></description>
			<author><![CDATA[null@example.com (YonasH)]]></author>
			<pubDate>Fri, 06 Feb 2009 22:51:20 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124223/#p124223</guid>
		</item>
	</channel>
</rss>
