<?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 Tag: problem</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: problem</description>
<language>en</language>
<pubDate>Sun, 20 Jul 2008 05:17:32 +0000</pubDate>

<item>
<title>_ck_ on "Nicknames"</title>
<link>http://bbpress.org/forums/topic/nicknames#post-17394</link>
<pubDate>Thu, 17 Jul 2008 15:21:17 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17394@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;WordPress doesn't fall back to the regular user name when there's no nickname? Weird. I've been out of touch with the WordPress side for too long perhaps.&#60;/p&#62;
&#60;p&#62;This might be something Sam overlooked in the integration process. We'll have to ask him when he gets back next week.&#60;/p&#62;
&#60;p&#62;update: see this post for a fix:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/why-is-integration-so-troublesom#post-17389&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/why-is-integration-so-troublesom#post-17389&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ragekage on "Nicknames"</title>
<link>http://bbpress.org/forums/topic/nicknames#post-17381</link>
<pubDate>Thu, 17 Jul 2008 11:40:58 +0000</pubDate>
<dc:creator>ragekage</dc:creator>
<guid isPermaLink="false">17381@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I too would like a solution to this. There is a plugin available to do this but it doesn't work on wordpress 2.5.1. I think I may just have to hack the bbPress registraton queries.
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17233</link>
<pubDate>Sat, 12 Jul 2008 18:11:17 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17233@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;please help, ill write a tutorial to this if i get it working
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17222</link>
<pubDate>Sat, 12 Jul 2008 15:43:16 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17222@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i tried what you just and no I obviously put the &#38;lt;?php first lol&#60;/p&#62;
&#60;p&#62;here is a screenshot of my situation.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://picbi.com/upload/images/n3kenkd274fvqqx6jx.jpg&#34; rel=&#34;nofollow&#34;&#62;http://picbi.com/upload/images/n3kenkd274fvqqx6jx.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;wordpress still works when i use that &#34;functions&#34; line, but logining to bbpress does not.&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;as i said, when i use the line, the domain &#60;a href=&#34;http://www.picbi.com/forum&#34; rel=&#34;nofollow&#34;&#62;www.picbi.com/forum&#60;/a&#62; results in a white empty page
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17217</link>
<pubDate>Sat, 12 Jul 2008 08:21:54 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17217@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;strong&#62;swaymedia&#60;/strong&#62;: the full path should not be a URL but a filesystem path, something like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;/home/picbico/public_html/wp-blog-header.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I tried on my forum and a relative path works there, so I'm not sure that's the issue.&#60;/p&#62;
&#60;p&#62;Be sure that's the &#60;strong&#62;second&#60;/strong&#62; line of bb-config.php - the first line should be &#60;code&#62;&#38;lt;?php&#60;/code&#62;:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
require_once(&#38;#39;/home/picbico/public_html/wp-blog-header.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#38;nbsp;&#60;br /&#62;
PHP doesn't think the file is where you say it is.  Can you take a screenshot of the directory listing in an FTP program or command line, and post that?  Something does not make sense.
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17216</link>
<pubDate>Sat, 12 Jul 2008 06:45:40 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17216@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i just read a post on another thread, and saw this checklist:-&#60;/p&#62;
&#60;p&#62;&#60;code&#62;1. You are running latest versions of WordPress (2.5.1) and bbPress (0.9.0.2)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;ME - yeahs I am !&#60;/p&#62;
&#60;p&#62;&#60;code&#62;2. You have matched SECRET_KEY in wp-config.php with BB_SECRET_KEY in bb-config.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;ME - yeahs I have !&#60;/p&#62;
&#60;p&#62;&#60;code&#62;3. You have matched WordPress &#38;quot;secret&#38;quot; database option with bbPress &#38;quot;secret&#38;quot; database setting&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;ME - yeahs I have!&#60;/p&#62;
&#60;p&#62;&#60;code&#62;4. You have setup compatible cookie domains and paths in config files (see instructions in bbPress admin)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;ME - I take its these two things i have to add to wp-config.php file: - define('COOKIE_DOMAIN', ''); define('COOKIEPATH', '/');&#60;br /&#62;
 if so what do I change those parameters to, or do i leave them blank ... im not that familiar with cookies .. :/ (my site is &#60;a href=&#34;http://www.picbi.com&#34; rel=&#34;nofollow&#34;&#62;www.picbi.com&#60;/a&#62; and the forum is &#60;a href=&#34;http://www.picbi.com/forum&#34; rel=&#34;nofollow&#34;&#62;www.picbi.com/forum&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;&#60;code&#62;5. You are successfully sharing user tables from WordPress with bbPress&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Me - Yeahs I am
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17215</link>
<pubDate>Sat, 12 Jul 2008 06:33:05 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17215@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;iv just replaced that line with : - &#60;/p&#62;
&#60;p&#62;require_once('http://www.picbi.com/wp-blog-header.php'); &#60;/p&#62;
&#60;p&#62;and now the entire forum gives me just a white empty page. with no text or anything.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17214</link>
<pubDate>Sat, 12 Jul 2008 05:57:05 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">17214@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try using a full path in the require_once() rather than a relative path.
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17213</link>
<pubDate>Sat, 12 Jul 2008 05:05:43 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17213@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;it worked but when i logged in as admin in the blog and then go to login as admin in bbpress (both the same user).. it logins me in as admin but when I click on the &#34;admin&#34; link at the top.&#60;/p&#62;
&#60;p&#62;I get this: -&#60;/p&#62;
&#60;p&#62;Warning: require_once(../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /home/picbico/public_html/forum/bb-config.php on line 29&#60;/p&#62;
&#60;p&#62;Fatal error: require_once() [function.require]: Failed opening required '../wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/picbico/public_html/forum/bb-config.php on line 29&#60;/p&#62;
&#60;p&#62;and yeahs the wp-blog-header.php is there, otherwise there would have been an error before i even logged in.
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17212</link>
<pubDate>Sat, 12 Jul 2008 03:15:27 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17212@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i think i may need those functions to intergrate teh forum &#34;theme&#34; with the rest of the site so it doesnt look like two seperate thigns.&#60;/p&#62;
&#60;p&#62;ill be back after i try this : require_once('../wp-blog-header.php'); one more time.&#60;/p&#62;
&#60;p&#62;Do you know if this has to be the first line in the config file or something. and does php use 2 dots ie &#34;../&#34; to mean back a directory, getting confusing.&#60;/p&#62;
&#60;p&#62;And btw i changed it from bb-config-sample.php to bb-config.php before installing it becuase it didnt work.&#60;/p&#62;
&#60;p&#62;the structure is like this : -&#60;/p&#62;
&#60;p&#62;picbi.com/wp-blog-header.php&#60;br /&#62;
and&#60;br /&#62;
picbi.com/forum/bb-config.php&#60;/p&#62;
&#60;p&#62;and in bb-config.php i put this line, in the first line after the &#38;lt;?php :-&#60;/p&#62;
&#60;p&#62;require_once('../wp-blog-header.php');&#60;/p&#62;
&#60;p&#62;also.................................................&#60;br /&#62;
after copying that line in bb-config.php would this mean that i cant login as different users in the forum and the blog AT THE SAME TIME.&#60;/p&#62;
&#60;p&#62;for example i just put the line in but this time not at the beginning of bb-config.php and it worked but its not letting me for example login as the admin of the blog and as a different user in the forum AT THE SAME TIME. or is that meant to happen.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17211</link>
<pubDate>Sat, 12 Jul 2008 03:07:30 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17211@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;WordPress functions are defined and available to WordPress.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you don't need to use those functions, then don't include WordPress.  You don't need to include WordPress like that to have integrated users.
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17210</link>
<pubDate>Sat, 12 Jul 2008 02:55:59 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17210@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;what are the wordpress &#34;functions&#34; i dont get it, coz now iv removed the line and everything works, but i may be missing something whatever these &#34;functions&#34; do. and yeahs i did direct it to the right wp-blog-header.php&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17168</link>
<pubDate>Thu, 10 Jul 2008 07:19:30 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17168@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That line is supposed to allow you to use WordPress functions from inside a bbPress page.  It looks like you just got the path to it wrong.  Does the file &#60;code&#62;wp-blog-header.php&#60;/code&#62; actually exist one directory level up from where the bb-config.php is right now?
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17167</link>
<pubDate>Thu, 10 Jul 2008 02:47:25 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17167@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;note:-&#60;/p&#62;
&#60;p&#62;I just removed the &#34;require_once('../wp-blog-header.php');&#34; line from bb-config.php.&#60;/p&#62;
&#60;p&#62;and all seems to be working fine, i can login as admin on both WP-admin and bbpress .&#60;/p&#62;
&#60;p&#62;So what is that line supposed to do, how is that supposed to intergrate the two together i didnt and still dont understand it.
&#60;/p&#62;</description>
</item>
<item>
<title>swaymedia on "Cannot Integrate users with WP"</title>
<link>http://bbpress.org/forums/topic/cannot-integrate-users-with-wp#post-17166</link>
<pubDate>Thu, 10 Jul 2008 02:36:09 +0000</pubDate>
<dc:creator>swaymedia</dc:creator>
<guid isPermaLink="false">17166@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, first of all I should note that this is the second time iv installed this and i still got the &#34;minor error: duplicate user_nicename&#34; message or something like that.&#60;/p&#62;
&#60;p&#62;But this time it worked well and I logged in straight away as the admin. But when I went to login to the WP-Admin, I couldnt log back in the bbPress as admin and as any username.&#60;/p&#62;
&#60;p&#62;So what I then did was clear all the cookies, then it allowed me to log back in as admin in bbPress, so now im in. But... I click on the &#34;Admin&#34; link at the top to go to the settings and all that stuff. and its spits out this:-&#60;/p&#62;
&#60;p&#62;Warning: require_once(../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /home/picbico/public_html/forum/bb-config.php on line 2&#60;/p&#62;
&#60;p&#62;Fatal error: require_once() [function.require]: Failed opening required '../wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/picbico/public_html/forum/bb-config.php on line 2&#60;/p&#62;
&#60;p&#62;I also might need to mention that I tried to 'intergrate' the wordpress functions with it by applying this line to the bb-config.php file : require_once('../wp-blog-header.php');&#60;/p&#62;
&#60;p&#62;thanks for any help let alone all the work you guys have put into this forum. i appreciate it
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-17138</link>
<pubDate>Wed, 09 Jul 2008 02:57:19 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">17138@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;chrishajer speaks truth.&#60;/p&#62;
&#60;p&#62;We should probably check for this and stop it on install/integration.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-17124</link>
<pubDate>Tue, 08 Jul 2008 21:21:43 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17124@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;To anyone reading in the future:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Please&#60;/strong&#62; use different table prefixes for bbPress and WordPress.   bb_ for bbPress and wp_ for WordPress are the defaults, for good reason.  You can change them to something else if you like, but make sure they are different for WordPress, bbPress, and anything else you might install in that database.&#60;/p&#62;
&#60;p&#62;Integration does not require the same table prefix, and using the same table prefix means bbPress will try to use WordPress tables (of the same name) that have already been created.
&#60;/p&#62;</description>
</item>
<item>
<title>laran on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-17113</link>
<pubDate>Tue, 08 Jul 2008 16:12:49 +0000</pubDate>
<dc:creator>laran</dc:creator>
<guid isPermaLink="false">17113@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I got my wordpress working again by making the following change.&#60;/p&#62;
&#60;p&#62;I changed this: a:1:{s:9:&#34;keymaster&#34;;b:1;}&#60;/p&#62;
&#60;p&#62;to this: a:1:{s:13:&#34;administrator&#34;;b:1;}&#60;/p&#62;
&#60;p&#62;Now I think I've got to figure out how to undo the bbpress installation and do it again properly. I too suppose I didn't read the instructions carefully enough.&#60;/p&#62;
&#60;p&#62;In my case, I want to integrate wordpress and bbpress. So I thought I was supposed to have the tables names be the same.
&#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>stumain on "Super Sticky Problem"</title>
<link>http://bbpress.org/forums/topic/super-sticky-problem#post-16956</link>
<pubDate>Thu, 26 Jun 2008 11:01:32 +0000</pubDate>
<dc:creator>stumain</dc:creator>
<guid isPermaLink="false">16956@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looking in the code, yes this is as intended.
&#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>motaboy21 on "i cannot use "´" on my posts"</title>
<link>http://bbpress.org/forums/topic/i-cannot-use-%c2%b4-on-my-posts#post-16612</link>
<pubDate>Wed, 04 Jun 2008 20:57:00 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">16612@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;well, when im writing a post and i write something like &#34;it´s&#34; i have an error of SQL (or Mysql) that says there was a problem with this character &#34;´&#34;&#60;/p&#62;
&#60;p&#62;try it hentaitube.org &#60;/p&#62;
&#60;p&#62;help please
&#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>Malfhok on "Allow Users to Edit Posts Indefinitely"</title>
<link>http://bbpress.org/forums/topic/allow-users-to-edit-posts-indefinitely#post-16557</link>
<pubDate>Sun, 01 Jun 2008 22:05:49 +0000</pubDate>
<dc:creator>Malfhok</dc:creator>
<guid isPermaLink="false">16557@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I figured somebody had to do it. I had a backup, so I thought I'd go for it. Nothing's fallen on my head since I did it. Still testing, I'll tell you the outcome once I'm done testing it.&#60;/p&#62;
&#60;p&#62;Edit: The member who asked to be allowed to change her grammar errors just thanked me for fixing to edit link, so I suppose it's working now.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Allow Users to Edit Posts Indefinitely"</title>
<link>http://bbpress.org/forums/topic/allow-users-to-edit-posts-indefinitely#post-16555</link>
<pubDate>Sun, 01 Jun 2008 20:26:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16555@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try it and see what happens?  What's the worst possible outcome from experimenting?
&#60;/p&#62;</description>
</item>
<item>
<title>Malfhok on "Allow Users to Edit Posts Indefinitely"</title>
<link>http://bbpress.org/forums/topic/allow-users-to-edit-posts-indefinitely#post-16554</link>
<pubDate>Sun, 01 Jun 2008 20:00:08 +0000</pubDate>
<dc:creator>Malfhok</dc:creator>
<guid isPermaLink="false">16554@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'll try -1 and see what happens. I was only wary of putting in a large value because I didn't know if there was some database table or variable that was just going to get larger when I changed the number.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Allow Users to Edit Posts Indefinitely"</title>
<link>http://bbpress.org/forums/topic/allow-users-to-edit-posts-indefinitely#post-16552</link>
<pubDate>Sun, 01 Jun 2008 17:52:07 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">16552@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I haven't tried &#34;-1&#34; as the definition, but I was thinking the same thing :)&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>

</channel>
</rss>
