<?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 Support Forums &#187; User Favorites: tomdebruin</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: tomdebruin</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 02:51:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>cwdnow on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links/page/2#post-89857</link>
			<pubDate>Sun, 17 Jul 2011 16:43:33 +0000</pubDate>
			<dc:creator>cwdnow</dc:creator>
			<guid isPermaLink="false">89857@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Looks like nofollow is automatically added since bbPress 1.0.3? Is there a way to add links now that aren't tagged with nofollow?
</p>]]></description>
					</item>
		<item>
			<title>aleskalex on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-85320</link>
			<pubDate>Mon, 21 Mar 2011 02:28:59 +0000</pubDate>
			<dc:creator>aleskalex</dc:creator>
			<guid isPermaLink="false">85320@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hey, thanks timskii<br />
it did great!</p>
<p>i'm under wordpress 3.0.5 and the latest version of bbPress</p>
<p>for defualt's permalinks (standard profile.php?id=.. type)</p>
<p>you can try this replacement:</p>
<p>replace:<br />
$my_profile_destination = $my_forums_directory."profile/".esc_attr( str_replace( " ", "-", strtolower( $user_login ) ) )."/edit";</p>
<p>with:<br />
$my_profile_destination = $my_forums_directory."profile.php?id=".$current_user-&#62;ID;</p>
<p>isn't there any WP plugin for this? we should take it into something more customizable. To make it easy to use, what do you think? I'm not experienced with lots of wp code but this could be helpful for others too.</p>
<p>anyone willing to help?
</p>]]></description>
					</item>
		<item>
			<title>engin1984 on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-82523</link>
			<pubDate>Sat, 05 Feb 2011 15:06:57 +0000</pubDate>
			<dc:creator>engin1984</dc:creator>
			<guid isPermaLink="false">82523@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@ant123</p>
<p><a href="http://bbpress.org/forums/topic/add-nofollow-to-links#post-74079" rel="nofollow">http://bbpress.org/forums/topic/add-nofollow-to-links#post-74079</a><br />
works for me and</p>
<p><a href="http://bbpress.org/forums/topic/nofollow#post-58232" rel="nofollow">http://bbpress.org/forums/topic/nofollow#post-58232</a> is work for me too (bbsignatures)</p>
<p>and all links is nofollow now. Thanks
</p>]]></description>
					</item>
		<item>
			<title>cordoval on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-75937</link>
			<pubDate>Wed, 03 Nov 2010 17:35:43 +0000</pubDate>
			<dc:creator>cordoval</dc:creator>
			<guid isPermaLink="false">75937@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>all the code got messed up while posting on here, I wrapped it between <code></code> but would not work properly someone does know how to make it look pretty?
</p>]]></description>
					</item>
		<item>
			<title>cordoval on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-75936</link>
			<pubDate>Wed, 03 Nov 2010 17:33:01 +0000</pubDate>
			<dc:creator>cordoval</dc:creator>
			<guid isPermaLink="false">75936@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hi ya'll </p>
<p>I am sorry I was not back earlier on this post but I have managed to solved everything without touching the core and my method is extensible to whatever you want to do.</p>
<p><code><br />
//add target=_blank to post links<br />
function bb_target_blank( $text ) {<br />
        return preg_replace_callback('&#124;<a>&#124;i', 'bb_target_blank_callback', $text);<br />
}<br />
function bb_target_blank_callback( $matches ) {<br />
        $text = $matches[1];<br />
	return "</a><a>";<br />
}</p>
<p>add_filter('post_text', 'bb_target_blank');<br />
</a></code></p>
<p>If you require further support then you can always reach to me at cordoval at gmail dot com and you can send me a small token of your appreciation via paypal. Thanks.
</p>]]></description>
					</item>
		<item>
			<title>cwdnow on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-74922</link>
			<pubDate>Fri, 15 Oct 2010 15:13:50 +0000</pubDate>
			<dc:creator>cwdnow</dc:creator>
			<guid isPermaLink="false">74922@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is driving me crazy. I cannot get any of the target="_blank" or "nofollow" plugins to work. I'm using the default kakumei theme with the latest WordPress installation. Has the plugin code changed?
