<?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: Adding Post Count to Profile</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Adding Post Count to Profile</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 01:14:12 +0000</pubDate>

<item>
<title>chrishajer on "Adding Post Count to Profile"</title>
<link>http://bbpress.org/forums/topic/adding-post-count-to-profile#post-14307</link>
<pubDate>Thu, 06 Mar 2008 17:50:11 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14307@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oddly, all the stuff over there is using the same CSS, which is a little weird.  I think I would prefer to have .threadauthor .name, .threadauthor .post_count_plus, .threadauthor .status, .threadauthor .membersince, but that is not there now.  If it were, it would be easy to add to style.css and style each item individually.  But it's not.&#60;/p&#62;
&#60;p&#62;So, I just added this to .threadauthor in style.css:&#60;br /&#62;
&#60;code&#62;font: 13px Verdana, Arial, Helvetica, sans-serif;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So now that block looks like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That worked for me.  There are probably better ways to do it, by adding the proper classes to the template file or whatever generates that HTML, but barring that, this one line addition worked fine for me.  If 13px is too small still, make it a larger number.  You might also need to adjust the width after that.
&#60;/p&#62;</description>
</item>
<item>
<title>McKrazie on "Adding Post Count to Profile"</title>
<link>http://bbpress.org/forums/topic/adding-post-count-to-profile#post-14296</link>
<pubDate>Thu, 06 Mar 2008 13:31:59 +0000</pubDate>
<dc:creator>McKrazie</dc:creator>
<guid isPermaLink="false">14296@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;_ck_,&#60;/p&#62;
&#60;p&#62;Thank you so much! You're the King of Plugins!&#60;/p&#62;
&#60;p&#62;However, I wanted to know ...&#60;/p&#62;
&#60;p&#62;How can I make the text larger for the user's name? Check out my forum ...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Adding Post Count to Profile"</title>
<link>http://bbpress.org/forums/topic/adding-post-count-to-profile#post-14281</link>
<pubDate>Wed, 05 Mar 2008 21:13:37 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14281@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Use this plugin instead - no editing needed:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/post-count-plus/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/post-count-plus/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>McKrazie on "Adding Post Count to Profile"</title>
<link>http://bbpress.org/forums/topic/adding-post-count-to-profile#post-14280</link>
<pubDate>Wed, 05 Mar 2008 20:41:23 +0000</pubDate>
<dc:creator>McKrazie</dc:creator>
<guid isPermaLink="false">14280@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I just activated the plugin for post counts on my forum and it works just fine.  However, I wanted to add the post_count() string to my profile.php in my template. However, where I wanted to add it was under the &#34;Member Since&#34; information and that isn't stored directly in the profile.php.&#60;/p&#62;
&#60;p&#62;My question is this: How can I add it in there and have it display like the other information for all my users?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
