<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — [Extension release] 1.3 Final - Active Topics list on Index]]></title>
		<link>https://punbb.informer.com/forums/topic/20438/extension-release-13-final-active-topics-list-on-index/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/20438/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Extension release] 1.3 Final - Active Topics list on Index.]]></description>
		<lastBuildDate>Mon, 17 Aug 2009 15:46:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/129640/#p129640</link>
			<description><![CDATA[<p>@FalconFour&nbsp; (or anyone else&nbsp; for that matter)</p><p>What needs to be modified/added so that after TOPIC TITLE&nbsp; my guests see which FORUM it was posted in?</p><p>Thx.</p>]]></description>
			<author><![CDATA[null@example.com (KeyDog)]]></author>
			<pubDate>Mon, 17 Aug 2009 15:46:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/129640/#p129640</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/124363/#p124363</link>
			<description><![CDATA[<p>Sounds like a cool extension. I&#039;ll test it out once it is further developed <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Programming-Designs)]]></author>
			<pubDate>Mon, 09 Feb 2009 20:17:55 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124363/#p124363</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/124340/#p124340</link>
			<description><![CDATA[<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>if you don&#039;t want the BY XXXXX after topic title - change line 101 to this (deleting &lt;em....) - it&#039;s still next to date anyway....</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>]]></description>
			<author><![CDATA[null@example.com (KeyDog)]]></author>
			<pubDate>Mon, 09 Feb 2009 11:19:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/124340/#p124340</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/121364/#p121364</link>
			<description><![CDATA[<p>Temporarily Fixed:</p><p>Line 71:<br /></p><div class="codebox"><pre><code>        while ($cur_set = $forum_db-&gt;fetch_assoc($result_active))
        {
           // Start from scratch
            $item_subject = $item_body = $item_status = $item_nav = $item_title = array();
            $item_indicator = &#039;&#039;; 
            unset($item_status);
            unset($item_subject_status);</code></pre></div><p>Very improper use of variables in this script.</p>]]></description>
			<author><![CDATA[null@example.com (whatrevolution)]]></author>
			<pubDate>Sat, 20 Dec 2008 06:48:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/121364/#p121364</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/121361/#p121361</link>
			<description><![CDATA[<p>I&#039;ve hit a bug in this, and am reporting it before I look at the code to solve it.</p><p><span class="postimg"><img src="http://www.honestlyillustrated.com/off-site/screenshots/punbb_recent_posts_bug_01.png" alt="http://www.honestlyillustrated.com/off-site/screenshots/punbb_recent_posts_bug_01.png" /></span></p><p>Looks like a simple need to reset a variable at the end of foreach.&nbsp; In the screenshot, only the top (most recent) post is actually Sticky or Closed.&nbsp; You can see that by the row color.</p>]]></description>
			<author><![CDATA[null@example.com (whatrevolution)]]></author>
			<pubDate>Sat, 20 Dec 2008 06:20:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/121361/#p121361</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120935/#p120935</link>
			<description><![CDATA[<div class="quotebox"><cite>FalconFour wrote:</cite><blockquote><p>Seriously: fixed-defining the positions of elements to &quot;fake&quot; a table out of a list element is<strong>doin it rong</strong>. Very &quot;rong&quot;.</p></blockquote></div><p>No, that is a very correct and valid way to use CSS, it is EXTREMELY well documented and tested (although Informer has not perfected their Oxygen css yet).</p><div class="quotebox"><cite>FalconFour wrote:</cite><blockquote><p>Seeing as though, thanks to the genius that decided to inject CSS into every aspect of PunBB, the whole page layout is constructed in CSS, all I could really do is recycle and abuse other existing CSS classes and hope it doesn&#039;t break.</p></blockquote></div><p>Right, the entire page styling is SUPPOSED to be in CSS, because if you drop all the CSS files, you are given a cleanly printed page which follows a logical top-to-bottom (vertical) progression of sentences which make sense.&nbsp; This is ideal for web-pages because it lends itself well to being printed on a wide variety of screen types, sizes and resolutions.&nbsp; A 1990&#039;s style rigid table design of this same page could NEVER be printed properly on a PDA or cell phone screen... this one can, if you drop the CSS or write a PDA appropriate CSS.</p><p>You&#039;re complaining too much, and projecting your frustration.&nbsp; Truth of the matter is that your work wasn&#039;t perfect, either, but it was also nearly good enough.&nbsp; Study more, and blame less, please.</p><p>That said, thanks for the extension, sir.&nbsp; I like it, was inspired to fix it, and am inspired to consider improvements after I study it more.</p><p>Update:<br />* Closed a &lt;div&gt; that was breaking sibling &lt;div&gt;.<br />* Added the requested &lt;h2&gt;</p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

&lt;extension engine=&quot;1.0&quot;&gt;
    &lt;id&gt;active_topics&lt;/id&gt;
    &lt;title&gt;Active Topics List on Index&lt;/title&gt;
    &lt;version&gt;1.2.1&lt;/version&gt;
    &lt;description&gt;This will add the x most recent posts to the index page of the forum for easy navigation and attention-grabbing.&lt;/description&gt;
    &lt;author&gt;Slavok, FalconFour and whatrevolution&lt;/author&gt;
    &lt;minversion&gt;1.3&lt;/minversion&gt;
    &lt;maxtestedon&gt;1.3&lt;/maxtestedon&gt;
    &lt;install&gt;
        &lt;![CDATA[
        ]]&gt;
    &lt;/install&gt;
    &lt;uninstall&gt;
        &lt;![CDATA[
        ]]&gt;
    &lt;/uninstall&gt;    
    &lt;hooks&gt;
        &lt;hook id=&quot;in_main_output_start&quot;&gt;&lt;![CDATA[
$topics_count = 5;
$query_active_topics= array(
    &#039;SELECT&#039;    =&gt; &#039;t.id AS tid, t.poster, t.subject, t.posted AS has_posted, t.last_post, t.last_post_id, t.num_replies, t.num_views, t.closed, t.sticky, t.forum_id, t.last_poster&#039;,
    &#039;FROM&#039;        =&gt; &#039;topics AS t&#039;,
    &#039;JOINS&#039;        =&gt; array(
        array(
            &#039;INNER JOIN&#039;    =&gt; &#039;forums AS f&#039;,
            &#039;ON&#039;            =&gt; &#039;f.id=t.forum_id&#039;
        ),
        array(
            &#039;LEFT JOIN&#039;     =&gt; &#039;forum_perms AS fp&#039;,
            &#039;ON&#039;            =&gt; &#039;(fp.forum_id=f.id AND fp.group_id=&#039;.$forum_user[&#039;g_id&#039;].&#039;)&#039;
        )
    ),
    &#039;WHERE&#039; =&gt; &#039;(fp.read_forum IS NULL OR fp.read_forum=1)&#039;,
    &#039;ORDER BY&#039;    =&gt; &#039;t.last_post DESC&#039;,
    &#039;LIMIT&#039; =&gt; $topics_count
);
$result_active = $forum_db-&gt;query_build($query_active_topics) or error(__FILE__, __LINE__);

if ($forum_db-&gt;num_rows($result_active) == 0) {

?&gt;
    &lt;div class=&quot;main-content main-message&quot;&gt;
        &lt;p&gt;There are no active topics.&lt;/p&gt;
    &lt;/div&gt;
&lt;?php
    
} else {
    require_once FORUM_ROOT.&#039;lang/&#039;.$forum_user[&#039;language&#039;].&#039;/forum.php&#039;;

?&gt;    
    &lt;div class=&quot;main-head&quot;&gt;
      &lt;h2 class=&quot;hn&quot;&gt;&lt;span&gt;Most Recent Posts&lt;/span&gt;&lt;/h2&gt;
    &lt;/div&gt;
    &lt;div class=&quot;main-subhead&quot;&gt;
        &lt;p class=&quot;item-summary&quot;&gt;
            &lt;span&gt;
                &lt;strong class=&quot;subject-title&quot;&gt;&lt;?php echo $lang_index[&#039;Topics&#039;]; ?&gt;&lt;/strong&gt;
                &lt;strong class=&quot;info-replies&quot;&gt;&lt;?php echo $lang_forum[&#039;Replies&#039;]; ?&gt;&lt;/strong&gt;
                &lt;strong class=&quot;info-views&quot;&gt;&lt;?php echo $lang_forum[&#039;Views&#039;]; ?&gt;&lt;/strong&gt;
                &lt;strong class=&quot;info-lastpost&quot;&gt;&lt;?php echo $lang_index[&#039;last post&#039;]; ?&gt;&lt;/strong&gt;
            &lt;/span&gt;
        &lt;/p&gt;                                                
    &lt;/div&gt;
    &lt;div class=&quot;main-content main-forum&quot;&gt;                    
    &lt;?php

        $item_num = 1;

        while ($cur_set = $forum_db-&gt;fetch_assoc($result_active))
        {
           // Start from scratch
            $item_subject = $item_body = $item_status = $item_nav = $item_title = array();
            $item_indicator = &#039;&#039;; 
            
            if (!empty($item_nav))
                $item_title[&#039;nav&#039;] = &#039;&lt;span class=&quot;item-nav&quot;&gt;&#039;.sprintf($lang_forum[&#039;Topic navigation&#039;], implode(&#039;&amp;#160;&amp;#160;&#039;, $item_nav)).&#039;&lt;/span&gt;&#039;;

            if ($cur_set[&#039;sticky&#039;] == &#039;1&#039;)
            {
                $item_subject_status[&#039;sticky&#039;] = $lang_forum[&#039;Sticky&#039;];
                $item_status[&#039;sticky&#039;] = &#039;sticky&#039;;
            }

            if ($cur_set[&#039;closed&#039;] != &#039;0&#039;)
            {
                $item_subject_status[&#039;closed&#039;] = $lang_forum[&#039;Closed&#039;];
                $item_status[&#039;closed&#039;] = &#039;closed&#039;;
            }
            if (!empty($item_subject_status))
                $item_title[&#039;status&#039;] = &#039;&lt;span class=&quot;item-status&quot;&gt;&#039;.sprintf($lang_forum[&#039;Item status&#039;], implode(&#039; &#039;, $item_subject_status)).&#039;&lt;/span&gt;&#039;;
            $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;;
            if (!$forum_user[&#039;is_guest&#039;] &amp;&amp; $forum_config[&#039;o_show_dot&#039;] == &#039;1&#039; &amp;&amp; $cur_set[&#039;has_posted&#039;] &gt; 0)
            {
                $item_title[&#039;posted&#039;] = &#039;&lt;span class=&quot;posted-mark&quot;&gt;&#039;.$lang_forum[&#039;You posted indicator&#039;].&#039;&lt;/span&gt;&#039;;
                $item_status[&#039;posted&#039;] = &#039;posted&#039;;
            }

            $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;;

            // Does this topic contain posts we haven&#039;t read? If so, tag it accordingly.
            if (!$forum_user[&#039;is_guest&#039;] &amp;&amp; $cur_set[&#039;last_post&#039;] &gt; $forum_user[&#039;last_visit&#039;] &amp;&amp; (!isset($tracked_topics[&#039;topics&#039;][$cur_set[&#039;tid&#039;]]) || $tracked_topics[&#039;topics&#039;][$cur_set[&#039;tid&#039;]] &lt; $cur_set[&#039;last_post&#039;]) &amp;&amp; (!isset($tracked_topics[&#039;forums&#039;][$cur_set[&#039;forum_id&#039;]]) || $tracked_topics[&#039;forums&#039;][$cur_set[&#039;forum_id&#039;]] &lt; $cur_set[&#039;last_post&#039;]))
            {
                $item_status[&#039;new&#039;] = &#039;new&#039;;
            }
            
            $item_body[&#039;subject&#039;][&#039;desc&#039;] = implode(&#039; &#039;, $item_subject);
            if (empty($item_status))
                $item_status[&#039;normal&#039;] = &#039;normal&#039;;

            $item_style = (($item_num % 2 != 0) ? &#039; odd&#039; : &#039; even&#039;).(($item_num == 1) ? &#039; main-first-item&#039; : &#039;&#039;).((!empty($item_status)) ? &#039; &#039;.implode(&#039; &#039;, $item_status) : &#039;&#039;);
            
            $item_body[&#039;info&#039;][&#039;replies&#039;] = &#039;&lt;li class=&quot;info-replies&quot;&gt;&lt;strong&gt;&#039;.forum_number_format($cur_set[&#039;num_replies&#039;]).&#039;&lt;/strong&gt; &lt;span class=&quot;label&quot;&gt;&#039;.(($cur_set[&#039;num_replies&#039;] == 1) ? $lang_forum[&#039;Reply&#039;] : $lang_forum[&#039;Replies&#039;]).&#039;&lt;/span&gt;&lt;/li&gt;&#039;;
            $item_body[&#039;info&#039;][&#039;views&#039;] = &#039;&lt;li class=&quot;info-replies&quot;&gt;&lt;strong&gt;&#039;.forum_number_format($cur_set[&#039;num_views&#039;]).&#039;&lt;/strong&gt; &lt;span class=&quot;label&quot;&gt;&#039;.(($cur_set[&#039;num_views&#039;] == 1) ? $lang_forum[&#039;View&#039;] : $lang_forum[&#039;Views&#039;]).&#039;&lt;/span&gt;&lt;/li&gt;&#039;;
            $item_body[&#039;info&#039;][&#039;last_post&#039;] = &#039;&lt;li class=&quot;info-lastpost&quot;&gt;&lt;span class=&quot;label&quot;&gt;&#039;.$lang_index[&#039;Last post&#039;].&#039;&lt;/span&gt; &lt;strong&gt;&lt;a href=&quot;&#039;.forum_link($forum_url[&#039;post&#039;], $cur_set[&#039;last_post_id&#039;]).&#039;&quot;&gt;&#039;.format_time($cur_set[&#039;last_post&#039;]).&#039;&lt;/a&gt;&lt;/strong&gt; &lt;cite&gt;&#039;.sprintf($lang_index[&#039;Last poster&#039;], forum_htmlencode($cur_set[&#039;last_poster&#039;])).&#039;&lt;/cite&gt;&lt;/li&gt;&#039;;

            ?&gt;
              &lt;div class=&quot;main-item&lt;?php echo $item_style ?&gt;&quot;&gt;
                  &lt;span class=&quot;icon &lt;?php echo implode(&#039; &#039;, $item_status) ?&gt;&quot;&gt;&lt;!-- --&gt;&lt;/span&gt;
                  &lt;div class=&quot;item-subject&quot;&gt;
                      &lt;?php echo implode(&quot;\n\t\t\t\t&quot;, $item_body[&#039;subject&#039;]).&quot;\n&quot; ?&gt;
                  &lt;/div&gt;
                  &lt;ul class=&quot;item-info&quot;&gt;
                      &lt;?php echo implode(&quot;\n\t\t\t\t&quot;, $item_body[&#039;info&#039;]).&quot;\n&quot; ?&gt;
                  &lt;/ul&gt;
              &lt;/div&gt;

&lt;?php
       }
?&gt;
    &lt;/div&gt;
&lt;?php
}
        ]]&gt;
        &lt;/hook&gt;
    &lt;/hooks&gt;
&lt;/extension&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (whatrevolution)]]></author>
			<pubDate>Sun, 14 Dec 2008 10:00:45 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120935/#p120935</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120929/#p120929</link>
			<description><![CDATA[<p>I agree it would be nice to have a H2 heading saying &quot;most recently active topics&quot; or something<br /><img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (esupergood)]]></author>
			<pubDate>Sun, 14 Dec 2008 08:16:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120929/#p120929</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120886/#p120886</link>
			<description><![CDATA[<p>I like it <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Good work dude!</p>]]></description>
			<author><![CDATA[null@example.com (esupergood)]]></author>
			<pubDate>Sat, 13 Dec 2008 17:11:14 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120886/#p120886</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120884/#p120884</link>
			<description><![CDATA[<div class="codebox"><pre><code>    &#039;WHERE&#039; =&gt; &#039;(fp.read_forum IS NULL OR fp.read_forum=1)&#039;,
    &#039;ORDER BY&#039;    =&gt; &#039;t.last_post DESC&#039;,
    &#039;LIMIT&#039; =&gt; $topics_count</code></pre></div><p>It&#039;s just show last x recent post not topic. If you want to Show last x topic (not post) find-</p><div class="codebox"><pre><code>    &#039;ORDER BY&#039;    =&gt; &#039;t.last_post DESC&#039;,</code></pre></div><p>replace with</p><div class="codebox"><pre><code>    &#039;ORDER BY&#039;    =&gt; &#039;t.id DESC&#039;,</code></pre></div><p>:-)</p>]]></description>
			<author><![CDATA[null@example.com (TRIVUz)]]></author>
			<pubDate>Sat, 13 Dec 2008 14:41:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120884/#p120884</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120390/#p120390</link>
			<description><![CDATA[<p>Holy stinking crap, did this just get added to the official extensions database? I got an upgrade notification for my own extension... =o</p>]]></description>
			<author><![CDATA[null@example.com (FalconFour)]]></author>
			<pubDate>Thu, 04 Dec 2008 19:50:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120390/#p120390</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120343/#p120343</link>
			<description><![CDATA[<p>Hm, you know, I think I&#039;m just going to (almost) entirely rewrite the code for the next version. This was based mostly on a code snip from Slavok, and it&#039;s really <em>really</em> sloppy. I could probably chop it down to 1/10th the size and make the code a lot more readable for the next version. I&#039;ll keep this tab open so I remember to get started on it... eventually. =\</p>]]></description>
			<author><![CDATA[null@example.com (FalconFour)]]></author>
			<pubDate>Wed, 03 Dec 2008 11:35:28 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120343/#p120343</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120342/#p120342</link>
			<description><![CDATA[<p>I think i found a bug. </p><p>The dot in front topic name, that marks topic that you have posted to is shown on every topic, even if you have not posted. You have to be registered to see this.</p>]]></description>
			<author><![CDATA[null@example.com (teva)]]></author>
			<pubDate>Wed, 03 Dec 2008 08:20:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120342/#p120342</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120341/#p120341</link>
			<description><![CDATA[<p>yep..it worked. Tnx a lot</p><p>in future release, you could add options in admin to change $topic_count and hook id, so you can change this variables easily.</p><p>How about adding h2 class (used to name forum groups) with language variable. This would allow to give name like &quot;Last 10 posts from forums&quot;.</p><p>just some thoughts <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (teva)]]></author>
			<pubDate>Wed, 03 Dec 2008 07:52:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120341/#p120341</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120335/#p120335</link>
			<description><![CDATA[<p>Moving it below the forum listing? Looks like it should be possible by replacing:<br />&lt;hook id=&quot;in_main_output_start&quot;&gt;<br />with:<br />&lt;hook id=&quot;in_end&quot;&gt;<br />in &quot;manifest.xml&quot;, then reinstalling the extension.</p><p>There are different hooks all throughout index.php, that put the script in at different places. I just really don&#039;t want to go through the hassle of uninstalling, reinstalling, uninstalling, then reinstalling, on my board, to test it. It looks like in_end is the right place to get it below the forum output though. Let me know how it works!</p>]]></description>
			<author><![CDATA[null@example.com (FalconFour)]]></author>
			<pubDate>Tue, 02 Dec 2008 22:12:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120335/#p120335</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension release] 1.3 Final - Active Topics list on Index]]></title>
			<link>https://punbb.informer.com/forums/post/120332/#p120332</link>
			<description><![CDATA[<p>Nice...it works fine..tnx. Any idea how to move it below main forums?</p>]]></description>
			<author><![CDATA[null@example.com (teva)]]></author>
			<pubDate>Tue, 02 Dec 2008 20:36:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/120332/#p120332</guid>
		</item>
	</channel>
</rss>
