<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress plugin browser User Favorites: gspark</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: gspark</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 20:47:22 +0000</pubDate>

<item>
<title>TrishaM on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/3/#post-2173</link>
<pubDate>Tue, 04 Nov 2008 18:45:17 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">2173@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Perfect!!  That worked flawlessly - thanks so much for updating your plugin for this!&#60;/p&#62;
&#60;p&#62;And don't worry - we've all had those late-night post problems........it's too bad browsers aren't programmed to stop us and say &#34;HEY!  Are you SURE you want to post that??? It doesn't make sense...&#34;.......LOL
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/3/#post-2172</link>
<pubDate>Tue, 04 Nov 2008 18:24:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2172@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;D'oh ! Note to self to not post so late at night.&#60;/p&#62;
&#60;p&#62;It has to go AFTER the table close:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php endforeach; endif; // $topics ?&#38;gt;
&#38;lt;/table&#38;gt;
&#38;lt;div class=&#38;quot;nav&#38;quot;&#38;gt;&#38;lt;?php front_page_pages(); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;em&#62; &#60;/em&#62;&#60;br /&#62;
sorry about that...
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/3/#post-2171</link>
<pubDate>Tue, 04 Nov 2008 18:10:46 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">2171@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;:( I must be doing something wrong........I'm certain that I followed your instructions but have a problem&#60;/p&#62;
&#60;p&#62;I first modified my .htaccess file (in my WP blog root folder) to add your line, substituting my actual pathname: &#60;/p&#62;
&#60;p&#62;RewriteRule ^page/([0-9]+)/?$ /Forum/?page=$1 [L,QSA]&#60;/p&#62;
&#60;p&#62;Next I deactivated and upgraded the plugin to version 0.0.4 and reactivated it&#60;/p&#62;
&#60;p&#62;Then I put this line in my front-page.php template file:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;nav&#38;quot;&#38;gt;&#38;lt;?php front_page_pages(); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;However, if I put it after the closing row (&#38;lt;/tr&#38;gt;) and before the endforeach statement, it displays nothing but rows of page numbers, like this:&#60;/p&#62;
&#60;p&#62;1 2 Next&#38;gt;&#38;gt;&#60;br /&#62;
1 2 Next&#38;gt;&#38;gt;&#60;br /&#62;
1 2 Next&#38;gt;&#38;gt;   and so on for the number of rows I specified in topics-per-page.php&#60;/p&#62;
&#60;p&#62;If I make a new row for it, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;tr&#38;gt;
&#38;lt;td colspan=&#38;quot;4&#38;quot;&#38;gt;&#38;lt;div class=&#38;quot;nav&#38;quot;&#38;gt;&#38;lt;?php front_page_pages(); ?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;?php endforeach; endif; // $topics ?&#38;gt;
&#38;lt;/table&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then it inserts the page numbers after each topic row, like this:&#60;/p&#62;
&#60;p&#62;Topic                          Posts                    Last Poster                Freshness&#60;/p&#62;
&#60;p&#62;Post #1                         3                          John Doe                    1 day ago&#60;br /&#62;
1 2 Next&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;Post Two                      1                          Suzy Q                         2 days ago&#60;br /&#62;
1 2 Next&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;Post 3                           5                         Brad Pitt                     2 days ago&#60;br /&#62;
1 2 Next&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2168</link>
<pubDate>Tue, 04 Nov 2008 07:29:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2168@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi Trisha, that's actually a very good idea and something I had made a mental note of quite awhile ago but forgot to do.&#60;/p&#62;
&#60;p&#62;So here's how to make that happen (pagination on the front page with the latest discussions).&#60;/p&#62;
&#60;p&#62;1. Upgrade to 0.0.4 of this plugin&#60;/p&#62;
&#60;p&#62;2. add to your &#60;code&#62;front-page.php&#60;/code&#62; template&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;nav&#38;quot;&#38;gt;&#38;lt;?php front_page_pages(); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;br /&#62;
before&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php endforeach; endif; // $topics ?&#38;gt;
&#38;lt;/table&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;em&#62; &#60;/em&#62;&#60;br /&#62;
3.  If you use rewrite slugs you MUST add the following rule to your &#60;code&#62;.htaccess&#60;/code&#62; file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;RewriteRule ^page/([0-9]+)/?$ /forums/?page=$1 [L,QSA]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;anywhere before &#60;code&#62;&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;br /&#62;
where &#60;code&#62;/forums/&#60;/code&#62; is the path to your bbpress install.
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2167</link>
<pubDate>Tue, 04 Nov 2008 01:40:07 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">2167@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi _ck_&#60;/p&#62;
&#60;p&#62;I really like this plugin (thank you), but is it possible to have it show the pagination on the front page under the Topics List (Latest Discussions) that shows above the Forums List?   It works flawlessly on the Forum pages where all topics for a particular forum are shown, and on the Topics page, where all posts for a given topic are shown, but I would really like to show the page numbers on the front page as well.&#60;/p&#62;
&#60;p&#62;Many thanks for such a great plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2137</link>
<pubDate>Tue, 28 Oct 2008 20:23:30 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2137@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;That's more like it, good job!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2133</link>
<pubDate>Tue, 28 Oct 2008 11:36:53 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2133@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;oh wait, I see how to fix this now - was in front of me the whole time and I missed it - getting out of practice!&#60;/p&#62;
&#60;p&#62;update: try 0.0.2 now, which should really work
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2132</link>
<pubDate>Tue, 28 Oct 2008 04:27:52 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2132@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Strange. I'm having a hard time making it work in both 0.9 and 1.0
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2131</link>
<pubDate>Tue, 28 Oct 2008 00:40:38 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2131@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi _ck_,&#60;/p&#62;
&#60;p&#62;I just d/l the second 0.0.2 release as you suggested but that one keeps screwing with the page count again (a thread with 5 pages shows up with 10 pages).&#60;br /&#62;
The first 0.0.2 release you uploaded didn't have this issue.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2128</link>
<pubDate>Mon, 27 Oct 2008 12:32:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2128@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Actually, try downloading 0.0.2 again, I found a bug with my new method and had to try another way.
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2127</link>
<pubDate>Mon, 27 Oct 2008 11:41:57 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2127@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;That did the trick, works perfectly now for me.&#60;br /&#62;
Thank you _ck_ !
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2126</link>
<pubDate>Mon, 27 Oct 2008 10:03:25 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2126@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Try 0.0.2  as a workaround for bbPress 1.0a2&#60;br /&#62;
and topic_page_links&#60;/p&#62;
&#60;p&#62;I have not been able to test it thoroughly but my fix seems to work.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2124</link>
<pubDate>Mon, 27 Oct 2008 08:41:33 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2124@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This plugin is working fine for me on 1.0a2, what are you experiencing?
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-2083</link>
<pubDate>Sun, 19 Oct 2008 18:08:56 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2083@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;With Alpha 2, this Plugin will break the now integrated &#34;Page links for bbPress&#34; ( &#60;a href=&#34;http://bbpress.org/plugins/topic/page-links-for-bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/page-links-for-bbpress/&#60;/a&#62; ) because it's variables are differently named.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-1808</link>
<pubDate>Thu, 28 Aug 2008 05:26:50 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1808@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've now replaced Front-Page-Topics with my Topics-Per-Page, per mdawaffe's request.&#60;/p&#62;
&#60;p&#62;Note you'll now have to edit the plugin at the top as an admin menu would be overkill for this set-once-and-forget plugin.&#60;/p&#62;
&#60;p&#62;Since the plugins have different names, make sure you delete front-page-topics from your server before activating topics-per-page.
&#60;/p&#62;</description>
</item>
<item>
<title>SHRIKEE on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-1713</link>
<pubDate>Sat, 16 Aug 2008 16:11:19 +0000</pubDate>
<dc:creator>SHRIKEE</dc:creator>
<guid isPermaLink="false">1713@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Not really a hybrid... I took your pastebinned code and wrote an admin panel for it.&#60;/p&#62;
&#60;p&#62;I don't think it takes much speed (if any at all) from the overall performance. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/f6b134b17&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/f6b134b17&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Have fun...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-1712</link>
<pubDate>Sat, 16 Aug 2008 15:37:04 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1712@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I am assuming you just made a hybrid of the front-page-topics.php plugin and my plugin. You're welcome to put it on pastebin and post the link here but please don't submit it to the plugin browser.
&#60;/p&#62;</description>
</item>
<item>
<title>SHRIKEE on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-1711</link>
<pubDate>Sat, 16 Aug 2008 14:34:03 +0000</pubDate>
<dc:creator>SHRIKEE</dc:creator>
<guid isPermaLink="false">1711@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;what's your idea then? Create some values in the config.php?&#60;/p&#62;
&#60;p&#62;By the way, if you're curious, i have already made a small, simple, plugin out of it... I can mail you the code if you want...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-1710</link>
<pubDate>Sat, 16 Aug 2008 13:53:28 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1710@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;No, please do not re-publish my plugins.&#60;/p&#62;
&#60;p&#62;I'll make it a full plugin when I have the time with some additional features.&#60;/p&#62;
&#60;p&#62;Keep in mind every plugin that has to load it's option from the database and carry the additional code for an admin panel slows down bbpress. My code above is the bare necessity to make bbPress allow custom topic limits with as little overhead as possible.&#60;/p&#62;
&#60;p&#62;Essentially this is a setup-once and forget plugin.&#60;br /&#62;
You should almost never fiddle with it again.
&#60;/p&#62;</description>
</item>
<item>
<title>SHRIKEE on "Topics Per Page"</title>
<link>http://bbpress.org/plugins/topic/front-page-topics/page/2/#post-1708</link>
<pubDate>Sat, 16 Aug 2008 12:28:35 +0000</pubDate>
<dc:creator>SHRIKEE</dc:creator>
<guid isPermaLink="false">1708@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;ha! sweet! thanks!&#60;/p&#62;
&#60;p&#62;I'll make a plugin out of it... A small admin panel for some values and your code. Stay tuned.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
