<?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: photos - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/photos</link>
		<description>bbPress Plugin Browser &#187; Tag: photos - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 18:03:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/photos" rel="self" type="application/rss+xml" />

		<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>Playstation 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>Playstation Vita</dc:creator>
			<guid isPermaLink="false">6486@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The latest version
</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>electromechanic on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-5658</link>
			<pubDate>Thu, 08 Apr 2010 10:48:19 +0000</pubDate>
			<dc:creator>electromechanic</dc:creator>
			<guid isPermaLink="false">5658@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I think i've solved the problem. Find that codes between line 106-113 in "bb-lightbox2.php" file;</p>
<pre><code>else
  {
	$ratio = $image_width/$image_height;
	if ($tumb_width/$tumb_height &#62; $ratio) {
		$tumb_width = $tumb_height*$ratio;
	} else {
		$tumb_height = $tumb_width/$ratio;
	}</code></pre>
<p>and replace with this;</p>
<pre><code>else
  {
	$ratio = $image_width/$image_height;
	if (&#39;1&#39;&#62; $ratio) {
		$tumb_height = $tumb_width/$ratio;
	}else {
		if (&#39;1&#39;&#60; $ratio){
		$tumb_height = $tumb_width/$ratio;
		}else{
			$tumb_height = $tumb_width;
		}
	}</code></pre>
<p>That's it! ;)</p>
<p>Of course before trying, delete all files in <code>tumbs</code> folder.
</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>Coffee4cr on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-5633</link>
			<pubDate>Fri, 02 Apr 2010 05:10:27 +0000</pubDate>
			<dc:creator>Coffee4cr</dc:creator>
			<guid isPermaLink="false">5633@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I have a weird problem<br />
when there's a lot of images in a post, they keep getting smaller and smaller</p>
<p><a href="http://www.4colorrebellion.com/bbpress/topic.php?id=2#post-3" rel="nofollow">http://www.4colorrebellion.com/bbpress/topic.php?id=2#post-3</a>
</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>zennie on "bbFlickr 0.1"</title>
			<link>http://bbpress.org/plugins/topic/bbflickr/#post-4863</link>
			<pubDate>Wed, 04 Nov 2009 10:24:20 +0000</pubDate>
			<dc:creator>zennie</dc:creator>
			<guid isPermaLink="false">4863@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It requires MagpieRSS, which is not included in the bbFlickr distribution files, which is why there's that error.</p>
<p>Just download it from here: <a href="http://magpierss.sourceforge.net/" rel="nofollow">http://magpierss.sourceforge.net/</a> and install it in the bbflickr/magpierss directory and you'll get over the activation error.
</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>yayadan on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-4413</link>
			<pubDate>Sat, 22 Aug 2009 08:59:31 +0000</pubDate>
			<dc:creator>yayadan</dc:creator>
			<guid isPermaLink="false">4413@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<blockquote><p>Would it be possible to recode it so that it doesn't touch images that are below the set thumbnail size, i.e. thumbs size set to 100x100, then smilies stay as they are (no lighbox pop-up and no thumb).</p></blockquote>
<p>That will be very nice!
</p>]]></description>
					</item>
		<item>
			<title>QuickD on "bbFlickr 0.1"</title>
			<link>http://bbpress.org/plugins/topic/bbflickr/#post-4119</link>
			<pubDate>Sat, 25 Jul 2009 21:39:09 +0000</pubDate>
			<dc:creator>QuickD</dc:creator>
			<guid isPermaLink="false">4119@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Does the Plugin Work?
</p>]]></description>
					</item>
		<item>
			<title>bikingtoronto on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/page/2/#post-3995</link>
			<pubDate>Fri, 17 Jul 2009 19:51:50 +0000</pubDate>
			<dc:creator>bikingtoronto</dc:creator>
			<guid isPermaLink="false">3995@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Well, I couldn't figure it out... so I tried <a href="http://bbpress.org/plugins/topic/avatar-upload/">Avatar Upload</a> and it seems to be working well. :)
