<?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: ajg</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums User Favorites: ajg</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 06:33:58 +0000</pubDate>

<item>
<title>mozey on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-871</link>
<pubDate>Tue, 31 Oct 2006 16:24:48 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">871@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;suleiman,&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/documentation/integration-with-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/integration-with-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;CTRL^f  &#34;We have a WordPress plugin to&#34;&#60;/p&#62;
&#60;p&#62;right after that, there are two wp plugins that I BELIEVE gets around this. give them a try. let us know if it works.
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-864</link>
<pubDate>Tue, 31 Oct 2006 12:00:32 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">864@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Only problem here is that I'm no longer the KeyMaster on my BBPress install!
&#60;/p&#62;</description>
</item>
<item>
<title>mozey on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-415</link>
<pubDate>Tue, 24 Oct 2006 15:48:33 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">415@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ramlev,&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/77?replies=6&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/77?replies=6&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ramlev on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-365</link>
<pubDate>Mon, 23 Oct 2006 11:01:00 +0000</pubDate>
<dc:creator>ramlev</dc:creator>
<guid isPermaLink="false">365@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Im in on that as well
&#60;/p&#62;</description>
</item>
<item>
<title>mozey on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-353</link>
<pubDate>Mon, 23 Oct 2006 05:32:05 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">353@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;define('CUSTOM_USER_TABLE', 'wp_users');&#60;br /&#62;
define('CUSTOM_USER_META_TABLE', 'wp_usermeta');&#60;/p&#62;
&#60;p&#62;this helped me in getting bb press to usre the same users of wp. Now, i need them to share the same session. (test user can log into wpmu account, and not having to loginto bbpress to post to forums.)&#60;/p&#62;
&#60;p&#62;Actually, is there any downside into making bb use wp's users like that?
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-259</link>
<pubDate>Thu, 19 Oct 2006 21:57:58 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">259@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This sounds like: &#60;a href=&#34;http://bbpress.org/forums/topic/52&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/52&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After you try to login, does it still display the login form or does it instead show you the profile, admin, and logout links?
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-255</link>
<pubDate>Thu, 19 Oct 2006 21:27:51 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">255@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Found my solution here....&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/17?replies=26&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/17?replies=26&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks astereo:&#60;/p&#62;
&#60;p&#62;Solved my problem. It was coming from&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
$bb-&#38;gt;wp_table_prefix = false; // 'wp_'; // WordPress table prefix.&#60;br /&#62;
#&#60;br /&#62;
$bb-&#38;gt;wp_home = false; // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash&#60;br /&#62;
#&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = false; // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash&#60;/p&#62;
&#60;p&#62;I had set the urls only to domain.com/directory, when I added the http and www it worked fine.
&#60;/p&#62;</description>
</item>
<item>
<title>larmir on "Login Issues - Can't figure out..."</title>
<link>http://bbpress.org/forums/topic/login-issues-cant-figure-out#post-253</link>
<pubDate>Thu, 19 Oct 2006 21:07:38 +0000</pubDate>
<dc:creator>larmir</dc:creator>
<guid isPermaLink="false">253@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm digging the idea of bb inside wordpress. thanks&#60;/p&#62;
&#60;p&#62;installed bb following integration with wordpress. installed fine. however, none of my logins work for bbpress. if i try to write a post, i'm asked to login. i do so, and the login doesn't allow me to post or comment on threads. nor can i get into the admin area.&#60;/p&#62;
&#60;p&#62;i know the login is correct because when i use a false login, i get an error message - which doesn't happen when i use the correct login. all that happens when i login with the correct info is i end up being told i need to login again.  it's as though i'm stuck in some loop.&#60;/p&#62;
&#60;p&#62;not sure what to do next. any help?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
