<?xml version="1.0"?><!-- 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 Showcase Topic: Users profiles after integration</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Topic: Users profiles after integration</description>
<language>en</language>
<pubDate>Thu, 24 May 2012 16:49:56 +0000</pubDate>

<item>
<title>dimadin on "Users profiles after integration"</title>
<link>http://bbshowcase.org/forums/topic/users-profiles-after-integration#post-1567</link>
<pubDate>Tue, 04 Aug 2009 06:08:44 +0000</pubDate>
<dc:creator>dimadin</dc:creator>
<guid isPermaLink="false">1567@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;OK, I found that there is function bb_get_usermeta that could be used on topic page like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php //show user location from its profile&#60;br /&#62;
				$author_id = get_post_author_id( $post_id );&#60;br /&#62;
				$location = bb_get_usermeta( $author_id, 'from' );&#60;br /&#62;
				if ($location) echo $location . '&#60;br /&#62;'; ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
You should replace &#60;em&#62;from&#60;/em&#62; with name of meta_key from usermeta table you want to display.&#60;/p&#62;
&#60;p&#62;For profile page, I used &#60;a href=&#34;http://bbpress.org/forums/topic/customizing-profile-fields#post-37041&#34;&#62;this&#60;/a&#62; hack.
&#60;/p&#62;</description>
</item>
<item>
<title>dimadin on "Users profiles after integration"</title>
<link>http://bbshowcase.org/forums/topic/users-profiles-after-integration#post-1397</link>
<pubDate>Tue, 23 Jun 2009 06:55:14 +0000</pubDate>
<dc:creator>dimadin</dc:creator>
<guid isPermaLink="false">1397@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Ok, I decided to use WordPress plugin &#60;a href=&#34;http://skullbit.com/wordpress-plugin/register-plus/&#34;&#62;Register Plus&#60;/a&#62; which stores values in wp_usermeta table. In WP I could use that data with function get usermeta but how to use it bbPress. I know a little php but don't know how to call this in bbPress.&#60;/p&#62;
&#60;p&#62;Thank in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Users profiles after integration"</title>
<link>http://bbshowcase.org/forums/topic/users-profiles-after-integration#post-1245</link>
<pubDate>Thu, 30 Apr 2009 00:51:13 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1245@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hopefully you know a little php.&#60;/p&#62;
&#60;p&#62;If the plugin on the wordpress side works like I suspect, it hopefully stuffs the results into the usermeta.  Which would mean once the user is loaded, it's very easy to access.&#60;/p&#62;
&#60;p&#62;I don't have time right now but ask me again over the weekend if you haven't made any progress.
&#60;/p&#62;</description>
</item>
<item>
<title>dimadin on "Users profiles after integration"</title>
<link>http://bbshowcase.org/forums/topic/users-profiles-after-integration#post-1244</link>
<pubDate>Wed, 29 Apr 2009 15:04:42 +0000</pubDate>
<dc:creator>dimadin</dc:creator>
<guid isPermaLink="false">1244@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thank you for quick reply! I only searched plugins directory and now I found &#60;a href=&#34;http://bbpress.org/forums/topic/plugin-allow-additional-or-custom-profile-fields&#34;&#62;this&#60;/a&#62; &#34;plugin&#34; in forums which is actually same as code in topic you linked, meaning that there is need for manual editing.&#60;br /&#62;
(maybe this is idea for one more plugin for you :))&#60;/p&#62;
&#60;p&#62;Anyway, how would I print this value, e.g. if I want to print only occupation below nick on topic's page (like you have &#34;joined&#34; or &#34;reputation&#34;)? I see in profile.php of kakumei theme that there is &#38;lt;?php bb_profile_data(); ?&#38;gt; but that prints all values.&#60;/p&#62;
&#60;p&#62;And how to access that data from WordPress?&#60;br /&#62;
(you could give me links if that is already explained somewhere)&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Users profiles after integration"</title>
<link>http://bbshowcase.org/forums/topic/users-profiles-after-integration#post-1243</link>
<pubDate>Wed, 29 Apr 2009 13:08:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1243@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;It is fairly easy to add extra profile fields in bbPress.&#60;br /&#62;
I thought there was a plugin for it, hmm...&#60;/p&#62;
&#60;p&#62;There are a few topics on &#60;a href=&#34;http://bbpress.org&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org&#60;/a&#62; with similar questions.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/profile-user-specified-fields#post-2672&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/profile-user-specified-fields#post-2672&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you already have the data inside of wordpress, it's easy to access it through bbPress too.
&#60;/p&#62;</description>
</item>
<item>
<title>dimadin on "Users profiles after integration"</title>
<link>http://bbshowcase.org/forums/topic/users-profiles-after-integration#post-1242</link>
<pubDate>Wed, 29 Apr 2009 12:32:47 +0000</pubDate>
<dc:creator>dimadin</dc:creator>
<guid isPermaLink="false">1242@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I didn't use bbPress a lot, except for testing it for translating for &#60;a href=&#34;http://sr.forums.wordpress.org/&#34;&#62;locale WP forum&#60;/a&#62;, where I'm now administrator. But now I have situation with a little more complex integration with WP.&#60;/p&#62;
&#60;p&#62;There is WordPress 2.7.1 filled with content and forum in /forum running on SMF 1.1.6. I found &#60;a href=&#34;http://www.flifnotes.com/17-moving-to-wordpress-bbpress/&#34;&#62;solutions&#60;/a&#62; for moving it to bbPress (although I didn't try them, I hope they work :)). Plan is to integrate bbPress users to WordPress so that they can subscribe to e-mail newsletters and to comment on posts (which are locked for commenting for unregistered users), and also for posting some kind of classifieds (pages that will be moderated by administrators).&#60;/p&#62;
&#60;p&#62;So users will be logged on both parts of site with one username/password and I think that this is not problem to achieve. Why I'm asking here is this: there should be additional fields for showing users details, like we have now location, occupation, interests etc. I found &#60;a href=&#34;http://wordpress.org/extend/plugins/cimy-user-extra-fields/&#34;&#62;this plugin&#60;/a&#62; for WordPress (see &#60;a href=&#34;http://wordpress.org/extend/plugins/cimy-user-extra-fields/screenshot-1.png&#34;&#62;screenshot&#60;/a&#62;; note that I didn't tried it) that have something like that but could this data be printed on bbPress? Or is there solution to achieve this on bbPress directly, I searched and didn't find similar plugin? &#60;/p&#62;
&#60;p&#62;On SMF there is solution to add this additional fields.&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
</item>

</channel>
</rss>

