<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Active post how to?]]></title>
		<link>https://punbb.informer.com/forums/topic/16096/active-post-how-to/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/16096/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Active post how to?.]]></description>
		<lastBuildDate>Fri, 13 Jul 2007 22:12:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/98093/#p98093</link>
			<description><![CDATA[<p>Can I inlcude this</p><div class="codebox"><pre><code>include(&#039;http://host.com/forums/extern.php?action=stats&#039;);</code></pre></div><p>with pun_include?</p><p>[edit]</p><p>Got it working by placing the above include into a php file called stats.php and using pun include.</p><p>Thanks</p><p>Gotta say, I&#039;m always pleased with the results with punbb. My portal looks great with very little effort.</p>]]></description>
			<author><![CDATA[null@example.com (dude07)]]></author>
			<pubDate>Fri, 13 Jul 2007 22:12:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/98093/#p98093</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/98092/#p98092</link>
			<description><![CDATA[<p>put ur php files in the include/user folder<br />call them in the main.tpl<br />my placing a &lt;pun_include &quot;nameof.php&quot;&gt;</p><p>Q</p>]]></description>
			<author><![CDATA[null@example.com (quaker)]]></author>
			<pubDate>Fri, 13 Jul 2007 22:05:57 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/98092/#p98092</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/98091/#p98091</link>
			<description><![CDATA[<p>Is it not possible to use php includes in main.tpl?</p><p>Then how do you get latest topics, board stats, etc. in the miniportal?</p>]]></description>
			<author><![CDATA[null@example.com (dude07)]]></author>
			<pubDate>Fri, 13 Jul 2007 21:59:45 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/98091/#p98091</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/96095/#p96095</link>
			<description><![CDATA[<p>About extern.php: is your homepage a php file?</p><p>About moderation: move whomever you&#039;d like to be a moderator to the &quot;Moderators&quot; group and check off all forums you&#039;d like him or her to moderate in the &quot;Administration&quot; section of his or her profile.</p>]]></description>
			<author><![CDATA[null@example.com (pogenwurst)]]></author>
			<pubDate>Tue, 12 Jun 2007 01:54:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/96095/#p96095</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95924/#p95924</link>
			<description><![CDATA[<p>by the way how to add moderator to a forum? i cannot moderate all forum... thanks</p>]]></description>
			<author><![CDATA[null@example.com (juler)]]></author>
			<pubDate>Fri, 08 Jun 2007 03:31:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95924/#p95924</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95923/#p95923</link>
			<description><![CDATA[<p>hello guys what i did id like this in the homepage of my site i just copy this code to extern.php:<br /></p><div class="codebox"><pre><code>    
&lt;div class=&quot;box&quot;&gt;
&lt;p&gt;&lt;strong&gt;Active forum&lt;/strong&gt;&lt;/p&gt;
&lt;?php include(&#039;http://lessonko.com/forums/extern.php?action=active&#039;); ?&gt;    &lt;/div&gt;</code></pre></div><p>but nothing happens, it did not shows anything at all do i have to made some changes to extern.php file?</p>]]></description>
			<author><![CDATA[null@example.com (juler)]]></author>
			<pubDate>Fri, 08 Jun 2007 03:30:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95923/#p95923</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95555/#p95555</link>
			<description><![CDATA[<p>use extern.php instead, open it and read how it is done.</p>]]></description>
			<author><![CDATA[null@example.com (kierownik)]]></author>
			<pubDate>Sat, 02 Jun 2007 06:38:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95555/#p95555</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95554/#p95554</link>
			<description><![CDATA[<div class="quotebox"><cite>quaker wrote:</cite><blockquote><p>is the home page apart of punbb?</p><p>this is the code for lastest topics<br />drop this in the include/user folder/latesttopics.php<br />do a <br />&lt;pun_include &quot;latesttopics.php&quot;&gt;<br />in the main.tpl where you want this to show up ...<br />Q<br /></p><div class="codebox"><pre><code>&lt;div class=&quot;block&quot;&gt;
            &lt;h2&gt;&lt;span&gt;latest Topics&lt;/span&gt;&lt;/h2&gt;
            &lt;div class=&quot;box&quot;&gt;
                &lt;div class=&quot;inbox&quot;&gt;
                    &lt;p&gt;
                   &lt;?
$result = $db-&gt;query(&#039;SELECT subject, id FROM &#039;.$db_prefix.&#039;topics ORDER BY last_post DESC LIMIT 10&#039;) or error(&#039;Unable to fetch post info&#039;, __FILE__, __LINE__, $db-&gt;error());

while($cur_topic = $db-&gt;fetch_assoc($result))
{
    
?&gt;

&lt;li&gt;&lt;a href=&quot;viewtopic.php?id=&lt;?php echo $cur_topic[&#039;id&#039;]; ?&gt;&quot;&gt;&lt;?php echo $cur_topic[&#039;subject&#039;]; ?&gt;&lt;/a&gt; &lt;/li&gt;


&lt;?
}
?&gt;
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
&lt;/div&gt;</code></pre></div></blockquote></div><p>thanks, but my homepage is not part of the punbb.. so how will it be? thanks again...</p>]]></description>
			<author><![CDATA[null@example.com (juler)]]></author>
			<pubDate>Sat, 02 Jun 2007 05:09:13 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95554/#p95554</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95352/#p95352</link>
			<description><![CDATA[<p>If I were to modify this to not use the set html there, I could print it with my own css, and not require regular punbb files other than include/common, correct?</p>]]></description>
			<author><![CDATA[null@example.com (towelie)]]></author>
			<pubDate>Wed, 30 May 2007 17:30:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95352/#p95352</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95350/#p95350</link>
			<description><![CDATA[<p>shouldn&#039;t you start the list first?<br />ul or ol?</p>]]></description>
			<author><![CDATA[null@example.com (lie2815)]]></author>
			<pubDate>Wed, 30 May 2007 16:04:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95350/#p95350</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95348/#p95348</link>
			<description><![CDATA[<p>is the home page apart of punbb?</p><p>this is the code for lastest topics<br />drop this in the include/user folder/latesttopics.php<br />do a <br />&lt;pun_include &quot;latesttopics.php&quot;&gt;<br />in the main.tpl where you want this to show up ...<br />Q<br /></p><div class="codebox"><pre><code>&lt;div class=&quot;block&quot;&gt;
            &lt;h2&gt;&lt;span&gt;latest Topics&lt;/span&gt;&lt;/h2&gt;
            &lt;div class=&quot;box&quot;&gt;
                &lt;div class=&quot;inbox&quot;&gt;
                    &lt;p&gt;
                   &lt;?
$result = $db-&gt;query(&#039;SELECT subject, id FROM &#039;.$db_prefix.&#039;topics ORDER BY last_post DESC LIMIT 10&#039;) or error(&#039;Unable to fetch post info&#039;, __FILE__, __LINE__, $db-&gt;error());

while($cur_topic = $db-&gt;fetch_assoc($result))
{
    
?&gt;

&lt;li&gt;&lt;a href=&quot;viewtopic.php?id=&lt;?php echo $cur_topic[&#039;id&#039;]; ?&gt;&quot;&gt;&lt;?php echo $cur_topic[&#039;subject&#039;]; ?&gt;&lt;/a&gt; &lt;/li&gt;


&lt;?
}
?&gt;
                    &lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
&lt;/div&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (quaker)]]></author>
			<pubDate>Wed, 30 May 2007 15:23:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95348/#p95348</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95319/#p95319</link>
			<description><![CDATA[<p>Moved to integration</p>]]></description>
			<author><![CDATA[null@example.com (pogenwurst)]]></author>
			<pubDate>Wed, 30 May 2007 00:37:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95319/#p95319</guid>
		</item>
		<item>
			<title><![CDATA[Re: Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95273/#p95273</link>
			<description><![CDATA[<p>read the notes in extern.php in your forum&#039;s root.</p>]]></description>
			<author><![CDATA[null@example.com (Dr.Jeckyl)]]></author>
			<pubDate>Tue, 29 May 2007 03:44:13 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95273/#p95273</guid>
		</item>
		<item>
			<title><![CDATA[Active post how to?]]></title>
			<link>https://punbb.informer.com/forums/post/95271/#p95271</link>
			<description><![CDATA[<p>hello guys am a new here, i would like to ask favor on how can i display atleast ten new post to my site home page from my forum page... a step by step procedure will greatly help me...</p><br /><p>thanks</p>]]></description>
			<author><![CDATA[null@example.com (juler)]]></author>
			<pubDate>Tue, 29 May 2007 03:27:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/95271/#p95271</guid>
		</item>
	</channel>
</rss>