</p>]]></description>
					</item>
		<item>
			<title>brian atwood on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-74598</link>
			<pubDate>Wed, 06 Oct 2010 07:01:17 +0000</pubDate>
			<dc:creator>brian atwood</dc:creator>
			<guid isPermaLink="false">74598@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't think adding nofollow tag is a good idea on your site. For a forum, dofollow feature will give you many original contents.
</p>]]></description>
					</item>
		<item>
			<title>VirtualityStudio on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-74139</link>
			<pubDate>Tue, 21 Sep 2010 02:48:26 +0000</pubDate>
			<dc:creator>VirtualityStudio</dc:creator>
			<guid isPermaLink="false">74139@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>thank you!  thank you!!!!!  works perfectly :)
</p>]]></description>
					</item>
		<item>
			<title>ant123 on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-74079</link>
			<pubDate>Sun, 19 Sep 2010 11:49:40 +0000</pubDate>
			<dc:creator>ant123</dc:creator>
			<guid isPermaLink="false">74079@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you want all links in your posts to be nofollow, you have to use post_text instead of post_author_link</p>
<p>Here you go</p>
<p>&#60;?php<br />
/*<br />
Plugin Name: My own tweak for my forums<br />
Plugin URI: <a href="http://bbpress.org/" rel="nofollow">http://bbpress.org/</a><br />
Description: Fine tuning codes for my forum<br />
Author: Your name<br />
Author URI: <a href="http://www.myforum.com/" rel="nofollow">http://www.myforum.com/</a><br />
Version: 0.1<br />
*/</p>
<p>add_filter('post_text', 'bb_rel_nofollow');<br />
?&#62;</p>
<p>I guess that's what most people want to do
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "Here&#039;s how to show bbPress info inside WordPress without full integration"</title>
			<link>http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration/page/2#post-68297</link>
			<pubDate>Thu, 06 May 2010 17:52:43 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">68297@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is my favorite topic of all time on bbpress.org - thanks _ck_
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Here&#039;s how to show bbPress info inside WordPress without full integration"</title>
			<link>http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration/page/2#post-68271</link>
			<pubDate>Thu, 06 May 2010 05:57:34 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">68271@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>We might be able to guilt/nag Matt into getting a proper Wiki installed here once he gets WordPress 3 out the door (but then there will be 3.0.1 and 3.0.2 the week after, so maybe 2 weeks then, lol)
</p>]]></description>
					</item>
		<item>
			<title>Markus Pezold on "Here&#039;s how to show bbPress info inside WordPress without full integration"</title>
			<link>http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration/page/2#post-66986</link>
			<pubDate>Thu, 08 Apr 2010 16:15:24 +0000</pubDate>
			<dc:creator>Markus Pezold</dc:creator>
			<guid isPermaLink="false">66986@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Great Examples :) ... I think these examples would be great in the documentation for bbPress.
</p>]]></description>
					</item>
		<item>
			<title>Process_of_Illumination on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-66326</link>
			<pubDate>Thu, 25 Mar 2010 17:55:11 +0000</pubDate>
			<dc:creator>Process_of_Illumination</dc:creator>
			<guid isPermaLink="false">66326@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>since i have the forum in a different frame of my page, i'd have to add the attribute "target_top" to every link.</p>
<p>The code below is only for target_blank, or would it be possible to replace every "blank" with "top" and have it working?</p>
<p>----------------------------------------------------------------------------<br />
<a href="http://bbpress.org/forums/topic/add-nofollow-to-links#post-17523" rel="nofollow">http://bbpress.org/forums/topic/add-nofollow-to-links#post-17523</a>"<br />
----------------------------------------------------------------------------</p>
<p>And how do you make the code into a plugin? you copy and paste into a text  file, save it as  *.php and upload the file in the bbpress plugins folder?</p>
<p>Thank you very much, every help is very appreciated!</p>
<p>The Process
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-65652</link>
			<pubDate>Thu, 04 Mar 2010 23:14:14 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">65652@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>jcrens8392, if you would like this included in future versions, please open a ticket at trac: <a href="http://trac.bbpress.org" rel="nofollow">http://trac.bbpress.org</a> - you can log in there with a wordpress.org username and password.
