<?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: Wordpress Integration</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: Wordpress Integration</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 06:07:41 +0000</pubDate>

<item>
<title>Xoda on "Adding Wordpress 2.6.2 to bbPress 1.0 makes Keymasters into Admins?!?"</title>
<link>http://bbpress.org/forums/topic/adding-wordpress-262-to-bbpress-10-makes-keymasters-into-admins#post-20524</link>
<pubDate>Fri, 07 Nov 2008 19:44:34 +0000</pubDate>
<dc:creator>Xoda</dc:creator>
<guid isPermaLink="false">20524@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the same exact same problem with wp 2.6.3 and bbpress 1.0-alpha, divided db but integrated login and cookie.&#60;/p&#62;
&#60;p&#62;I guess it could be solved by making all login throgh bbpress but it's annoying.
&#60;/p&#62;</description>
</item>
<item>
<title>blankpoint on "Adding Wordpress 2.6.2 to bbPress 1.0 makes Keymasters into Admins?!?"</title>
<link>http://bbpress.org/forums/topic/adding-wordpress-262-to-bbpress-10-makes-keymasters-into-admins#post-19542</link>
<pubDate>Mon, 29 Sep 2008 05:42:03 +0000</pubDate>
<dc:creator>blankpoint</dc:creator>
<guid isPermaLink="false">19542@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I was thinking this might have something to do with the fact that when I log in through the WP admin, I do not have access to the bbpress admin interface (though I show up as logged in as admin there, and can do admin functions that are on the forum pages etc). I need to login through bbpress to be able to access the bbpress admin. But this DOES allow me access to the WP admin too (as it should).
&#60;/p&#62;</description>
</item>
<item>
<title>blankpoint on "Adding Wordpress 2.6.2 to bbPress 1.0 makes Keymasters into Admins?!?"</title>
<link>http://bbpress.org/forums/topic/adding-wordpress-262-to-bbpress-10-makes-keymasters-into-admins#post-19541</link>
<pubDate>Mon, 29 Sep 2008 05:38:51 +0000</pubDate>
<dc:creator>blankpoint</dc:creator>
<guid isPermaLink="false">19541@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a Wordpress 2.6.2 installation (xxxxxxx.com) sharing a user tables with bbPress 1.0 Alpha (xxxxxxx.com/forum). There are two separate databases, and bbPress uses the user tables from the WP database. The installations are integrated, but something strange is happening.&#60;/p&#62;
&#60;p&#62;If I try to integrate Wordpress into bbpress (I need to for everything I am doing), using the following call at the beginning of bb-config.php:&#60;br /&#62;
require_once('/homepages/15/d202815449/htdocs/wordpress/wp-blog-header.php');&#60;/p&#62;
&#60;p&#62;then my keymaster accounts immediately become admin accounts (and lose the admin tabs of &#34;design&#34;, &#34;settings&#34;, and so on in the admin interface). They show up as admins instead of keymasters on the user page in bb-admin. As soon as I take the call to wp-blog-header.php out again, the accounts go back to keymaster status.  Any idea why this could be happening?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17653</link>
<pubDate>Fri, 25 Jul 2008 17:40:54 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17653@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Glad to hear it worked - remember to not keep using &#60;code&#62;$bb-&#38;gt;secret&#60;/code&#62; though in your config and update the db properly as it lowers the security of your setup somewhat.&#60;/p&#62;
&#60;p&#62;(The idea being an attacker might  gain access to bb-config.php and not your db to gain the second half of the key - not my design and not sure I agree with the logic but I guess it's still better than keep both in an obvious place)
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17640</link>
<pubDate>Fri, 25 Jul 2008 09:00:22 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17640@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;_ck_ That worked!!!! Thank you so much!!!&#60;/p&#62;
&#60;p&#62;chrishajer&#60;br /&#62;
I don't have access to my client's hosting plus I'm not very familiar with Plesk to guide him without looking at it myself.&#60;/p&#62;
&#60;p&#62;Anyhow, the problem has been solved :))&#60;/p&#62;
&#60;p&#62;On a sidenote: This forum keeps telling me my username does not exist when I try going to my profile or favourites :-o
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17638</link>
<pubDate>Fri, 25 Jul 2008 07:02:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17638@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It might be possible to do this inside bb-config.php&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;secret=&#34;blah blah your key&#34;;&#60;/p&#62;
&#60;p&#62;and override the internal db.&#60;/p&#62;
&#60;p&#62;I have to lookup if &#34;secret&#34; is the real name though.&#60;/p&#62;
&#60;p&#62;(that's in addition to define('BB_SECRET_KEY' )&#60;/p&#62;
&#60;p&#62;Yeah, apparently it really is &#60;code&#62;$bb-&#38;gt;secret&#60;/code&#62;  give that a try.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17637</link>
<pubDate>Fri, 25 Jul 2008 07:01:40 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17637@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks _ck_
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17635</link>
<pubDate>Fri, 25 Jul 2008 06:56:35 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17635@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hmm - have to think about that one&#60;/p&#62;
&#60;p&#62;chris, there are two parts to the key, you can't define the other part via the bb-config.php&#60;/p&#62;
&#60;p&#62;actually - have you tried completely clearing your cookies? Even with a mismatched key you should be able to login, just not sync with wordpress. The cookies might be scrambled until you clear them.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17634</link>
<pubDate>Fri, 25 Jul 2008 06:55:47 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17634@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How about just putting the correct value in bb-config.php?&#60;br /&#62;
&#60;code&#62;define(&#38;#39;BB_SECRET_KEY&#38;#39;,&#60;/code&#62;&#60;br /&#62;
&#38;nbsp;&#60;br /&#62;
Just make that the same as the value in wp-config.php&#60;/p&#62;
&#60;p&#62;There's no way in Plesk to manage the database?  That seems odd. Do you have shell access where you could use mysql from the command line?
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17630</link>
<pubDate>Fri, 25 Jul 2008 06:16:37 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17630@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I entered the wrong Secret value when installing BBPress. Now when I go to BBPress Settings &#38;gt; Wordpress Integration and try to change it, it logs me out of BBPress. The value obviously does not get updated. This only hapens if I try to change the Secret field.&#60;/p&#62;
&#60;p&#62;How do I update the field as WP integration will not work otherwise? I don't have direct access to the database, no PHPmyadmin option. My client is using PLESK.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>f1f on "Problem logging in and editing profile"</title>
<link>http://bbpress.org/forums/topic/problem-logging-in-and-editing-profile#post-16843</link>
<pubDate>Sat, 21 Jun 2008 08:03:38 +0000</pubDate>
<dc:creator>f1f</dc:creator>
<guid isPermaLink="false">16843@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi I've got these two problems which may be related.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Login problem&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I believe I followed the instructions for integrating my blog and bbpress correctly.&#60;/p&#62;
&#60;p&#62;However if I log into my blog (&#60;a href=&#34;http://www.f1fanatic.co.uk/&#34;&#62;which is here&#60;/a&#62;) I am not also logged into bbpress (&#60;a href=&#34;http://www.f1fanatic.co.uk/forum/&#34;&#62;which is here&#60;/a&#62;). If I then log into bbpress, I am logged into both.&#60;/p&#62;
&#60;p&#62;How can I make it so that when someone logs into either they are logged into both?&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Editing profiles&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;None of my bbpress users can edit their profiles, including me. If they change anything on their profile page and click Update Profile, nothing happens&#60;/p&#62;
&#60;p&#62;Can anyone help me with these two problems? Are they related?
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16407</link>
<pubDate>Thu, 22 May 2008 21:15:33 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16407@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, having checked and rechecked everything, it turns out it was that the secret in wp-admin/options.php was different than the secret in the wp integration settings in bbpress.&#60;/p&#62;
&#60;p&#62;I had checked these before and they were identical, but at the time I might have been dealing with a path issue.  Then when the path issue was resolved I never went back to ensure they were still the same. &#60;/p&#62;
&#60;p&#62;My suggestion to everyone is to check everything even if you KNOW you check them before.
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16384</link>
<pubDate>Thu, 22 May 2008 03:31:08 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Those solutions did't work. &#60;/p&#62;
&#60;p&#62;I just upgraded wordpress to 2.5.1 and still no luck.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16365</link>
<pubDate>Wed, 21 May 2008 05:52:37 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16365@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This has been discussed in a previous thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16339</link>
<pubDate>Mon, 19 May 2008 23:50:00 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16339@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;2.5 and 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16311</link>
<pubDate>Mon, 19 May 2008 11:52:39 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16311@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What versions of each are you running?
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16297</link>
<pubDate>Sun, 18 May 2008 02:11:58 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16297@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;update:  Everything in the cookie (when looking at it in firefox) seems identical except the content section and the expire time.&#60;/p&#62;
&#60;p&#62;The content section has the user name, but the two numbers after it are different.
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16296</link>
<pubDate>Sun, 18 May 2008 00:33:15 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16296@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So when I log in to one of them the other gets logged out.  I'm sure this is because they are sharing the same cookie, but the info in the cookie is different.  &#60;/p&#62;
&#60;p&#62;What did I do wrong?&#60;/p&#62;
&#60;p&#62;My site is &#60;a href=&#34;http://www.mysimplehomegarden.com/garden&#34; rel=&#34;nofollow&#34;&#62;http://www.mysimplehomegarden.com/garden&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the forum is &#60;a href=&#34;http://www.mysimplehomegarden.com/garden/bbpress&#34; rel=&#34;nofollow&#34;&#62;http://www.mysimplehomegarden.com/garden/bbpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>testosteron on "Complete Wordpress Integration!"</title>
<link>http://bbpress.org/forums/topic/complete-wordpress-integration#post-14580</link>
<pubDate>Fri, 21 Mar 2008 13:52:40 +0000</pubDate>
<dc:creator>testosteron</dc:creator>
<guid isPermaLink="false">14580@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mhm can you say me wich login menu i should inegrate in the theme?&#60;br /&#62;
it is in the header and seen on every page!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Complete Wordpress Integration!"</title>
<link>http://bbpress.org/forums/topic/complete-wordpress-integration#post-14577</link>
<pubDate>Fri, 21 Mar 2008 12:41:46 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14577@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think if you wait until bbPress 0.9 comes out, integration with WordPress 2.5 will be much easier, &#60;a href=&#34;http://bbpress.org/forums/topic/cookies-subtle-bug-single-sign-on-bbpress-and-wordpress#post-14373&#34;&#62;according to sambauers&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>testosteron on "Complete Wordpress Integration!"</title>
<link>http://bbpress.org/forums/topic/complete-wordpress-integration#post-14576</link>
<pubDate>Fri, 21 Mar 2008 10:15:19 +0000</pubDate>
<dc:creator>testosteron</dc:creator>
<guid isPermaLink="false">14576@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi!&#60;br /&#62;
I want to integrate bbpress into my wordpress blog complete!&#60;br /&#62;
that means  :&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62; When you login into wordpress  you have to be logged in in bbpress the same time! (for write threads and wp comments with one login)&#60;/li&#62;
&#60;li&#62; I want that wordpress an bbpress look like one theme. So is it possible to show the normal wordpress sidebar in bbpress? and how? &#60;/li&#62;
&#60;li&#62;wich login menue i should use? (I want to integrate the login menue  in the header of both themes ) &#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I read a lot of things here with set cookie path etc but in PHP I'm&#60;strong&#62;not &#60;/strong&#62;&#34;the best&#34;! :D&#60;br /&#62;
The  structure is like this.&#60;br /&#62;
The domain for the wordpress blog is &#60;a href=&#34;http://www.example.com/blog/&#34; rel=&#34;nofollow&#34;&#62;www.example.com/blog/&#60;/a&#62;&#60;br /&#62;
and the Domain for the Forum is &#60;a href=&#34;http://www.forum.example.com/&#34; rel=&#34;nofollow&#34;&#62;www.forum.example.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think this thread is needed to make one real documentation for integration so the next with the problem don't have to read 100 threads :D&#60;br /&#62;
 // Sorry for my english! Im from germany ;)
