<?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 support forums Topic: Plugin: Page links for bbPress</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Plugin: Page links for bbPress</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 08:55:40 +0000</pubDate>

<item>
<title>Phayze on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-12049</link>
<pubDate>Sun, 18 Nov 2007 01:44:29 +0000</pubDate>
<dc:creator>Phayze</dc:creator>
<guid isPermaLink="false">12049@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;_ck_'s &#34;bbpress topic limit&#34; plugin seems to screw with the count for this plugin - I get 9 pages for topics which only have 3, and other weird calculation errors - anyone know of a fix?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-6242</link>
<pubDate>Sat, 31 Mar 2007 16:41:38 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6242@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for this Sam, looking at it I also made a plugin using the Simple Onlinelist which will highlight any new posts made since the last time someone logged in. :) Waiting to have it approved as a plugin so I can upload.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-6224</link>
<pubDate>Sat, 31 Mar 2007 06:34:49 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">6224@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Now available in bbPress plugin browser:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/43&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/43&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-6197</link>
<pubDate>Fri, 30 Mar 2007 17:45:42 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6197@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I also added a snippet of code to append a link to the last post.&#60;/p&#62;
&#60;p&#62;Find the end of the function &#60;code&#62;page_links_add_links&#60;/code&#62; and replace this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;return $title;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$felgtlpl = get_topic_last_post_link($topic-&#38;gt;topic_id);
$title = $title . &#38;#39; &#38;lt;a href=&#38;quot;&#38;#39; . $felgtlpl . &#38;#39;&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;amp;raquo;&#38;amp;nbsp;&#38;lt;/a&#38;gt;&#38;#39;;

return $title;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sambauers on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5905</link>
<pubDate>Sun, 25 Mar 2007 14:57:46 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">5905@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Comment out this line in the plugin to get page 1 showing.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;unset($links[0]);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That's line 82 in version 1.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5903</link>
<pubDate>Sun, 25 Mar 2007 14:52:10 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">5903@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I mis the page 1&#60;/p&#62;
&#60;p&#62;I know clicking the title you go to page 1, but we are all known with the vbulletin way...&#60;/p&#62;
&#60;p&#62;So if it has one page, dont show the page tags&#60;br /&#62;
If it has two, show the page 1 and page 2 tags&#60;br /&#62;
etc etc
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5808</link>
<pubDate>Sat, 24 Mar 2007 01:21:43 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">5808@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@fel64 - You don't have to copy the styles into another style sheet, just edit the styles in the file page-links.css&#60;/p&#62;
&#60;p&#62;@wittmania - I've updated the plugin to be compatible with &#34;Front Page Topics&#34;, it's more a design problem with that plugin, but I've worked around it.&#60;/p&#62;
&#60;p&#62;@Null -  All that has to be done is copying the three files, one php, one css, one image into the my-plugins folder. If you want to change the styles then just edit them in the CSS file. I couldn't have made it any easier given I wanted it to be easily styled for different layouts &#60;em&#62;without&#60;/em&#62; having to modify templates.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5806</link>
<pubDate>Sat, 24 Mar 2007 00:30:22 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">5806@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmm take out the images and put the page numbers between (..), makes your plugin easier to install (no difficult stuff with images, extra uploading etc)... just my 2 cents
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5784</link>
<pubDate>Fri, 23 Mar 2007 17:00:39 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5784@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sam, I am on .8.1, but it is working fine now.&#60;/p&#62;
&#60;p&#62;This plugin doesn't play nicely with the Front Page Topics plugin.  I had it set to show 25 posts per page on topics pages, so I would only have 2 or 3 pages, whereas your plugin would count 5 or 6.  When I would click on a link to a page that was beyond the actual pagination, I would get a &#34;This topic is closed&#34; message.  I went ahead and just deleted the Front Page Topics plugin and it is working fine now.&#60;/p&#62;
&#60;p&#62;Would there be a way to change the number of posts per page in your plugin from the default 10, or better yet to look for the front page topics and count based on the options in that plugin?  Just curious.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5782</link>
<pubDate>Fri, 23 Mar 2007 16:46:36 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5782@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Cheers Sam, worked beautifully. I put your CSS in my style.css and played around with it until eventually getting rid of all extra styling :P But it works great. That was a major annoyance. Thanks. :D
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5780</link>
<pubDate>Fri, 23 Mar 2007 16:10:41 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">5780@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What version of bbPress are you using. I have to admit that I haven't tested against 0.8.1, only against the latest 1.0 alpha&#60;/p&#62;
&#60;p&#62;I think I know what went wrong though. Download and try again, I've updated the version to 1.0.1&#60;/p&#62;
&#60;p&#62;The links are text-only. If you don't want the images/styles just remove them from the CSS file.
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5778</link>
<pubDate>Fri, 23 Mar 2007 15:32:00 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5778@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's not working for me...&#60;/p&#62;
&#60;p&#62;On topics with a single page, I get this error:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Bad arguments. in blah blah blah/bbpress/
my-plugins/page-links.php on line 68&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When I click on a page link, I get this error:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Fatal error: Call to undefined function: is_tags() in
/blah blah blah/bbpress/
my-plugins/page-links.php on line 33&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any idea what's wrong?&#60;/p&#62;
&#60;p&#62;Also, I would recommend that you add an option for the links to be text-only instead of the CSS/image based ones.  Thanks for putting this plugin out for all of us.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5777</link>
<pubDate>Fri, 23 Mar 2007 15:16:29 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">5777@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So that's the other place I saw it. I've updated that ticket.
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5774</link>
<pubDate>Fri, 23 Mar 2007 14:55:55 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">5774@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The is also a trac ticket for this
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Plugin: Page links for bbPress"</title>
<link>http://bbpress.org/forums/topic/plugin-page-links-for-bbpress#post-5764</link>
<pubDate>Fri, 23 Mar 2007 11:40:55 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">5764@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's one a few people have asked for. This plugin adds links to pages within each topic in all topic lists.&#60;/p&#62;
&#60;p&#62;Download latest version &#60;a href=&#34;http://www.network.net.au/bbpress/plugins/page-links/page-links.latest.zip&#34;&#62;here&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
