<?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: My first plugin (post count)</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: My first plugin (post count)</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 09:16:57 +0000</pubDate>

<item>
<title>JimmyVT on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-2995</link>
<pubDate>Sun, 07 Jan 2007 16:30:26 +0000</pubDate>
<dc:creator>JimmyVT</dc:creator>
<guid isPermaLink="false">2995@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just installed this and it works wonderfully. Great job!
&#60;/p&#62;</description>
</item>
<item>
<title>Nitallica on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-2724</link>
<pubDate>Mon, 01 Jan 2007 00:25:40 +0000</pubDate>
<dc:creator>Nitallica</dc:creator>
<guid isPermaLink="false">2724@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very handy!  Thanks!  :D
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1799</link>
<pubDate>Thu, 30 Nov 2006 21:56:49 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">1799@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@topiQ - No problem!&#60;br /&#62;
@Ardenfrost - That is very impressive!  &#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>topiQ on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1783</link>
<pubDate>Thu, 30 Nov 2006 16:44:41 +0000</pubDate>
<dc:creator>topiQ</dc:creator>
<guid isPermaLink="false">1783@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks a lot Trent!&#60;br /&#62;
btw: great plugin, ardentfrost!
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1772</link>
<pubDate>Thu, 30 Nov 2006 15:10:28 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">1772@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The change wasn't hard, just added an additional check to the SQL query and I apparently saw your post soon after you made it...&#60;/p&#62;
&#60;p&#62;Looks impressive though doesn't it?  You posted a request and 24 minutes later, I filled it?  :D
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1761</link>
<pubDate>Thu, 30 Nov 2006 12:36:54 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">1761@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I put the plugin code under the username.   Compare the following code to your post.php in your templates.  Make sure you are editing post.php and placing it in /my-templates/post.php.&#60;/p&#62;
&#60;p&#62;		&#60;code&#62;&#38;lt;div class=&#38;quot;threadauthor&#38;quot;&#38;gt;&#60;br /&#62;
			&#38;lt;p&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php post_author_link(); ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;br /&#38;gt;&#60;br /&#62;
			  &#38;lt;small&#38;gt;&#38;lt;?php post_author_type(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;br /&#38;gt;&#60;br /&#62;
			  &#38;lt;small&#38;gt;&#38;lt;?php post_count(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#38;quot;threadpost&#38;quot;&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#38;quot;post&#38;quot;&#38;gt;&#38;lt;?php post_text(); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#38;quot;poststuff&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Posted:&#38;#39;); ?&#38;gt; &#38;lt;?php bb_post_time(); ?&#38;gt; &#38;lt;a href=&#38;quot;&#38;lt;?php post_anchor_link(); ?&#38;gt;&#38;quot;&#38;gt;#&#38;lt;/a&#38;gt; &#38;lt;?php post_ip_link(); ?&#38;gt; &#38;lt;?php post_edit_link(); ?&#38;gt; &#38;lt;?php post_delete_link(); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is the entire post.php, but obviously where I have the code is near the top.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>topiQ on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1758</link>
<pubDate>Thu, 30 Nov 2006 11:54:40 +0000</pubDate>
<dc:creator>topiQ</dc:creator>
<guid isPermaLink="false">1758@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;how do i display the posts under the usernames on the left side on the forum?!&#60;br /&#62;
 i managed to display them below each post, but that is not nice to see.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1756</link>
<pubDate>Thu, 30 Nov 2006 05:23:25 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">1756@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wow...that was fast!  Thanks!  Believe it or not that dropped posts in my personal forum from 290 back to 266!&#60;/p&#62;
&#60;p&#62;Excellent!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1755</link>
<pubDate>Thu, 30 Nov 2006 05:19:59 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">1755@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, made the change.  Added a part to the query where it only counts posts whose status is 0 (which means it's not deleted or spam).  It's updated on the same link from above, new version number .73a
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1754</link>
<pubDate>Thu, 30 Nov 2006 04:55:54 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">1754@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just wondering, is it possible to have the plugin count only active threads?   I have a count for all threads (even deleted ones) right now.    Not that they shouldn't be counted because they were created, but since they are gone forever, maybe an option to count only current posts would be useful?&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>Steven19 on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1462</link>
<pubDate>Wed, 15 Nov 2006 21:20:47 +0000</pubDate>
<dc:creator>Steven19</dc:creator>
<guid isPermaLink="false">1462@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Cool THX, maybe its a feature in the next Version :)
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1423</link>
<pubDate>Tue, 14 Nov 2006 22:49:58 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">1423@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm about to post it actually :)&#60;/p&#62;
&#60;p&#62;However, let me warn you ahead of time, it does require a single change to a core file.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1420</link>
<pubDate>Tue, 14 Nov 2006 22:25:56 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">1420@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very nice!  Trying it out now!  How did you get the avatars to work?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "My first plugin (post count)"</title>
<link>http://bbpress.org/forums/topic/my-first-plugin-post-count#post-1419</link>
<pubDate>Tue, 14 Nov 2006 22:19:56 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">1419@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's a simple one.&#60;/p&#62;
&#60;p&#62;It returns the post count of the user.&#60;/p&#62;
&#60;p&#62;You can see it in action at &#60;a href=&#34;http://www.rayd.org/forums2/&#34; rel=&#34;nofollow&#34;&#62;http://www.rayd.org/forums2/&#60;/a&#62; (you have to look at an actual topic)&#60;/p&#62;
&#60;p&#62;You can download it from &#60;a href=&#34;http://faq.rayd.org/bbpress_postcount/&#34; rel=&#34;nofollow&#34;&#62;http://faq.rayd.org/bbpress_postcount/&#60;/a&#62;  (link is instructions how to use it, link at bottom instructions)&#60;/p&#62;
&#60;p&#62;Is this something I can submit to bbpress?  Or is me mentioning it here the equivalent of submitting it?  :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
