<?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 Support Forums User Favorites: mattbaehr</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums User Favorites: mattbaehr</description>
<language>en</language>
<pubDate>Thu, 08 Jan 2009 16:06:08 +0000</pubDate>

<item>
<title>Sonika on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-18712</link>
<pubDate>Wed, 27 Aug 2008 16:40:40 +0000</pubDate>
<dc:creator>Sonika</dc:creator>
<guid isPermaLink="false">18712@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Maybe it will be helpful for somebody:&#60;br /&#62;
if you have a problem with bbpress logout after &#34;wp &#38;#38; bbpress integration&#34; -- delete cookies in your browser and try agan.&#60;br /&#62;
It works for me (wp 2.5.1, bbpress 0.9.0.2)
&#60;/p&#62;</description>
</item>
<item>
<title>Detective on "WP and BB Integration of User Data/Member List"</title>
<link>http://bbpress.org/forums/topic/wp-and-bb-integration-of-user-datamember-list#post-18372</link>
<pubDate>Sun, 17 Aug 2008 03:28:37 +0000</pubDate>
<dc:creator>Detective</dc:creator>
<guid isPermaLink="false">18372@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Both bb and WP store data in wp_users and wp_usermeta, so when you do bb_get_user or get_user you get basically the same object.  &#60;/p&#62;
&#60;p&#62;I have a memberlist using my plugin, &#60;a href=&#34;http://wordpress.org/extend/plugins/el-aleph/&#34;&#62;Aleph&#60;/a&#62;. The list is here: &#60;a href=&#34;http://www.ryuuko.cl/busqueda/gente/&#34; rel=&#34;nofollow&#34;&#62;http://www.ryuuko.cl/busqueda/gente/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, i display a location field, which is filled in bbPress profile form.
&#60;/p&#62;</description>
</item>
<item>
<title>mattbaehr on "WP and BB Integration of User Data/Member List"</title>
<link>http://bbpress.org/forums/topic/wp-and-bb-integration-of-user-datamember-list#post-18289</link>
<pubDate>Thu, 14 Aug 2008 16:14:22 +0000</pubDate>
<dc:creator>mattbaehr</dc:creator>
<guid isPermaLink="false">18289@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a WP/BB intergrated site, working fine.  However, I want to do a member list display.  There are plugins for both WP and BB, but the data collected for registration on BB and WP is different.  How can I sync up what data is collected and then displayed on one of the plugins?
&#60;/p&#62;</description>
</item>
<item>
<title>hellweaver666 on "Merge registration pages"</title>
<link>http://bbpress.org/forums/topic/merge-registration-pages#post-18167</link>
<pubDate>Mon, 11 Aug 2008 21:55:50 +0000</pubDate>
<dc:creator>hellweaver666</dc:creator>
<guid isPermaLink="false">18167@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks chrishajer - that's just what I need it. I had tried the other hidden field, expecting that to work...&#60;/p&#62;
&#60;p&#62;:D
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Merge registration pages"</title>
<link>http://bbpress.org/forums/topic/merge-registration-pages#post-18164</link>
<pubDate>Mon, 11 Aug 2008 20:59:56 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18164@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Instead of this WordPress function:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php wp_register(); ?&#38;gt;&#60;/code&#62;&#38;nbsp;&#60;/p&#62;
&#60;p&#62;You would have a link to bb-login.php.  Then bb-login handles the whole thing.  In the login form, you would add that hidden form field to redirect then after login, as explained here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mattbaehr on "Merge registration pages"</title>
<link>http://bbpress.org/forums/topic/merge-registration-pages#post-18163</link>
<pubDate>Mon, 11 Aug 2008 20:53:33 +0000</pubDate>
<dc:creator>mattbaehr</dc:creator>
<guid isPermaLink="false">18163@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How do I change the reg links?  In my theme, here is the reg code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;meta&#38;quot; class=&#38;quot;widget&#38;quot;&#38;gt;

			&#38;lt;h2&#38;gt;&#38;lt;?php _e(&#38;#39;Members&#38;#39;) ?&#38;gt;&#38;lt;/h2&#38;gt;

			&#38;lt;ul&#38;gt;

			&#38;lt;?php wp_register(); ?&#38;gt;

			&#38;lt;li&#38;gt;&#38;lt;?php wp_loginout(); ?&#38;gt;&#38;lt;/li&#38;gt;

			&#38;lt;?php wp_meta(); ?&#38;gt;

			&#38;lt;/ul&#38;gt;

		&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What would I do to get it to redirect to the bbpress registration page?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Merge registration pages"</title>
