<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Tag: users - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/users</link>
		<description>bbPress Plugin Browser &#187; Tag: users - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 17:40:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/users" rel="self" type="application/rss+xml" />

		<item>
			<title>PS Vita on "Delete All Bozos"</title>
			<link>http://bbpress.org/plugins/topic/delete-all-bozos/#post-6650</link>
			<pubDate>Thu, 17 Nov 2011 07:21:10 +0000</pubDate>
			<dc:creator>PS Vita</dc:creator>
			<guid isPermaLink="false">6650@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thansk
</p>]]></description>
					</item>
		<item>
			<title>stevenitforall on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-6497</link>
			<pubDate>Fri, 06 May 2011 10:45:42 +0000</pubDate>
			<dc:creator>stevenitforall</dc:creator>
			<guid isPermaLink="false">6497@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>since I've integrated with wp can I show user photo from bbpress without install this plugin? Thanks in advance.
</p>]]></description>
					</item>
		<item>
			<title>stevenitforall on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-6496</link>
			<pubDate>Fri, 06 May 2011 10:44:09 +0000</pubDate>
			<dc:creator>stevenitforall</dc:creator>
			<guid isPermaLink="false">6496@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I cannot activate the plugin. I have fatal error: Cannot redeclare userphoto_profile_update() (previously declared in /wp-content/plugins/user-photo/user-photo.php:316)</p>
<p>Anyone can help to sort it out please?
</p>]]></description>
					</item>
		<item>
			<title>PS Vita on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-6486</link>
			<pubDate>Mon, 02 May 2011 16:08:27 +0000</pubDate>
			<dc:creator>PS Vita</dc:creator>
			<guid isPermaLink="false">6486@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The latest version
</p>]]></description>
					</item>
		<item>
			<title>convurg on "Mass Delete Users"</title>
			<link>http://bbpress.org/plugins/topic/mass-delete-users/page/2/#post-6482</link>
			<pubDate>Thu, 28 Apr 2011 20:12:48 +0000</pubDate>
			<dc:creator>convurg</dc:creator>
			<guid isPermaLink="false">6482@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This plugin is not working for version 1.0.2, is there a fix on the way?
</p>]]></description>
					</item>
		<item>
			<title>PS Vita Games on "Mass Delete Users"</title>
			<link>http://bbpress.org/plugins/topic/mass-delete-users/#post-6413</link>
			<pubDate>Wed, 16 Mar 2011 11:56:44 +0000</pubDate>
			<dc:creator>PS Vita Games</dc:creator>
			<guid isPermaLink="false">6413@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks for the plugin
</p>]]></description>
					</item>
		<item>
			<title>PS Vita Games on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-6412</link>
			<pubDate>Wed, 16 Mar 2011 11:55:23 +0000</pubDate>
			<dc:creator>PS Vita Games</dc:creator>
			<guid isPermaLink="false">6412@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>What BB version are you using?
</p>]]></description>
					</item>
		<item>
			<title>joan3691 on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-5736</link>
			<pubDate>Mon, 26 Apr 2010 22:42:18 +0000</pubDate>
			<dc:creator>joan3691</dc:creator>
			<guid isPermaLink="false">5736@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hey! I don't get this, I can't even get the upload box to be displayed. I put the following code at this position (within the stars):</p>
