<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — show topic of last made post on index v1.0 released]]></title>
		<link>https://punbb.informer.com/forums/topic/4021/show-topic-of-last-made-post-on-index-v10-released/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/4021/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in show topic of last made post on index v1.0 released.]]></description>
		<lastBuildDate>Thu, 03 Feb 2005 15:44:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/33464/#p33464</link>
			<description><![CDATA[<div class="quotebox"><cite>Maciek wrote:</cite><blockquote><p>This Mod adds lasts post topic to each forum on the index page</p><br /><p>adds lasts post topic to each forum on the index page<br />topic title with more then 20 chars are cut off<br />mouseover info displays the full title</p><br /><p><a href="http://www.punbbmod.wz.cz/forum/viewtopic.php?id=25">download</a></p></blockquote></div><p>O-o-o-ops! 404!</p><p>Where I can download this mod?</p>]]></description>
			<author><![CDATA[null@example.com (Austral)]]></author>
			<pubDate>Thu, 03 Feb 2005 15:44:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/33464/#p33464</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/16532/#p16532</link>
			<description><![CDATA[<p>Thanks Maciek</p>]]></description>
			<author><![CDATA[null@example.com (Krapan)]]></author>
			<pubDate>Mon, 28 Jun 2004 14:45:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/16532/#p16532</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/16520/#p16520</link>
			<description><![CDATA[<div class="quotebox"><cite>Krapan wrote:</cite><blockquote><p>Maciek thanks for your help but page you were giving me couldn&#039;t be found.</p><p>Error 404 - file was not found</p><p>is it any other resource with this fix?</p></blockquote></div><p>Sorry for that ,but i have some hosting problem right now <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /> ,anyway this is solution </p><p>Open index.php<br />in line 55 you find something like this </p><div class="codebox"><pre><code>// Print the categories and forums
$extra_sql = ($cur_user[&#039;status&#039;] &lt; PUN_MOD) ? &#039; WHERE f.admmod_only=\&#039;0\&#039;&#039; : &#039;&#039;;

$result = $db-&gt;query(&#039;SELECT c.id AS cid, c.cat_name, f.id AS fid, f.forum_name, f.forum_desc, f.moderators, f.num_topics, f.num_posts, f.last_post, f.last_post_id, f.last_poster, f.closed FROM &#039;.$db-&gt;prefix.&#039;categories AS c INNER JOIN &#039;.$db-&gt;prefix.&#039;forums AS f ON c.id=f.cat_id&#039;.$extra_sql.&#039; ORDER BY c.disp_position, c.id, f.disp_position&#039;) or error(&#039;Unable to fetch category/forum list&#039;, __FILE__, __LINE__, $db-&gt;error());</code></pre></div><p>replace this with</p><div class="codebox"><pre><code>// Print the categories and forums
$extra_sql = ($cur_user[&#039;status&#039;] &lt; PUN_MOD) ? &#039; WHERE f.admmod_only=\&#039;0\&#039;&#039; : &#039;&#039;;

$result = $db-&gt;query(&#039;SELECT c.id AS cid, c.cat_name, f.id AS fid, f.forum_name, f.forum_desc, f.moderators, f.num_topics, f.num_posts, f.last_post, f.last_post_id, f.last_poster, f.closed, f.subject FROM &#039;.$db-&gt;prefix.&#039;categories AS c INNER JOIN &#039;.$db-&gt;prefix.&#039;forums AS f ON c.id=f.cat_id&#039;.$extra_sql.&#039; ORDER BY c.disp_position, c.id, f.disp_position&#039;) or error(&#039;Unable to fetch category/forum list&#039;, __FILE__, __LINE__, $db-&gt;error());</code></pre></div><p>Now should works fine</p>]]></description>
			<author><![CDATA[null@example.com (Maciek)]]></author>
			<pubDate>Mon, 28 Jun 2004 10:32:26 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/16520/#p16520</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/16518/#p16518</link>
			<description><![CDATA[<p>Maciek thanks for your help but page you were giving me couldn&#039;t be found.</p><p>Error 404 - file was not found</p><p>is it any other resource with this fix?</p>]]></description>
			<author><![CDATA[null@example.com (Krapan)]]></author>
			<pubDate>Mon, 28 Jun 2004 07:03:20 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/16518/#p16518</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/16332/#p16332</link>
			<description><![CDATA[<div class="quotebox"><cite>Krapan wrote:</cite><blockquote><p>i&#039;m getting error!</p><p>couldn&#039;t fetch forum categories and forums</p></blockquote></div><p>S**t i really forget about this <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /> , this happens beacouse when i copy code into guide i use my test forum where i have more mod&#039;s and now your forum try find this database values <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> .</p><p>Anyway there you find how fix that <a href="http://www.punbbmod.wz.cz/forum/viewtopic.php?id=35">click</a></p>]]></description>
			<author><![CDATA[null@example.com (Maciek)]]></author>
			<pubDate>Fri, 25 Jun 2004 16:08:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/16332/#p16332</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/16305/#p16305</link>
			<description><![CDATA[<p>i&#039;m getting error!</p><p>couldn&#039;t fetch forum categories and forums</p>]]></description>
			<author><![CDATA[null@example.com (Krapan)]]></author>
			<pubDate>Fri, 25 Jun 2004 10:35:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/16305/#p16305</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/15611/#p15611</link>
			<description><![CDATA[<p>While waiting I made my own version... crazy SQL query though!!! <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (cuteseal)]]></author>
			<pubDate>Tue, 15 Jun 2004 21:28:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15611/#p15611</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/15553/#p15553</link>
			<description><![CDATA[<div class="quotebox"><cite>cuteseal wrote:</cite><blockquote><p>hey the downloaded zip file appears to be corrupt...</p></blockquote></div><p>Edit:<br />Ok i put rar file i don&#039;t now why but all zip files looks like be a corupt .Only way is open it up using win rar .</p>]]></description>
			<author><![CDATA[null@example.com (Maciek)]]></author>
			<pubDate>Tue, 15 Jun 2004 07:13:26 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15553/#p15553</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/15550/#p15550</link>
			<description><![CDATA[<p>hey the downloaded zip file appears to be corrupt...</p>]]></description>
			<author><![CDATA[null@example.com (cuteseal)]]></author>
			<pubDate>Tue, 15 Jun 2004 02:49:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15550/#p15550</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/15497/#p15497</link>
			<description><![CDATA[<div class="quotebox"><cite>cuteseal wrote:</cite><blockquote><p>Hey cool!&nbsp; Exactly what I wanted! </p><p>However, the link to download produces:<br />&quot;The file &#039;config.php&#039; doesn&#039;t exist or is corrupt. Please run install.php to install PunBB first.&quot;</p><p>Any alternative site?</p></blockquote></div><p>Srry i update my forum its ok right now .</p>]]></description>
			<author><![CDATA[null@example.com (Maciek)]]></author>
			<pubDate>Mon, 14 Jun 2004 14:26:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15497/#p15497</guid>
		</item>
		<item>
			<title><![CDATA[Re: show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/15490/#p15490</link>
			<description><![CDATA[<p>Hey cool!&nbsp; Exactly what I wanted! </p><p>However, the link to download produces:<br />&quot;The file &#039;config.php&#039; doesn&#039;t exist or is corrupt. Please run install.php to install PunBB first.&quot;</p><p>Any alternative site?</p>]]></description>
			<author><![CDATA[null@example.com (cuteseal)]]></author>
			<pubDate>Mon, 14 Jun 2004 13:18:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15490/#p15490</guid>
		</item>
		<item>
			<title><![CDATA[show topic of last made post on index v1.0 released]]></title>
			<link>https://punbb.informer.com/forums/post/15430/#p15430</link>
			<description><![CDATA[<p>This Mod adds lasts post topic to each forum on the index page</p><br /><p>adds lasts post topic to each forum on the index page<br />topic title with more then 20 chars are cut off<br />mouseover info displays the full title</p><br /><p><a href="http://www.punbbmod.wz.cz/forum/viewtopic.php?id=25">download</a></p>]]></description>
			<author><![CDATA[null@example.com (Maciek)]]></author>
			<pubDate>Sun, 13 Jun 2004 11:33:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/15430/#p15430</guid>
		</item>
	</channel>
</rss>