</p>]]></description>
					</item>
		<item>
			<title>jcrens8392 on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-65645</link>
			<pubDate>Thu, 04 Mar 2010 20:39:36 +0000</pubDate>
			<dc:creator>jcrens8392</dc:creator>
			<guid isPermaLink="false">65645@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Better yet, nofollow should be the default rel attribute value. From an SEO standpoint, you're asking for trouble allowing dofollow links unless you really feel like checking out every single users' website and making sure it's not a "bad neighborhood". Even then, Google will see you as handing out links indiscriminately and will probably take away any pagerank your pages might have had.
</p>]]></description>
					</item>
		<item>
			<title>jcrens8392 on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-65644</link>
			<pubDate>Thu, 04 Mar 2010 20:34:09 +0000</pubDate>
			<dc:creator>jcrens8392</dc:creator>
			<guid isPermaLink="false">65644@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I know this post is rather old, but none of the above suggestions worked. The problem with using the post_author_link or even get_user_link filters is that those only filter the "href" attribute, not the entire "a" tag. That means you can't add rel="nofollow" using those filters.</p>
<p>I wasn't able to figure out a way to get it done without editing the core. I suggest the post_author_link() function around line 1747 of bb-includes/functions.bb-template.php be edited to allow the option of only returning the link rather than echoing it. That way, you can output the author links in your template (post.php) using something like this:</p>
<p><code>&#60;?php bb_rel_nofollow(post_author_link(false)); ?&#62;</code></p>
<p>With the "false" parameter telling WordPress to return the link rather than echo it. I believe that would work for future releases.</p>
<p>As for now, I believe you'll have to open bb-includes/function.bb-template.php and edit the post_author_link and post_author_avatar_link functions to add rel="nofollow" to the "a" tags. Those functions begin around line 1747 of bb-includes/function.bb-template.php.</p>
<p>Hope that helps.
</p>]]></description>
					</item>
		<item>
			<title>Damien on "Here&#039;s how to show bbPress info inside WordPress without full integration"</title>
			<link>http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration/page/2#post-62822</link>
			<pubDate>Wed, 06 Jan 2010 14:25:27 +0000</pubDate>
			<dc:creator>Damien</dc:creator>
			<guid isPermaLink="false">62822@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Can someone explain how I can pull the total number of  bbpress posts made and display them in wordpress theme, and also a harder one to solve, how do I get the total number of posts for a user in bbpress and display that in the users wordpress author.php?</p>
<p>I've got intergration happening with shared login/registrations, tables in same DB.</p>
<p>Thanks for any help :)
</p>]]></description>
					</item>
		<item>
			<title>af3 on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-62751</link>
			<pubDate>Tue, 05 Jan 2010 15:17:44 +0000</pubDate>
			<dc:creator>af3</dc:creator>
			<guid isPermaLink="false">62751@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>btw, i added favorite edit link from bp profile with this: <code>&#60;?php if($current_displayed_user == $current_loggedin_user) { ?&#62; (&#60;a href=&#34;/forum/profile.php?id=&#60;?php echo $current_loggedin_user; ?&#62;&#38;tab=favorites&#34;&#62;Edit Forum Favorites&#60;/a&#62;) &#60;?php } ?&#62;</code>
</p>]]></description>
					</item>
		<item>
			<title>af3 on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-62749</link>
			<pubDate>Tue, 05 Jan 2010 14:11:20 +0000</pubDate>
			<dc:creator>af3</dc:creator>
			<guid isPermaLink="false">62749@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@gerikg, yep -- noticed that too. What I did was just to exclude the favorite edit like this:  if (is_bb_profile() &#38;&#38; $_GET['tab'] != 'favorites')</p>
<p>Good idea to add new profile field in bp for signature. thx
</p>]]></description>
					</item>
		<item>
			<title>timskii on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-61959</link>
			<pubDate>Sat, 19 Dec 2009 19:40:41 +0000</pubDate>
			<dc:creator>timskii</dc:creator>
			<guid isPermaLink="false">61959@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This hack redirects non-editing users from their WordPress profile to their forum profile. Set $my_forums_directory to the directory or URL of the forums, and save it as a WordPress plugin.</p>