<link>http://bbpress.org/forums/topic/merge-registration-pages#post-18157</link>
<pubDate>Mon, 11 Aug 2008 18:33:30 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18157@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Could you do  this (hidden form field named &#34;re&#34; with the value of the URL to redirect to after submitting the form):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>hellweaver666 on "Merge registration pages"</title>
<link>http://bbpress.org/forums/topic/merge-registration-pages#post-18150</link>
<pubDate>Mon, 11 Aug 2008 15:42:34 +0000</pubDate>
<dc:creator>hellweaver666</dc:creator>
<guid isPermaLink="false">18150@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can just change the register links in the wordpress template to point to the bbpress login and registration forms... that's easy enough (you can even copy the login form code into the template directly and it seems to work).&#60;/p&#62;
&#60;p&#62;The problem is, how to get users back to the URL they came from after they login (by default they seem to get bounced to the forum home page instead)... any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>mattbaehr on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-18062</link>
<pubDate>Fri, 08 Aug 2008 00:05:00 +0000</pubDate>
<dc:creator>mattbaehr</dc:creator>
<guid isPermaLink="false">18062@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a similar logout issue.  My WP and BB are integrated.  I can login at the WP site and go to the BB site without issue.  I can then logout of the BB site, but when I jump back to WP, I am still logged in.
&#60;/p&#62;</description>
</item>
<item>
<title>mattbaehr on "Merge registration pages"</title>
<link>http://bbpress.org/forums/topic/merge-registration-pages#post-18059</link>
<pubDate>Thu, 07 Aug 2008 21:16:40 +0000</pubDate>
<dc:creator>mattbaehr</dc:creator>
<guid isPermaLink="false">18059@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Me too.  My main page is WP.  I would like users to be able to click the register button and get the BB registration that both would ideally share (once I get that bug fixed).
&#60;/p&#62;</description>
</item>
<item>
<title>newbbie on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-16983</link>
<pubDate>Sat, 28 Jun 2008 05:01:10 +0000</pubDate>
<dc:creator>newbbie</dc:creator>
<guid isPermaLink="false">16983@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm having problems, too, with logging out. When I click Log Out, it does nothing. But if I switch to my Profile, it gives me the Login Form on my Profile page. But if I go back to the Home page, it remembers my previous login. This happened with the original theme, and is still happening with a new theme. This happens whether I have a session logged in with my WordPress installation or not--it doesn't seem to be related. This is a serious problem. I can't launch a bbPress-based site with login/logout not working.
&#60;/p&#62;</description>
</item>
<item>
<title>wilcosky on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-16754</link>
<pubDate>Sat, 14 Jun 2008 05:06:03 +0000</pubDate>
<dc:creator>wilcosky</dc:creator>
<guid isPermaLink="false">16754@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am having similar issues. I have followed the steps from kineda.com, and it's not working for me personally. Well, everything is working. I have fully integrated my wordpress blog and bbpress forum. So, users can sign up and use one username and password for both, works great, BUT, first of all... sometimes I guess the cookie part isn't working, because I can log in at my wordpress blog, then go to my forum and I won't be logged in. But, when I first did the integration, it worked. I'd log in at one, then go to the other and already be logged in.  So there is that issue, then I am also having an issue every now and then with logging out. If I log out from my bbpress it gives me some kind of header already sent error... But, again, that only happens periodically. So, my issues are odd and they don't happen all the time :)...&#60;/p&#62;
&#60;p&#62;I'm thinking that most of my issues have to do with the cookies. Has anyone discovered any hints or tips to make sure that my cookie code is correct? The cookie part of my code in my bb-config file looks like this:&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;authcookie = 'wordpress_354420af36a7c3b4f6ad07a79c17612a';&#60;br /&#62;
$bb-&#38;gt;cookiedomain = '';&#60;br /&#62;
$bb-&#38;gt;cookiepath = '/';&#60;br /&#62;
$bb-&#38;gt;sitecookiepath = '';&#60;/p&#62;
&#60;p&#62;does all that look correct?
&#60;/p&#62;</description>
</item>
<item>
<title>kineda on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-16580</link>
<pubDate>Mon, 02 Jun 2008 22:16:09 +0000</pubDate>
<dc:creator>kineda</dc:creator>
<guid isPermaLink="false">16580@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try this:&#60;br /&#62;
&#60;a href=&#34;http://www.kineda.com/how-to-integrate-wordpress-and-bbpress-in-3-simple-steps/&#34; rel=&#34;nofollow&#34;&#62;http://www.kineda.com/how-to-integrate-wordpress-and-bbpress-in-3-simple-steps/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Be sure your cookie settings match in your config files.
&#60;/p&#62;</description>
</item>
<item>
<title>codeoncrack on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-16578</link>
<pubDate>Mon, 02 Jun 2008 21:21:06 +0000</pubDate>
<dc:creator>codeoncrack</dc:creator>
<guid isPermaLink="false">16578@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Another update...&#60;br /&#62;
When trying to login to bbPress, it logs me into WordPress, but not bbPress. So, the bbPress login and out features are setting correctly the WordPress session info, but not the bbPress session info.
&#60;/p&#62;</description>
</item>
<item>
<title>codeoncrack on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-16576</link>
<pubDate>Mon, 02 Jun 2008 21:11:02 +0000</pubDate>
<dc:creator>codeoncrack</dc:creator>
<guid isPermaLink="false">16576@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Actually, I found I can't login either. There was a cache problem with login. I will search more posts for ideas. If anyone has thoughts, please share.
&#60;/p&#62;</description>
</item>
<item>
<title>codeoncrack on "WordPress integration: Logout problem"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-logout-problem#post-16573</link>
<pubDate>Mon, 02 Jun 2008 20:45:13 +0000</pubDate>
<dc:creator>codeoncrack</dc:creator>
<guid isPermaLink="false">16573@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;After integrating WordPress and bbPress, a single login works correctly, but logout does not work. When I click the logout link from bbPress or WordPress, it does not log me out of bbPress but does log me out of WordPress. Does anyone know why the bbPress logout would not be working?
&#60;/p&#62;</description>
</item>
<item>
<title>feldman on "Merge registration pages"</title>
<link>http://bbpress.org/forums/topic/merge-registration-pages#post-15050</link>
<pubDate>Sat, 05 Apr 2008 11:10:04 +0000</pubDate>
<dc:creator>feldman</dc:creator>
<guid isPermaLink="false">15050@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible? when wp and bbpress is so tight, i would like to use 1 reg page.
&#60;/p&#62;</description>
</item>
<item>
<title>Mistainu on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2697</link>
<pubDate>Sat, 30 Dec 2006 11:13:21 +0000</pubDate>
<dc:creator>Mistainu</dc:creator>
<guid isPermaLink="false">2697@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;first an initiative would have to be put out. i REALLY think it will benefit bbPress, hope it gets into the bbPress Core files somehow.
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2688</link>
<pubDate>Sat, 30 Dec 2006 00:22:46 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">2688@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah, ok.. I'll have to try/test that then Josh.. thanks for pointing that out.. ;) :)&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2672</link>
<pubDate>Fri, 29 Dec 2006 07:29:16 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">2672@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think he means he wants the ability to add new ones or take away some on his own, possibly through a nice interface.  It's not a bad idea.  &#60;/p&#62;
&#60;p&#62;For now, though, if you want to change it, make a file in your my-plugins directory and put this in it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
function get_profile_info_keys_personal() {&#60;br /&#62;
	return array(&#38;#39;user_email&#38;#39; =&#38;gt; array(1, __(&#38;#39;Email&#38;#39;)), &#38;#39;user_url&#38;#39; =&#38;gt; array(0, __(&#38;#39;Website&#38;#39;)), &#38;#39;from&#38;#39; =&#38;gt; array(0, __(&#38;#39;Location&#38;#39;)), &#38;#39;occ&#38;#39; =&#38;gt; array(0, __(&#38;#39;Occupation&#38;#39;)), &#38;#39;interest&#38;#39; =&#38;gt; array(0, __(&#38;#39;Interests&#38;#39;)));&#60;br /&#62;
}&#60;br /&#62;
add_filter(&#38;#39;get_profile_info_keys&#38;#39;,	&#38;#39;get_profile_info_keys_personal&#38;#39;);&#60;br /&#62;
?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then you can add or take away whatever you want.&#60;/p&#62;
&#60;p&#62;However, you will need to know a little more about how other plugins work.  For instance if you use my avatar plugin, you would need to add into that file &#60;code&#62;&#38;#39;avatar_loc&#38;#39; =&#38;gt; array(0,__(&#38;#39;Avatar URL&#38;#39;))&#60;/code&#62; (into that long line) and comment out part of my plugin.&#60;/p&#62;
&#60;p&#62;A plugin to do all of that automatically wouldn't be hard, but would need to be done in such a way so that people can write plugins to interface it (so, for instance, I could interface it from my avatar plugin to make sure that the part I need is inserted into the line).&#60;/p&#62;
&#60;p&#62;I only mention that so that if anyone decides to tackle the plugin before I do, they're sure to account for that ;)
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2671</link>
<pubDate>Fri, 29 Dec 2006 07:18:26 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">2671@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Some of that is already implemented into the bbPress forum software, for the messengers.. try this thread..&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/404?replies=11&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/404?replies=11&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>Mistainu on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2670</link>
<pubDate>Fri, 29 Dec 2006 07:10:33 +0000</pubDate>
<dc:creator>Mistainu</dc:creator>
<guid isPermaLink="false">2670@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;this really cool feature is available in Vanilla and i really do think bbPress should use it too. rather than everyone creating a specific plugin and/or hack for adding new fields: DOB, website, messengers, quote, interests, etc... why not have it user specified?&#60;/p&#62;
&#60;p&#62;like say i'm in my profile editing page, i can choose to fill in the existing fields, or add new ones of my choice. say i create a new field: &#34;mobile number&#34;, then i fill in the field's data and save it for my profile. nobody else will have this &#34;mobile number&#34; field in his/her profile page except me (unless they add such a one too).&#60;/p&#62;
&#60;p&#62;in a future version, i suppose some ajax could be employed where as we type in the &#34;field name&#34; there would be a live search suggesting similar (if not matching) existing fields.&#60;/p&#62;
&#60;p&#62;what do you guys think?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
