<?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: show me all your mini-plugin functions</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: show me all your mini-plugin functions</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 11:56:04 +0000</pubDate>

<item>
<title>_ck_ on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13627</link>
<pubDate>Mon, 04 Feb 2008 16:24:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13627@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's one I forgot I wrote awhile back:&#60;/p&#62;
&#60;p&#62;Grab the number of users who call any particular topic a favorite:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/favourites?replies=5#post-8764&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/favourites?replies=5#post-8764&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13618</link>
<pubDate>Sun, 03 Feb 2008 21:01:22 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">13618@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's a function that changes the last poster to a link to the last post:&#60;/p&#62;
&#60;p&#62;function geek_addlatest_link()&#60;br /&#62;
{&#60;br /&#62;
	global $topic;&#60;br /&#62;
	echo ' &#60;a&#62;topic_id) . '&#34;&#38;gt;'.get_topic_last_poster($topic-&#38;gt;topic_id).'&#60;/a&#62;';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Just needs to be added into a theme like this:&#60;/p&#62;
&#60;p&#62;&#38;lt;td class=&#34;num&#34;&#38;gt;&#38;lt;?php topic_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;&#60;br /&#62;
&#38;lt;td class=&#34;num&#34;&#38;gt;&#38;lt;?php geek_addlatest_link(); ?&#38;gt;&#38;lt;/td&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13617</link>
<pubDate>Sun, 03 Feb 2008 20:21:55 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">13617@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a great idea.&#60;/p&#62;
&#60;p&#62;I'm not sure if anybody made an official plugin out of this one:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/limit-long-words?replies=13#post-10120&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/limit-long-words?replies=13#post-10120&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "show me all your mini-plugin functions"</title>
<link>http://bbpress.org/forums/topic/show-me-all-your-mini-plugin-functions#post-13564</link>
<pubDate>Fri, 01 Feb 2008 18:44:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13564@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There are a number of little mini-plugins in simple code form that have never been published in the plugin browser, floating around the forum.&#60;/p&#62;
&#60;p&#62;I've written several myself and already use a single file called &#34;bb-tweaks.php&#34; to keep track of them.&#60;/p&#62;
&#60;p&#62;Let's publish a collective bb-tweaks.php plugin that has them all, with all the actions hooks or direct calls disabled but documented so others can take advantage of the features.&#60;/p&#62;
&#60;p&#62;Post your code, or link to other's code found buried on the forum, here?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