<p>&#60;?php bb_get_header(); ?&#62;</p>
<p>&#60;div class="bbcrumb"&#62;<a>"&#62;&#60;?php bb_option('name'); ?&#62;</a> &#187; <a>"&#62;&#60;?php echo get_user_display_name( $user_id ); ?&#62;</a> &#187; &#60;?php _e('Edit Profile'); ?&#62;&#60;/div&#62;<br />
&#60;h2 id="userlogin" role="main"&#62;&#60;?php echo get_user_display_name( $user-&#62;ID ); ?&#62; &#60;small&#62;(&#60;?php echo get_user_name( $user-&#62;ID ); ?&#62;)&#60;/small&#62;&#60;/h2&#62;<br />
&#60;form method="post" action="&#60;?php profile_tab_link( $user-&#62;ID, 'edit', BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS ); ?&#62;"&#62;<br />
&#60;fieldset&#62;<br />
&#60;legend&#62;&#60;?php _e('Profile Info'); ?&#62;&#60;/legend&#62;<br />
&#60;?php bb_profile_data_form(); ?&#62;<br />
&#60;/fieldset&#62;</p>
<p>//******************************************************<br />
&#60;?php<br />
if (function_exists('userphoto_display_selector_fieldset'))<br />
    userphoto_display_selector_fieldset($user-&#62;ID);<br />
?&#62;</p>
<p>&#60;?php<br />
if (function_exists('bb_get_photo'))<br />
    bb_get_photo($id);<br />
?&#62;<br />
/******************************************************</p>
<p>&#60;?php if ( bb_current_user_can( 'edit_users' ) ) : ?&#62;<br />
&#60;fieldset&#62;<br />
&#60;legend&#62;&#60;?php _e('Administration'); ?&#62;&#60;/legend&#62;<br />
&#60;?php bb_profile_admin_form(); ?&#62;<br />
&#60;/fieldset&#62;<br />
&#60;?php endif; ?&#62;</p>
<p>&#60;?php if ( bb_current_user_can( 'change_user_password', $user-&#62;ID ) ) : ?&#62;<br />
&#60;fieldset&#62;<br />
&#60;legend&#62;&#60;?php _e('Password'); ?&#62;&#60;/legend&#62;<br />
&#60;p&#62;&#60;?php _e('To change your password, enter a new password twice below:'); ?&#62;&#60;/p&#62;<br />
&#60;?php bb_profile_password_form(); ?&#62;<br />
&#60;/fieldset&#62;<br />
&#60;?php endif; ?&#62;<br />
&#60;p class="submit right"&#62;<br />
  &#60;input type="submit" name="Submit" value="&#60;?php echo esc_attr__( 'Update Profile &#187;' ); ?&#62;" /&#62;<br />
&#60;/p&#62;<br />
&#60;/form&#62;<br />
&#60;form method="post" action="&#60;?php profile_tab_link($user-&#62;ID, 'edit');  ?&#62;"&#62;<br />
&#60;p class="submit left"&#62;<br />
&#60;?php bb_nonce_field( 'edit-profile_' . $user-&#62;ID ); ?&#62;<br />
&#60;?php user_delete_button(); ?&#62;<br />
&#60;/p&#62;<br />
&#60;/form&#62;</p>
<p>&#60;?php bb_get_footer(); ?&#62;</p>
<p>Is it the right code? And is it at the right place?
</p>]]></description>
					</item>
		<item>
			<title>Damien on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-5637</link>
			<pubDate>Sat, 03 Apr 2010 06:08:17 +0000</pubDate>
			<dc:creator>Damien</dc:creator>
			<guid isPermaLink="false">5637@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Has anyone figured out how to display the user who started the posts avatar on the mainpage in place of the 'last posters' name?
</p>]]></description>
					</item>
		<item>
			<title>FakePlasticFish on "Mass Delete Users"</title>
			<link>http://bbpress.org/plugins/topic/mass-delete-users/#post-5636</link>
			<pubDate>Sat, 03 Apr 2010 02:43:51 +0000</pubDate>
			<dc:creator>FakePlasticFish</dc:creator>
			<guid isPermaLink="false">5636@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi.  For some reason, my deleted users keep reappearing.  I keep deleting all users that have 0 posts and include .ru in their email address, and all of those exact users keep reappearing on the list.  Any suggestions?  I just loaded this plugin today, so I assume I have the latest version.</p>
<p><a href="http://fakeplasticfish.com/discuss/" rel="nofollow">http://fakeplasticfish.com/discuss/</a>
</p>]]></description>
					</item>
		<item>
			<title>Sabuntu on "Delete All Bozos"</title>
			<link>http://bbpress.org/plugins/topic/delete-all-bozos/#post-5477</link>
			<pubDate>Wed, 24 Feb 2010 19:26:09 +0000</pubDate>
			<dc:creator>Sabuntu</dc:creator>
			<guid isPermaLink="false">5477@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks, This is excellent
</p>]]></description>
					</item>
		<item>
			<title>asorethumb on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-5469</link>
			<pubDate>Wed, 24 Feb 2010 05:10:45 +0000</pubDate>
			<dc:creator>asorethumb</dc:creator>
			<guid isPermaLink="false">5469@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi, I'd really like to get this working, and I feel SO close.</p>
<p>I use User Photo for WordPress, and I have the paths set the same in both WP and BBpress, however, on BBpress, I am getting the red x/question mark where the photo should be. By right-clicking on this, I see that the path has my forum address IN FRONT of what the path should be.</p>
<p>Anyone have any idea how to correct this?
</p>]]></description>
					</item>
		<item>
			<title>OKTeaRoom on "Easy Twitter Links"</title>
			<link>http://bbpress.org/plugins/topic/easy-twitter-links/#post-5298</link>
			<pubDate>Tue, 26 Jan 2010 22:10:19 +0000</pubDate>
			<dc:creator>OKTeaRoom</dc:creator>
			<guid isPermaLink="false">5298@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>When this plugin is activated it breaks BBVideo's functionality on my forum.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "Delete All Bozos"</title>
			<link>http://bbpress.org/plugins/topic/delete-all-bozos/#post-5105</link>
			<pubDate>Mon, 28 Dec 2009 17:49:31 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">5105@http://bbpress.org/plugins/</guid>
			<description><![CDATA[Delete all of the bozo users on your forum with just one click.]]></description>
					</item>
		<item>
			<title>Marius- on "Mass Delete Users"</title>
			<link>http://bbpress.org/plugins/topic/mass-delete-users/#post-4872</link>
			<pubDate>Thu, 05 Nov 2009 19:49:15 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">4872@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I can confirm this plugin works with 1.02.
</p>]]></description>
					</item>
		<item>
			<title>dikkevandale on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-4820</link>
			<pubDate>Tue, 27 Oct 2009 16:39:01 +0000</pubDate>
			<dc:creator>dikkevandale</dc:creator>
			<guid isPermaLink="false">4820@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm already using the plugin for WordPress and everything seems to work fine. Only on my BBpress included part of the site the user photo's doesn't show up.</p>
<p>Now I also tried installing the plugin for BBpress but this doesn't work because the functions are already defines in WordPress.</p>
<p>Fatal error: Cannot redeclare userphoto_profile_update() (previously declared in ***********/wp-content/plugins/user-photo/user-photo.php:316)</p>
<p>How do I get the avatars get to work inside BBPress, I just can't install this plugin :/
</p>]]></description>
					</item>
		<item>
			<title>StarryMom on "Easy Twitter Links"</title>
			<link>http://bbpress.org/plugins/topic/easy-twitter-links/#post-4546</link>
			<pubDate>Sun, 13 Sep 2009 05:22:47 +0000</pubDate>
			<dc:creator>StarryMom</dc:creator>
			<guid isPermaLink="false">4546@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Any update?
