<?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 Topic: Page links for bbPress</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Page links for bbPress</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 18:22:45 +0000</pubDate>

<item>
<title>_ck_ on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-2125</link>
<pubDate>Mon, 27 Oct 2008 10:02:38 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2125@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;version 0.0.2 of topics-per-page should fix the problem with bbPress 1.0a2 and this page-links plugin
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-2085</link>
<pubDate>Mon, 20 Oct 2008 00:09:07 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2085@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This one of course: &#60;a href=&#34;http://bbpress.org/plugins/topic/front-page-topics/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/front-page-topics/page/2/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-2084</link>
<pubDate>Sun, 19 Oct 2008 18:10:31 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2084@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ok, it's quite obviously a problem with the TopicsPerPage Plugin ( &#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; ).
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-2058</link>
<pubDate>Tue, 14 Oct 2008 20:37:38 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2058@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;First off, thanks for integrating &#34;Page links for bbPress&#34; into the new Alpha2, I think it's a very good feature.&#60;/p&#62;
&#60;p&#62;However, there seem to be some issues still.&#60;br /&#62;
It seems to randomly assign page numbers to topics (see example). The marked thread has in fact five pages, but the correct number is only shown in the topic page (screenshot No.3):&#60;/p&#62;
&#60;p&#62;1. Front Page View:&#60;br /&#62;
&#60;a href=&#34;http://i259.photobucket.com/albums/hh308/Nekita79/bug1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i259.photobucket.com/albums/hh308/Nekita79/bug1.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. Forum View:&#60;br /&#62;
&#60;a href=&#34;http://i259.photobucket.com/albums/hh308/Nekita79/bug2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i259.photobucket.com/albums/hh308/Nekita79/bug2.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3. Topic View:&#60;br /&#62;
&#60;a href=&#34;http://i259.photobucket.com/albums/hh308/Nekita79/bug3.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i259.photobucket.com/albums/hh308/Nekita79/bug3.jpg&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-2041</link>
<pubDate>Mon, 06 Oct 2008 11:07:42 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">2041@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This plugins functionality is being rolled into bbPress 1.0 - without the errors  : )
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-1107</link>
<pubDate>Sun, 27 Apr 2008 13:21:22 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1107@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The division by zero error must happen because the front_page_topics plugin must have been installed at some point and removed. Therefore line 65 is passing as true for some reason and line 66 makes $perPage set as null/zero.&#60;/p&#62;
&#60;p&#62;So to solve the division by zero, make a new line 67 after&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($perPage = bb_get_option(&#38;#39;front_page_topics&#38;#39;)) {
		$perPage = $perPage[&#38;#39;topic-page&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and make it say&#60;br /&#62;
&#60;code&#62;if (!$perPage) {$perPage = bb_get_option(&#38;#39;page_topics&#38;#39;);}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;so the whole new block looks like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($perPage = bb_get_option(&#38;#39;front_page_topics&#38;#39;)) {
		$perPage = $perPage[&#38;#39;topic-page&#38;#39;];
                if (!$perPage) {$perPage = bb_get_option(&#38;#39;page_topics&#38;#39;);}
	} else {
		$perPage = bb_get_option(&#38;#39;page_topics&#38;#39;);
	}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>monstr on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-1106</link>
<pubDate>Sun, 27 Apr 2008 12:11:19 +0000</pubDate>
<dc:creator>monstr</dc:creator>
<guid isPermaLink="false">1106@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;same here.. and no answer for eight months &#38;gt;.&#38;lt;
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-482</link>
<pubDate>Fri, 03 Aug 2007 02:24:43 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">482@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Warning: Division by zero in /home/mciarlo/public_html/forum/my-plugins/page-links.php on line 75&#60;/p&#62;
&#60;p&#62;Help?
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-448</link>
<pubDate>Thu, 26 Jul 2007 23:54:14 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">448@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;i didnt get what this plugin do please explain more for me thx
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Page links for bbPress"</title>
<link>http://bbpress.org/plugins/topic/page-links-for-bbpress/#post-172</link>
<pubDate>Sat, 31 Mar 2007 06:08:02 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">172@http://bbpress.org/plugins/</guid>
<description>Adds links to pages within a topic in the topic lists</description>
</item>

</channel>
</rss>
