<?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: Recent Posts</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser: Recent Posts</description>
<language>en</language>
<pubDate>Wed, 15 Oct 2008 20:28:54 +0000</pubDate>

<item>
<title>_ck_ on "Unread Posts"</title>
<link>http://bbpress.org/plugins/topic/unread-posts/#post-2062</link>
<pubDate>Wed, 15 Oct 2008 06:33:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2062@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I just found the problem.&#60;br /&#62;
Look for an update shortly.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2061</link>
<pubDate>Wed, 15 Oct 2008 04:32:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2061@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Yes please read the instructions and previous posts. You can edit the plugin to assign zero points per post and that point donations come from an imaginary source and how many points they can donate per rep.
&#60;/p&#62;</description>
</item>
<item>
<title>Jplaz on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2060</link>
<pubDate>Wed, 15 Oct 2008 02:20:23 +0000</pubDate>
<dc:creator>Jplaz</dc:creator>
<guid isPermaLink="false">2060@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;On my forums all the users start out with completely random points, is there a way to reset it?&#60;/p&#62;
&#60;p&#62;EDIT: When ever some one posts they get a point, is there a a way to get rid of this?
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "PollDaddy for bbPress"</title>
<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-2059</link>
<pubDate>Tue, 14 Oct 2008 22:52:41 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">2059@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I managed to get it to work under 0.8.3.1 by changing this function as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_polldaddy_preg($post_text, $post_id)
{
	global $bb_polldaddy_options;
    global $bb_current_user;

	$callback = &#38;#39;bb_polldaddy_get_poll_script_callback&#38;#39;;

	if ($bb_polldaddy_options[&#38;#39;first_only&#38;#39;] &#38;#38;&#38;#38; !bb_is_first($post_id)) {
		$callback = &#38;#39;bb_polldaddy_first_only_error_handler&#38;#39;;
	}

	if (!$user_id = get_post_author_id($post_id)) {
		$callback = &#38;#39;bb_polldaddy_permission_error_handler&#38;#39;;
	}

	if ($bb_polldaddy_options[&#38;#39;permission&#38;#39;] &#38;#38;&#38;#38; !$bb_current_user-&#38;gt;has_cap($bb_polldaddy_options[&#38;#39;permission&#38;#39;])) {
		$callback = &#38;#39;bb_polldaddy_permission_error_handler&#38;#39;;
	}

	$post_text = preg_replace_callback(&#38;#39;@\[polldaddy poll=(?:&#38;quot;&#124;\&#38;#39;)?([0-9]+)(?:&#38;quot;&#124;\&#38;#39;)?\]@&#38;#39;, $callback, $post_text);
	return $post_text;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also added this function to the plugin, since my bbPress version doesn't have it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( !function_exists( &#38;#39;checked&#38;#39; ) ) :
  function checked( $checked, $current) {
      if ( $checked == $current)
          echo &#38;#39; checked=&#38;quot;checked&#38;quot;&#38;#39;;
  }
  endif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Works well after I made those changes. (I can't upgrade to 0.9 yet because of the wordpress/mediawiki integration)
&#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>Ipstenu on "Unread Posts"</title>
<link>http://bbpress.org/plugins/topic/unread-posts/#post-2057</link>
<pubDate>Tue, 14 Oct 2008 17:58:56 +0000</pubDate>
<dc:creator>Ipstenu</dc:creator>
<guid isPermaLink="false">2057@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Darn. Thanks! I'll keep watch for if/when you do get the time :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Unread Posts"</title>
<link>http://bbpress.org/plugins/topic/unread-posts/#post-2056</link>
<pubDate>Tue, 14 Oct 2008 17:05:29 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2056@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have not yet had time to test and debug this under the alpha, sorry.
&#60;/p&#62;</description>
</item>
<item>
<title>Ipstenu on "Unread Posts"</title>
<link>http://bbpress.org/plugins/topic/unread-posts/#post-2055</link>
<pubDate>Tue, 14 Oct 2008 15:53:54 +0000</pubDate>
<dc:creator>Ipstenu</dc:creator>
<guid isPermaLink="false">2055@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Does this work on the alpha build? I installed it on my server, but when I test the link, it goes to page ? and gives me a 404.&#60;/p&#62;
&#60;p&#62;Code: &#60;code&#62;&#38;lt;a href=&#38;quot;?update_all_topics_read&#38;quot;&#38;gt;Mark all topics as read&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;URL: &#60;a href=&#34;http://jorjafox.net/forums&#34; rel=&#34;nofollow&#34;&#62;http://jorjafox.net/forums&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>typvsns on "User Photo"</title>
<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/#post-2054</link>
<pubDate>Mon, 13 Oct 2008 21:15:34 +0000</pubDate>
<dc:creator>typvsns</dc:creator>
<guid isPermaLink="false">2054@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Help!! I have installed the plugin just as the instructions say. I added the code to the profile_edit.php file and the upload box and link show up on my profile edit pages. I even set the url's in the user-photo-for-bbpress.php file but it's still not working. I am a newby at PHP. Can someone tell me what I am doing wrong here? It allows me to hit browse, select the file and then when I hit update profile it does not upload the file. I made sure to set my folder it's supposed to upload to as 777. HELP!!!
&#60;/p&#62;</description>
</item>
<item>
<title>sidb85 on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-2053</link>
<pubDate>Sun, 12 Oct 2008 13:57:31 +0000</pubDate>
<dc:creator>sidb85</dc:creator>
<guid isPermaLink="false">2053@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I installed the plugin in my forum running 09.0.2 and added the functions bb_rating(), bb_rating_count(),  bb_rating_dingus(), bb_current_user_rating(). I want that when a user votes, the page should automatically reload and show the updated number people who voted and also the rating that the current user applied to the topic.&#60;/p&#62;
&#60;p&#62;Can this be done? I put the plugin in the /my-plugins directory of the bbpress root directory.&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/#post-2052</link>
<pubDate>Sat, 11 Oct 2008 19:04:45 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2052@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I believe I put in the support for colors in there, though it's not documented or listed with bbcode buttons.&#60;/p&#62;
&#60;p&#62;try &#60;/p&#62;
&#60;p&#62;&#60;code&#62;[color=red]testing[/color]&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "BBcode Lite for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bbcode-lite/#post-2051</link>
<pubDate>Sat, 11 Oct 2008 17:38:48 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">2051@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;how to add colors?
&#60;/p&#62;</description>
</item>
<item>
<title>NeBricks on "Hidden Forums"</title>
<link>http://bbpress.org/plugins/topic/hidden-forums/page/3/#post-2050</link>
<pubDate>Thu, 09 Oct 2008 15:23:01 +0000</pubDate>
<dc:creator>NeBricks</dc:creator>
<guid isPermaLink="false">2050@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Ok, thanks. &#60;/p&#62;
&#60;p&#62;As for the rss thing, I was POSITIVE I'd tried it when logged out. Evidently not though :S.&#60;br /&#62;
You are in fact right and it does work correctly. My bad. :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Hidden Forums"</title>
<link>http://bbpress.org/plugins/topic/hidden-forums/page/3/#post-2049</link>
<pubDate>Thu, 09 Oct 2008 03:54:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2049@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;You are saying hidden posts show up in RSS when you are logged OUT ? Makes sure you are logged out when testing. If they still show up, I need to know what kind of feed it is.&#60;/p&#62;
&#60;p&#62;Unfortunately the title of the page would be tricky to separate from the page body and take more time than I have now (though it could be done with a bit of work by moving the hook from bb_init to bb_head). You can temporarily disable it from appearing entirely by commenting out this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// add_filter( &#38;#39;get_forum_name&#38;#39;, &#38;#39;hidden_forums_label&#38;#39;,11,2);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>NeBricks on "Hidden Forums"</title>
<link>http://bbpress.org/plugins/topic/hidden-forums/page/3/#post-2048</link>
<pubDate>Wed, 08 Oct 2008 21:28:38 +0000</pubDate>
<dc:creator>NeBricks</dc:creator>
<guid isPermaLink="false">2048@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Very nice plugin, thanks ck. :)&#60;/p&#62;
&#60;p&#62;2 issues (probably because I'm a complete amateur with php):&#60;/p&#62;
&#60;p&#62;- Hidden posts showing up in rss was mentioned a couple of pages back and I have a similar problem. Although the links don't show up in the rss (so the post won't be visible when the feed is interpreted by most feed-readers), the body and date of the post is there, so when I (for example) view the feed in Firefox's built in preview, I can read hidden posts regardless. I know that I could just remove all content from the feed and leave only the links, but I'd rather not, if at all possible. Is there a workaround for this?&#60;/p&#62;
&#60;p&#62;- Viewing forum.php for a hidden forum, the &#38;lt;title&#38;gt; for the page includes the string from $hidden_forums['label'], resulting in an ugly page title (especially if there is html in there). Again, is there a way to avoid this?&#60;/p&#62;
&#60;p&#62;Thanks in advance for any help.&#60;/p&#62;
&#60;p&#62;Edit: I'm running 0.9.0.2.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2047</link>
<pubDate>Wed, 08 Oct 2008 14:03:06 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2047@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;You can't download the alpha without using subversion so it also downloads backpress.&#60;/p&#62;
&#60;p&#62;You didn't need to upgrade either, you could have just edited the one line too.&#60;br /&#62;
&#60;a href=&#34;http://trac.bbpress.org/ticket/940&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/940&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://trac.bbpress.org/changeset/1661&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/changeset/1661&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Patir on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2046</link>
<pubDate>Wed, 08 Oct 2008 13:43:25 +0000</pubDate>
<dc:creator>Patir</dc:creator>
<guid isPermaLink="false">2046@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I see the info repeat twice in the author area, as I use the alpha version that is available in the download section. So I tried downloading what's in trunk, but that was an endless line of errors, missing files, missing backpress etc. I suppose I'm downloading from the wrong place or something, but how do I download it correctly?
&#60;/p&#62;</description>
</item>
<item>
<title>jennygold on "Post Notification"</title>
<link>http://bbpress.org/plugins/topic/post-notification/page/2/#post-2045</link>
<pubDate>Wed, 08 Oct 2008 03:27:39 +0000</pubDate>
<dc:creator>jennygold</dc:creator>
<guid isPermaLink="false">2045@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've adapted this plugin to work when a new topic is submitted by using add_action('bb_new_topic', 'notification_new_topic') instead of bb_new_post with a function I've named notification_new_topic.  The problem is I tried to use the existing variables to get the title, link and author passed into the email, but they don't seem to be available when I use bb_new_topic.  What variables are available and how would I get these fields to be automatically filled in on the email?  &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Nekita on "Quote"</title>
<link>http://bbpress.org/plugins/topic/quote/page/2/#post-2044</link>
<pubDate>Tue, 07 Oct 2008 20:46:56 +0000</pubDate>
<dc:creator>Nekita</dc:creator>
<guid isPermaLink="false">2044@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great Plugin, thank you so much _ck_!
&#60;/p&#62;</description>
</item>
<item>
<title>ravecoolr on "bb-emoticons"</title>
<link>http://bbpress.org/plugins/topic/bb-emoticons/#post-2043</link>
<pubDate>Tue, 07 Oct 2008 12:32:00 +0000</pubDate>
<dc:creator>ravecoolr</dc:creator>
<guid isPermaLink="false">2043@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Alright guys i had the same problem but i fixed the code for us all ... &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.phpvrouwen.nl/forums/bb-plugins/bb-emoticons.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.phpvrouwen.nl/forums/bb-plugins/bb-emoticons.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There you go .. &#60;/p&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
</item>
<item>
<title>pircy on "bbPress Smilies"</title>
<link>http://bbpress.org/plugins/topic/bb-smilies/page/2/#post-2042</link>
<pubDate>Tue, 07 Oct 2008 09:28:31 +0000</pubDate>
<dc:creator>pircy</dc:creator>
<guid isPermaLink="false">2042@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great, Thanks.
&#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>kmccallum on "BB Anonymous Posting"</title>
<link>http://bbpress.org/plugins/topic/bb-anonymous-posting/#post-2040</link>
<pubDate>Mon, 06 Oct 2008 05:51:16 +0000</pubDate>
<dc:creator>kmccallum</dc:creator>
<guid isPermaLink="false">2040@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This is definitely a great plugin. Thanks. Hope it gets updated.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-2039</link>
<pubDate>Mon, 06 Oct 2008 05:16:15 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2039@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks for the great work on this! Will have to look into customization later.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Simple Onlinelist"</title>
<link>http://bbpress.org/plugins/topic/simple-onlinelist/page/2/#post-2038</link>
<pubDate>Mon, 06 Oct 2008 04:47:16 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2038@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Success!  Fantastic work on this plugin.  Though I don't know of an easy spot in which to place this code from the readme in the profile.php file -&#38;gt; &#38;lt;?php profile_last_online(); ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "Gaming Codes"</title>
<link>http://bbpress.org/plugins/topic/gaming-codes/#post-2037</link>
<pubDate>Mon, 06 Oct 2008 03:55:56 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">2037@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I do have a directory using the original WP plugin plus the Aleph plugin.&#60;/p&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/3/#post-2036</link>
<pubDate>Mon, 06 Oct 2008 03:36:03 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2036@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great work. I used Detective's updated version on the latest stable release.  Only thing I can't figure out is where to post this code snippet:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php pm_user_link(get_post_author_id()); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The readme says between lines 8 and 10 which is kind of vague and also references 'post.php.' I am assuming this is the same as bb-post.php?&#60;/p&#62;
&#60;p&#62;I would like a 'PM this user' link under where it says 'Member' or possibly right next to the permalink/time right below the post.&#60;/p&#62;
&#60;p&#62;Much thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/3/#post-2035</link>
<pubDate>Mon, 06 Oct 2008 00:46:34 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2035@http://bbpress.org/plugins/</guid>
<description>&#60;br /&#62;</description>
</item>
<item>
<title>Vadi on "BBcode Buttons"</title>
<link>http://bbpress.org/plugins/topic/bbcode-buttons/page/4/#post-2034</link>
<pubDate>Sun, 05 Oct 2008 23:44:31 +0000</pubDate>
<dc:creator>Vadi</dc:creator>
<guid isPermaLink="false">2034@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I do have that code in my footer.php, but buttons don't appear.&#60;/p&#62;
&#60;p&#62;I do get this javascript error also:&#60;/p&#62;
&#60;p&#62;[blockquote]Node cannot be inserted at the specified point in the hierarchy&#34;  code: &#34;3&#60;br /&#62;
&#60;a href=&#34;http://forums.mudlet.org/bb-plugins/bbcode-buttons/BBcode-buttons.js?0.0.4&#34; rel=&#34;nofollow&#34;&#62;http://forums.mudlet.org/bb-plugins/bbcode-buttons/BBcode-buttons.js?0.0.4&#60;/a&#62;&#60;br /&#62;
Line 19[/blockquote]
&#60;/p&#62;</description>
</item>
<item>
<title>Vadi on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/6/#post-2033</link>
<pubDate>Sun, 05 Oct 2008 23:38:09 +0000</pubDate>
<dc:creator>Vadi</dc:creator>
<guid isPermaLink="false">2033@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I did do that, but same thing :(
&#60;/p&#62;</description>
</item>
<item>
<title>cralor on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/6/#post-2032</link>
<pubDate>Sun, 05 Oct 2008 21:18:09 +0000</pubDate>
<dc:creator>cralor</dc:creator>
<guid isPermaLink="false">2032@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The &#34;Additional Info&#34; is not too detailed.&#60;/p&#62;
&#60;p&#62;Here is the instructions on how to get the plugin (currently) on your bbPress site:&#60;/p&#62;
&#60;p&#62;1. Download and upload the plugin to your bbPlugins directory.&#60;br /&#62;
2. Activate the plugin in the bbPress Admin section.&#60;br /&#62;
3. Follow the file movement instructions:&#60;br /&#62;
In the &#34;additional-files&#34; folder (inside this Avatar Upload plugin directory) there is several files. These need to be moved elsewhere.&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62; Move the entire &#34;avatars/&#34; folder to your bbPress root directory. (Including the &#34;default.png&#34; inside.)
&#60;/li&#62;
&#60;li&#62; Move the &#34;avatar-upload.php&#34; to the bbPress root directory.
&#60;/li&#62;
&#60;li&#62; Move the &#34;avatar.php&#34; (inside the &#34;my-templates&#34; folder) to your template(s) (theme(s)). Example: Move &#34;my-templates/avatar.php&#34; to &#34;forums/bb-templates/kakumei/&#34; (So it is like &#34;forums/bb-templates/kakumei/avatar.php&#34;.)
&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I hope this helps any clueless people :D
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "BBcode Buttons"</title>
<link>http://bbpress.org/plugins/topic/bbcode-buttons/page/4/#post-2031</link>
<pubDate>Sun, 05 Oct 2008 18:56:09 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2031@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;It's a really common mistake in many custom templates.&#60;br /&#62;
I really need to put that in the FAQ for all my plugins.&#60;br /&#62;
bb_head and bb_foot are critical for many of my plugins.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "BBcode Buttons"</title>
<link>http://bbpress.org/plugins/topic/bbcode-buttons/page/4/#post-2030</link>
<pubDate>Sun, 05 Oct 2008 18:50:37 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2030@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Would love to delete that last comment!  What got me was not having the&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php do_action('bb_foot', ''); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;between the /div and /body tags in the footer.&#60;/p&#62;
&#60;p&#62;Thanks for the hard work on this one, _ck_
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "BBcode Buttons"</title>
<link>http://bbpress.org/plugins/topic/bbcode-buttons/page/4/#post-2029</link>
<pubDate>Sun, 05 Oct 2008 16:47:38 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2029@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Strange this plugin worked out of the box (IIRC) with the latest stable release on my local server but didn't work on the hostgator server.  BBcode lite seems fine.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/6/#post-2028</link>
<pubDate>Sun, 05 Oct 2008 14:11:19 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2028@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'll throw my hat in the request pool for a fix for this but no rush, hopefully the new users will take to gravatar.&#60;/p&#62;
&#60;p&#62;I'm on the latest stable bbpress version. The upload worked like a charm after moving the files around in the server and making the uploads folder writeable but no luck on getting the avatar to actually show.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