</p>]]></description>
					</item>
		<item>
			<title>StarryMom on "Easy Twitter Links"</title>
			<link>http://bbpress.org/plugins/topic/easy-twitter-links/#post-4477</link>
			<pubDate>Sat, 29 Aug 2009 20:07:43 +0000</pubDate>
			<dc:creator>StarryMom</dc:creator>
			<guid isPermaLink="false">4477@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great thank you!
</p>]]></description>
					</item>
		<item>
			<title>Gautam on "Easy Twitter Links"</title>
			<link>http://bbpress.org/plugins/topic/easy-twitter-links/#post-4456</link>
			<pubDate>Thu, 27 Aug 2009 09:34:34 +0000</pubDate>
			<dc:creator>Gautam</dc:creator>
			<guid isPermaLink="false">4456@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@chandersbs<br />
Thats on my to-do list</p>
<p>@StarryMom<br />
Hmm.. I will check that
</p>]]></description>
					</item>
		<item>
			<title>StarryMom on "Easy Twitter Links"</title>
			<link>http://bbpress.org/plugins/topic/easy-twitter-links/#post-4448</link>
			<pubDate>Tue, 25 Aug 2009 22:31:57 +0000</pubDate>
			<dc:creator>StarryMom</dc:creator>
			<guid isPermaLink="false">4448@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Only problem I noticed with this plugin is that it "broke" bbCode-lite. I would appreciate a fix so I can use both, since I love the idea behind it.
</p>]]></description>
					</item>

	</channel>
</rss>