&#60;/p&#62;</description>
</item>
<item>
<title>horrorshow on "WordPress Integration (0.7)"</title>
<link>http://bbpress.org/forums/topic/wordpress-integration-07#post-14273</link>
<pubDate>Wed, 05 Mar 2008 05:42:20 +0000</pubDate>
<dc:creator>horrorshow</dc:creator>
<guid isPermaLink="false">14273@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am a bit confused about the wordpress and bbpress integration plugins.&#60;/p&#62;
&#60;p&#62;Is WordPress Integration(0.7) plugin necessary?  it was last updated a year ago, and I now have single signon between the two apps without the Wordpress Integration plugin.   Does it do something else that I am not aware of?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "WP Integration Causes wp_list_pages to Freak Out"</title>
<link>http://bbpress.org/forums/topic/wp-integration-causes-wp_list_pages-to-freak-out#post-14116</link>
<pubDate>Tue, 26 Feb 2008 19:39:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14116@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You'd probably want to try running stand-alone but integrated instead of running both of them at  the same time. Loading both at the same time causes nothing but problems and slow downs from all the extra code.
&#60;/p&#62;</description>
</item>
<item>
<title>lyzadanger on "WP Integration Causes wp_list_pages to Freak Out"</title>
<link>http://bbpress.org/forums/topic/wp-integration-causes-wp_list_pages-to-freak-out#post-13186</link>
<pubDate>Wed, 16 Jan 2008 19:57:47 +0000</pubDate>
<dc:creator>lyzadanger</dc:creator>
<guid isPermaLink="false">13186@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm trying to be fairly aggressive with my bbPress integration into some WordPress pages. Our client wishes to see recent forum posts on specific subpages of the main site (which is WP). This works fine if I include bb-load in my wp-config.php file (as I've seen recommended) and then use some of the useful bbpress functions to integrate content. It works, that is, on the SUBPAGES.&#60;/p&#62;
&#60;p&#62;Strangely, however, the site's landing page blows up. It's using the exact same header as the rest of the site's subpages, and is not using any of bbpress' functions itself (just includes the bb-load.php file because it's in wp-config.php), but the same wp_list_pages function call in the header (used for navigation) that works just fine for the subpages gives me an infinite loop of this error on the landing page:&#60;/p&#62;
&#60;p&#62;Warning: illegal offset type in [my-server-path-removed-here]/wp-includes/wp-db.php on line 252&#60;/p&#62;
&#60;p&#62;Removing bb-load.php from the wp-config.php file fixes this immediately. &#60;/p&#62;
&#60;p&#62;Note that I am using WP configured to use a STATIC page for the landing page. Both the home page template and the subpage template in question immediately call get_header(). Nothing happens before that. &#60;/p&#62;
&#60;p&#62;For now what I figure I'll do is remove bb-load.php from the wp-config.php file and just include it exclusively in the subpage template I'm using for the pages I need forum stuff to show up. &#60;/p&#62;
&#60;p&#62;I googled and haven't seen anything like the problem I'm having anywhere else. I kind of think it might be something getting upset during the walker class' traversal. Anyone got any bright ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>kineda on "Kineda Forums"</title>
<link>http://bbpress.org/forums/topic/kineda-forums#post-11283</link>
<pubDate>Fri, 05 Oct 2007 05:52:47 +0000</pubDate>
<dc:creator>kineda</dc:creator>
<guid isPermaLink="false">11283@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very flexible.  It's all a matter of styling.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "What's integration?"</title>
<link>http://bbpress.org/forums/topic/whats-integration#post-10962</link>
<pubDate>Sat, 15 Sep 2007 19:25:04 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10962@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, it's been done:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter?replies=33&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter?replies=33&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/the-result-of-phpbb2bbpress?replies=1&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/the-result-of-phpbb2bbpress?replies=1&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/importing-from-phpbb?replies=26&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/importing-from-phpbb?replies=26&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;These are old posts, but yes, it can be done.  You might need to make some modifications to the linked scripts to make them work with your version of phpBB and bbPress.&#60;/p&#62;
&#60;p&#62;But, it can be done, yes.
&#60;/p&#62;</description>
</item>
<item>
<title>SamHughey on "What's integration?"</title>
<link>http://bbpress.org/forums/topic/whats-integration#post-10961</link>
<pubDate>Sat, 15 Sep 2007 18:29:23 +0000</pubDate>
<dc:creator>SamHughey</dc:creator>
<guid isPermaLink="false">10961@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a phpBB forum.  Can bbPress import those forums?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sam Hughey
&#60;/p&#62;</description>
</item>
<item>
<title>SamHughey on "Kineda Forums"</title>
<link>http://bbpress.org/forums/topic/kineda-forums#post-10960</link>
<pubDate>Sat, 15 Sep 2007 18:20:26 +0000</pubDate>
<dc:creator>SamHughey</dc:creator>
<guid isPermaLink="false">10960@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How flexible is this with custom themes?
&#60;/p&#62;</description>
</item>
<item>
<title>macwise on "Kineda Forums"</title>
<link>http://bbpress.org/forums/topic/kineda-forums#post-10959</link>
<pubDate>Sat, 15 Sep 2007 15:14:54 +0000</pubDate>
<dc:creator>macwise</dc:creator>
<guid isPermaLink="false">10959@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Beautiful design.  It's clean, fun, snappy, and very web 2.0.  It looks 100% professional.  Great job!
&#60;/p&#62;</description>
</item>
<item>
<title>kineda on "Kineda Forums"</title>
<link>http://bbpress.org/forums/topic/kineda-forums#post-10954</link>
<pubDate>Fri, 14 Sep 2007 20:36:45 +0000</pubDate>
<dc:creator>kineda</dc:creator>
<guid isPermaLink="false">10954@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;After giving up on bbpress over half a year ago, I decided to give it another shot.  The software seems to have matured a bit, and after testing some other routes, I figured it'd still probably be the best bet for integration.&#60;/p&#62;
&#60;p&#62;Let me know what your thoughts:&#60;br /&#62;
&#60;a href=&#34;http://www.kineda.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.kineda.com/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