</p>]]></description>
					</item>
		<item>
			<title>bikingtoronto on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/#post-3966</link>
			<pubDate>Tue, 14 Jul 2009 20:19:01 +0000</pubDate>
			<dc:creator>bikingtoronto</dc:creator>
			<guid isPermaLink="false">3966@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi everyone,</p>
<p>I had no problem getting the upload form into profile-edit.php... but am having trouble getting phtoos to actually upload.  I have a folder named userphotos set up with chmod 777, but when I upload a photo, nothing gets loaded into that folder.</p>
<p>Does that folder need to be in the my-plugins folder?
</p>]]></description>
					</item>
		<item>
			<title>_asg_ on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-3820</link>
			<pubDate>Sat, 04 Jul 2009 19:53:02 +0000</pubDate>
			<dc:creator>_asg_</dc:creator>
			<guid isPermaLink="false">3820@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi A1ex and thank you so much for your plugin.</p>
<p>Would it be possible to recode it so that it doesn't touch images that are below the set thumbnail size, i.e. thumbs size set to 100x100, then smilies stay as they are (no lighbox pop-up and no thumb). This would solve the problem with smilies and small images.</p>
<p>Thank you for your effort and time
</p>]]></description>
					</item>
		<item>
			<title>james.m.lafferty on "User Photo"</title>
			<link>http://bbpress.org/plugins/topic/user-photo-for-bbpress/#post-3795</link>
			<pubDate>Thu, 02 Jul 2009 05:31:38 +0000</pubDate>
			<dc:creator>james.m.lafferty</dc:creator>
			<guid isPermaLink="false">3795@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>When I installed this plugin (I hadn't added many, as there aren't a whole lot for BBPress yet :-) ), I got frustrated for about ten seconds b/c the avatar pic I was trying to upload wasn't showing. Then I changed the permissions on the my-plugins folder and everything was hunky-dorey. Thanks for the plugin... very simple, and to the point. I look forward to its future updates!
</p>]]></description>
					</item>
		<item>
			<title>code012 on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-3288</link>
			<pubDate>Wed, 29 Apr 2009 03:51:18 +0000</pubDate>
			<dc:creator>code012</dc:creator>
			<guid isPermaLink="false">3288@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm having problems with the thumbnails.</p>
<p><a href="http://gamersroute.com/forum/topic.php?id=4" rel="nofollow">http://gamersroute.com/forum/topic.php?id=4</a></p>
<p>Looks like thumbnails are decreasing in size.<br />
What's happening here?</p>
<p>Thanks for any input.
</p>]]></description>
					</item>
		<item>
			<title>FirstAngel on "bbFlickr 0.1"</title>
			<link>http://bbpress.org/plugins/topic/bbflickr/#post-3275</link>
			<pubDate>Mon, 27 Apr 2009 21:58:56 +0000</pubDate>
			<dc:creator>FirstAngel</dc:creator>
			<guid isPermaLink="false">3275@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Warning: require_once(/home/*****/public_html/lounge/my-plugins/bbflickr/magpierss/extlib/Snoopy.class.inc) [function.require-once]: failed to open stream: No such file or directory in /home/*****/public_html/lounge/my-plugins/bbflickr/magpierss/rss_fetch.inc on line 35</p>
<p>Fatal error: require_once() [function.require]: Failed opening required '/home/*****/public_html/lounge/my-plugins/bbflickr/magpierss/extlib/Snoopy.class.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*****/public_html/lounge/my-plugins/bbflickr/magpierss/rss_fetch.inc on line 35</p>
<p>Can I alter a path somewhere so this will work?
</p>]]></description>
					</item>
		<item>
			<title>Shagalaga on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-3171</link>
			<pubDate>Sat, 11 Apr 2009 10:12:59 +0000</pubDate>
			<dc:creator>Shagalaga</dc:creator>
			<guid isPermaLink="false">3171@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>doesn't work well with bb-emoticons
</p>]]></description>
					</item>

	</channel>
</rss>

