<?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 Topic: Another integration problem - login</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Another integration problem - login</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:37:21 +0000</pubDate>

<item>
<title>Trent on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-4051</link>
<pubDate>Tue, 06 Feb 2007 14:47:42 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4051@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If it is a real issue, just put a quick test install in a different folder structure.     Test it up there and then you can move it to the real site.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-4047</link>
<pubDate>Tue, 06 Feb 2007 08:23:17 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">4047@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;okey.. well, then I'll try it on my real server then. It can't screw anything up, only for the moment??
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-4038</link>
<pubDate>Mon, 05 Feb 2007 21:09:33 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4038@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am not sure how this will work on the localhost as that is not really a domain to define a cookie domain.  Can't be sure without testing it.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-4032</link>
<pubDate>Mon, 05 Feb 2007 14:12:51 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">4032@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;okey, I tried that but I cant get it work. I just copied the code you wrote and changed the domain. For the moment I'm testing my forum in my localhost. This is the code I use: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
$bb-&#38;gt;usercookie = &#38;#39;wordpressuser&#38;#39;;&#60;br /&#62;
$bb-&#38;gt;passcookie = &#38;#39;wordpresspass&#38;#39;;&#60;br /&#62;
$bb-&#38;gt;cookiedomain = &#38;#39;localhost&#38;#39;;&#60;br /&#62;
$bb-&#38;gt;cookiepath = &#38;#39;/&#38;#39;;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I can add that I'm a totally newbie to cookies!
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-4028</link>
<pubDate>Mon, 05 Feb 2007 12:19:13 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4028@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That goes in the config.php in the bbPress install.&#60;/p&#62;
&#60;p&#62;Tren
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-4022</link>
<pubDate>Mon, 05 Feb 2007 09:14:35 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">4022@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;where do I put the code? In my bb-config or wp-config or somewhere else?
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-4016</link>
<pubDate>Mon, 05 Feb 2007 05:49:53 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4016@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The cookies part can be daunting in the beginning to add, but once you figure it out, it is not so bad.   Sometimes placing in the cookie path isn't enough and you have to add the locations of the cookies and the names.   Let me give you some examples:&#60;/p&#62;
&#60;p&#62;My blog is in a couple different folders so I use this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;usercookie = &#38;#39;wordpressuser&#38;#39;;&#60;br /&#62;
$bb-&#38;gt;passcookie = &#38;#39;wordpresspass&#38;#39;;&#60;br /&#62;
$bb-&#38;gt;cookiedomain = &#38;#39;.onvertigo.com&#38;#39;;&#60;br /&#62;
$bb-&#38;gt;cookiepath = &#38;#39;/&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-3989</link>
<pubDate>Sun, 04 Feb 2007 16:19:16 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">3989@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think the problem is that my bbpress forum isn't in a subdirectory in WordPress. My blog is in a subdirectory in bbpress, like this: /forum/ &#38;lt;- my forum and then /forum/blog/ &#38;lt;- where my blog is.&#60;/p&#62;
&#60;p&#62;I've read the documentation about it and how do I with the cookies? What should I change so it works, because I really think that's the problem!?&#60;/p&#62;
&#60;p&#62;(EDIT: I'm using WP 2.0.4 with the bbpress 0.75)
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "Another integration problem - login"</title>
<link>http://bbpress.org/forums/topic/another-integration-problem-login#post-3672</link>
<pubDate>Fri, 26 Jan 2007 16:56:20 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">3672@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, I'm trying to integrate my bbpress forum and our blog. I've made my own template in bbpress, which i'm very pleased with, but I can't get it work.&#60;/p&#62;
&#60;p&#62;The problem is that i can't login to my forum. I've tried to login with members I've manually added in wp and a user that i created in bbpress! It seems that I login but I can't reach the panel that a user who is logged in is able to! When I write a username and pw correctly it doesn't say anything, just &#34;jumping&#34; to the root. But when I write a bad uname and pw it says that its wrong uname and pw!&#60;/p&#62;
&#60;p&#62;I'm triyng to not use my own &#34;plugin&#34; (tabs and loginform) but it still dont work! &#60;/p&#62;
&#60;p&#62;Is there something I have forgotten to do?&#60;/p&#62;
&#60;p&#62;(im using the 0.75 bbpress and the newest wordpress)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