<p>Sometimes the page headers have already been sent, so wp_redirect() can't be relied on, and instead the HTML has to perform the redirect.</p>
<p>WordPress users that can edit posts will still see the normal WordPress user screens. Since these screens don't integrate well, it might be sensible to redirect admin users to /forums/bb-admin/users.php - but I've not done that here.</p>
<pre><code>add_action(&#39;admin_head&#39;, &#39;my_wp_profile_redirect&#39;, 0);

function my_wp_profile_redirect() {
	// Based on a part of Kim Parsell&#39;s <a href="http://wordpress.org/extend/plugins/wp-hide-dashboard/" rel="nofollow">http://wordpress.org/extend/plugins/wp-hide-dashboard/</a>
	global $parent_file, $current_user, $user_login;
	$my_forums_directory = &#34;/forums/&#34;; // Set this to the directory or URL of the forums.
	if (!current_user_can(&#39;edit_posts&#39;) &#38;&#38; $parent_file == &#39;users.php&#39;) {
		$my_profile_destination = $my_forums_directory.&#34;profile/&#34;.esc_attr( str_replace( &#34; &#34;, &#34;-&#34;, strtolower( $user_login ) ) ).&#34;/edit&#34;;
		if (!headers_sent()) {
			wp_redirect($my_profile_destination);
			} else {
			echo &#39;&#60;meta http-equiv=&#34;refresh&#34; content=&#34;0; url=&#39;.$my_profile_destination.&#39;&#34;&#62;&#60;script type=&#34;text/javascript&#34;&#62;document.location.href=&#34;&#39;.$my_profile_destination.&#39;&#34;&#60;/script&#62;&#60;/head&#62;&#39;;
			echo &#39;&#60;body&#62;&#60;a href=&#34;&#39;.$my_profile_destination.&#39;&#34;&#62;View profile&#60;/a&#62;&#60;/body&#62;&#60;/html&#62;&#39;;
			}
		exit();
	}
}</code></pre>]]></description>
					</item>
		<item>
			<title>gerikg on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-61852</link>
			<pubDate>Wed, 16 Dec 2009 17:06:49 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">61852@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>af3, I ran into the problem that you can not manage your favorites without going to your BBpress profile.  Some of the bbpress plugins I was using needed to be edited in the profile, like signatures, notifications, etc etc.  It's a big issue to me.  I'll bring it up during the chat tonight.</p>
<p>I got around that by creating a tab called signatures in the buddypress profile and then have it show up in the posts and got rid of the program.
</p>]]></description>
					</item>
		<item>
			<title>af3 on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-61850</link>
			<pubDate>Wed, 16 Dec 2009 16:56:48 +0000</pubDate>
			<dc:creator>af3</dc:creator>
			<guid isPermaLink="false">61850@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>oppss.. i think this works 9to show topis started by the user) to be shown in bp profile:</p>
<pre><code>&#60;h2&#62;Latest Topics Started in Forum&#60;/h2&#62;

&#60;ul&#62;
&#60;?php
$query=&#34;SELECT * FROM bb_topics WHERE topic_status=0 AND topic_poster=$current_displayed_user ORDER BY topic_time DESC LIMIT 10&#34;;
$results=$wpdb-&#62;get_results($query);
foreach ($results as $result) {
echo &#34;
&#60;li&#62;&#60;a&#62;topic_id.&#34;&#39;&#62;&#34;.$result-&#62;topic_title.&#34;&#60;/a&#62;&#60;/li&#62;
&#34;;
}
?&#62;
&#60;/ul&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>af3 on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-61846</link>
			<pubDate>Wed, 16 Dec 2009 15:24:57 +0000</pubDate>
			<dc:creator>af3</dc:creator>
			<guid isPermaLink="false">61846@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The code from detective works. I'm using wpmu+bp+bb; so i added this to bb theme functions.php (yes! if you dont have custom functions.php, just create one) and it works.</p>
<blockquote><p>
add_action('bb_init', 'profile_redirect');</p>
<p>function profile_redirect() {<br />
	if (is_bb_profile() &#38;&#38; $_GET['tab'] != 'edit' &#38;&#38; $_GET['tab'] != 'favorites') {<br />
		$user = bb_get_user($_GET['id']);<br />
		if ($user) wp_redirect("http://www.example.com/members/" . $user-&#62;user_nicename);<br />
	}<br />
}</p>
</blockquote>
<p>now, trying to find code to show user's forum (bbpress) posts to show in the BP profile.
</p>]]></description>
					</item>
		<item>
			<title>InvTrdr on "Add nofollow to links"</title>
			<link>http://bbpress.org/forums/topic/add-nofollow-to-links#post-60359</link>
			<pubDate>Fri, 06 Nov 2009 15:29:38 +0000</pubDate>
			<dc:creator>InvTrdr</dc:creator>
			<guid isPermaLink="false">60359@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>cordoval did you get it to work with links in text also? Not just URLs.<br />
Thanks.
</p>]]></description>
					</item>
		<item>
			<title>uddemir on "3 New Blank bbPress Themes"</title>
			<link>http://bbpress.org/forums/topic/3-new-blank-bbpress-themes#post-59610</link>
			<pubDate>Thu, 15 Oct 2009 23:32:10 +0000</pubDate>
			<dc:creator>uddemir</dc:creator>
			<guid isPermaLink="false">59610@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Mr. Refueled!<br />
I started using your superbold template and am happy about its clean look. I did some modifications on it and this is how it looks on my site <a href="http://ciyak.net/" rel="nofollow">http://ciyak.net/</a><br />
Great job and thanks again.<br />
Umit
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-59474</link>
			<pubDate>Tue, 13 Oct 2009 02:28:13 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">59474@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>BuddyPress would be yet another profile page... unless they have a solution for the multiple profiles problem?
</p>]]></description>
					</item>
		<item>
			<title>Hard Seat Sleeper on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-59472</link>
			<pubDate>Tue, 13 Oct 2009 02:14:03 +0000</pubDate>
			<dc:creator>Hard Seat Sleeper</dc:creator>
			<guid isPermaLink="false">59472@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Isn't this what BuddyPress is for?
</p>]]></description>
					</item>
		<item>
			<title>dikkevandale on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-59470</link>
			<pubDate>Mon, 12 Oct 2009 22:47:04 +0000</pubDate>
			<dc:creator>dikkevandale</dc:creator>
			<guid isPermaLink="false">59470@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any updates on creating a single profile?
</p>]]></description>
					</item>
		<item>
			<title>Anaon on "One profile page to rule them all"</title>
			<link>http://bbpress.org/forums/topic/one-profile-page-to-rule-them-all#post-59177</link>
			<pubDate>Mon, 05 Oct 2009 16:17:48 +0000</pubDate>
			<dc:creator>Anaon</dc:creator>
			<guid isPermaLink="false">59177@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>Sorry for updating an old post but where do I have to put this previous code?</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>dcheung19 on "Plugin: Allow additional or custom profile fields"</title>
			<link>http://bbpress.org/forums/topic/plugin-allow-additional-or-custom-profile-fields#post-58937</link>
			<pubDate>Wed, 30 Sep 2009 16:29:26 +0000</pubDate>
			<dc:creator>dcheung19</dc:creator>
			<guid isPermaLink="false">58937@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm also having the same problem as kehlers. The registration page works fine, but when I try to edit the fields nothing happens.</p>
<p>I'm using a fresh WP 2.8 and BB 1.0 install.
</p>]]></description>
					</item>

	</channel>
</rss>

