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

<item>
<title>eslavin83 on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-20667</link>
<pubDate>Thu, 13 Nov 2008 12:36:30 +0000</pubDate>
<dc:creator>eslavin83</dc:creator>
<guid isPermaLink="false">20667@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;can anyone help?&#60;/p&#62;
&#60;p&#62;after the script runs, isn't there an sql file that's supposed to be generated from the old board &#38;#38; saved into a /tmp/ folder?
&#60;/p&#62;</description>
</item>
<item>
<title>eslavin83 on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-20632</link>
<pubDate>Wed, 12 Nov 2008 02:55:00 +0000</pubDate>
<dc:creator>eslavin83</dc:creator>
<guid isPermaLink="false">20632@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i'm also getting this warning message: &#60;/p&#62;
&#60;p&#62;Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/public_html/bbs08/phpbb2bbpress.php on line 922
&#60;/p&#62;</description>
</item>
<item>
<title>eslavin83 on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-20631</link>
<pubDate>Wed, 12 Nov 2008 02:43:26 +0000</pubDate>
<dc:creator>eslavin83</dc:creator>
<guid isPermaLink="false">20631@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;can anyone answer the question regarding the &#34;39816&#34; error?  i get up to step 8 and then that string of numbers shows up.  i checked the new database and nothing has been pushed into it.
&#60;/p&#62;</description>
</item>
<item>
<title>Grenoli-dk on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-19968</link>
<pubDate>Thu, 16 Oct 2008 15:34:01 +0000</pubDate>
<dc:creator>Grenoli-dk</dc:creator>
<guid isPermaLink="false">19968@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am having problems with the phpbb2bbpress converter (http://www.iteisa.com/phpbb2bbpress/). &#60;/p&#62;
&#60;p&#62;When I run the file I just get this message. There isnt a sql-file to download or a file created on my server. &#60;/p&#62;
&#60;p&#62;1: I downloaded the file from: &#60;a href=&#34;http://www.iteisa.com/phpbb2bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.iteisa.com/phpbb2bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2: I edited the lines I have written in bold.&#60;/p&#62;
&#60;p&#62;[code]&#60;br /&#62;
define('DB_PHPBB_USERNAME', '[strong]databasename[/strong]');&#60;br /&#62;
define('DB_PHPBB_PASSWORD', '[b]databasepassword[/b]');&#60;br /&#62;
define('DB_PHPBB_DATABASE', '[b]databasename[/b]');&#60;br /&#62;
define('DB_PHPBB_TABLEPREFIX', 'phpbb_');&#60;/p&#62;
&#60;p&#62;define('DB_BBPRESS_HOSTNAME', 'localhost');&#60;br /&#62;
define('DB_BBPRESS_USERNAME', '[b]databasename[/b]');&#60;br /&#62;
define('DB_BBPRESS_PASSWORD', '[b]databasepassword[/b]');&#60;br /&#62;
define('DB_BBPRESS_DATABASE', '[b]databasename[/b]');&#60;br /&#62;
define('DB_BBPRESS_TABLEPREFIX', 'bb_');[/code]&#60;/p&#62;
&#60;p&#62;I only have one database on my server, so the databasename and password is the same on the phpbb and bbpress part&#60;/p&#62;
&#60;p&#62;[code]define('EXPORT_TO_FILE',  true);                // Should the converted DB be exported to a file ?&#60;br /&#62;
define('FILENAME',  '/tmp/phpbb_imported.sql'); // Which one ? (Ensure this path is writeable by the server)&#60;br /&#62;
define('AUTO_IMPORT_EXPORTED_DATA',  false);    // Should the script automagically import the converted DB ?[/code]&#60;/p&#62;
&#60;p&#62;3: I created the folder tmp at the root and used chmod on it.&#60;/p&#62;
&#60;p&#62;4: I uploaded the file to the root and tried to open it but I couldnt. So I removed the s in .phps and it worked. But i only got this message - but nothing really happened. I cant download a file, and there is nothing on my server. What am I doing wrong?&#60;/p&#62;
&#60;p&#62;[quote=&#34;Q!&#34;]phpBB to bbPress database converter&#60;/p&#62;
&#60;p&#62;This script can convert a PhpBB 2.0.X (www.phpbb.com) forum database to bbPress &#34;Bix&#34; 0.73 (www.bbpress.org) format.&#60;/p&#62;
&#60;p&#62;Developed by Jaime GÓMEZ OBREGÓN from ITEISA, based on the previous work of Bruno Torres and The phpBB Group.&#60;/p&#62;
&#60;p&#62;The latest version of this file can be found on &#60;a href=&#34;http://www.iteisa.com/phpbb2bbpress/.&#34; rel=&#34;nofollow&#34;&#62;http://www.iteisa.com/phpbb2bbpress/.&#60;/a&#62;&#60;br /&#62;
Starting conversion&#60;/p&#62;
&#60;p&#62;   1.&#60;br /&#62;
      Connected to the phpBB database host&#60;br /&#62;
   2.&#60;br /&#62;
      Selected the phpBB database&#60;br /&#62;
   3.&#60;br /&#62;
      Exporting forums...&#60;br /&#62;
   4.&#60;br /&#62;
      Exporting users...&#60;br /&#62;
   5.&#60;br /&#62;
      Exporting user metadata...&#60;br /&#62;
   6.&#60;br /&#62;
      Exporting topics...&#60;br /&#62;
   7.&#60;br /&#62;
      Exporting posts...&#60;br /&#62;
   8.&#60;br /&#62;
      Sending all your database e-mails to all major world-wide spam sending mafias...[/quote]&#60;/p&#62;
&#60;p&#62;'strong'dsfgds'strong'
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-13109</link>
<pubDate>Sat, 12 Jan 2008 04:44:32 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">13109@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I removed &#34;topic_resolved&#34; from the script. A fresh install later, and I get this error: &#34;Column count doesn't match value count at row 1&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-13093</link>
<pubDate>Thu, 10 Jan 2008 21:59:35 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">13093@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just reinstalled bbPress and did NOT utilize WP integration. I also tried using the forum support plugin, as recommended by fel64. &#60;/p&#62;
&#60;p&#62;Now I'm getting this error:&#60;br /&#62;
Unknown column 'topic_resolved' in 'field list'
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-13092</link>
<pubDate>Thu, 10 Jan 2008 21:40:19 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">13092@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just tried this using phpBB 2.012 and bbPress 0.8.3.&#60;/p&#62;
&#60;p&#62;This is the error I get:&#60;br /&#62;
Table 'khanlon_db3.henskebb_users' doesn't exist&#60;/p&#62;
&#60;p&#62;And that makes sense, since I already set up bbPress to integrate with WordPress. Since bbPress is using the wp_users table, the script doesn't know where to put the phpbb users.&#60;/p&#62;
&#60;p&#62;As it stands now, bbPress shows all the topic counts for each forum, but when you click on the forum, none of the threads are listed.&#60;/p&#62;
&#60;p&#62;I tried exporting all the users using phpMyAdmin and importing into the WP table, but the threads are still missing.
&#60;/p&#62;</description>
</item>
<item>
<title>statusquo on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-8788</link>
<pubDate>Mon, 09 Jul 2007 17:04:51 +0000</pubDate>
<dc:creator>statusquo</dc:creator>
<guid isPermaLink="false">8788@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok I've even tried version 0.73 but still encountering errors. Can anyone help?
&#60;/p&#62;</description>
</item>
<item>
<title>statusquo on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-8781</link>
<pubDate>Sun, 08 Jul 2007 19:22:17 +0000</pubDate>
<dc:creator>statusquo</dc:creator>
<guid isPermaLink="false">8781@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi all I also get an error on like the one experienced above:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: file_put_contents() in phpbb2bbpress.php on line 383&#60;/p&#62;
&#60;p&#62;Can anyone tell me how I can resolve this.&#60;/p&#62;
&#60;p&#62;I also notice that this converter has not been updated, is it going to be anytime soon?&#60;/p&#62;
&#60;p&#62;AND whilst converting WHY does it STATE that all emails are being forwarded to SPAMMERS? (Can't remember the exact words). Is this meant to be a joke?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter/page/2#post-7593</link>
<pubDate>Tue, 22 May 2007 19:36:29 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7593@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The topic resolved thing is probably because that was written for an older version of bb which had that in it by default. I think installing the forum support plugin will add that column, worth a shot anyway?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/16?replies=7&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/16?replies=7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Otherwise you could edit the php file and remove the bits about the topic_resolved column (remember to back up the original file in case it doesn't work!).
&#60;/p&#62;</description>
</item>
<item>
<title>Asrye on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter#post-7590</link>
<pubDate>Tue, 22 May 2007 18:45:04 +0000</pubDate>
<dc:creator>Asrye</dc:creator>
<guid isPermaLink="false">7590@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I know this topic is pretty old, but I have a problem ... I converted members and forums succesfully, but topics and posts didn't show up. I got these errors when converting:&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
Warning, there was an error with the following query&#60;/p&#62;
&#60;p&#62;#Exporting Topics: INSERT INTO bb_topics (topic_id, topic_title, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id, topic_status, topic_resolved, topic_open, topic_last_post_id, topic_sticky, topic_posts, tag_count) VALUES ( 4, 'Pravila!', 2, 'Zala', 2, 'Zala', '2007-02-13 16:13:01', '2007-02-13 16:13:01', 1, 0, 'no', 1, 765, 0, 2, 0)&#60;/p&#62;
&#60;p&#62;    Unknown column 'topic_resolved' in 'field list'&#60;/p&#62;
&#60;p&#62;...&#60;/p&#62;
&#60;p&#62;And a lot more of them. I don't know much about php really, so I have no idea what is wrong.  It's probably a stupid mistake I made, but I don't know what it is. Help me, please?
&#60;/p&#62;</description>
</item>
<item>
<title>GTim on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter#post-6739</link>
<pubDate>Sun, 15 Apr 2007 20:43:39 +0000</pubDate>
<dc:creator>GTim</dc:creator>
<guid isPermaLink="false">6739@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for this great script. Unfortunately I got myself suspended from one of my webhosts since it clogged up the MySQL queue :) But I have only myself to blame, and they did let it pass only giving me a final warning.
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter#post-5420</link>
<pubDate>Mon, 12 Mar 2007 14:27:59 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5420@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;One problem I ran into was that I already had a few existing users on the wordpress side, which led to conflicting unique user IDs.  I got the importer to work, but some of the posts were under the wrong user names b/c of conflicting unique user IDs between wordpress/bbpress and the old phpbb board I tried to import.&#60;/p&#62;
&#60;p&#62;I haven't been able to try it yet (phpbb.com is down), but they have &#60;a href=&#34;http://www.phpbb.com/phpBB/viewtopic.php?t=388155&#38;#38;sid=3d5e8f776a7086b6fec64c3e80c7cbca&#34;&#62;a mod&#60;/a&#62; called Change User ID that seems to do exactly what its name suggests.  If so, I intend to use it to change the three user IDs that are conflicting from 2, 3, and 6 to 99992, 99993, and 99996 respectively.  That way, when I import the phpbb tables there will just be &#34;blanks&#34; in the sequential unique user IDs for the existing wordpress IDs to fit into.&#60;/p&#62;
&#60;p&#62;Hope this is helpful...
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "integrating bbpress with wordpress"</title>
<link>http://bbpress.org/forums/topic/integrating-bbpress-with-wordpress#post-4728</link>
<pubDate>Wed, 21 Feb 2007 22:44:26 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">4728@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey,&#60;br /&#62;
I just wanted to say that I just installed bbPress in a subdomain from my forum and got the cookie syncing to work fine.&#60;br /&#62;
Much thank to Trent, who provided half the solution:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;cookiedomain = &#38;#39;.lumanation.com&#38;#39;;
$bb-&#38;gt;cookiepath = &#38;#39;/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;made it so that forum-generated cookies worked for the entire website. I had to go into wordpress root and edit wp-settings.php line 190:&#60;br /&#62;
&#60;code&#62;define(COOKIE_DOMAIN, &#38;#39;.example.com&#38;#39;);&#60;/code&#62;&#60;br /&#62;
I do not understand how it worked previously, as it defined it simply as false (I assume that the browser will automagically substitute the domain that the user is currently on?). However, hardcoding the domain worked for me, and as long as I remember to change this in future upgrades I should be fine.&#60;/p&#62;
&#60;p&#62;I did have troubles, especially logging out, while testing all this, and found that it's vital to clear your cookies manually as the wordpress/bbpress logouts were clearing different cookies and you could stay logged in despite trying to log out.&#60;/p&#62;
&#60;p&#62;But yeah, I'm all good. :) Thanks guys.
&#60;/p&#62;</description>
</item>
<item>
<title>isza on "integrating bbpress with wordpress"</title>
<link>http://bbpress.org/forums/topic/integrating-bbpress-with-wordpress#post-4419</link>
<pubDate>Mon, 12 Feb 2007 21:12:13 +0000</pubDate>
<dc:creator>isza</dc:creator>
<guid isPermaLink="false">4419@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello!&#60;br /&#62;
My question is about embedding the bbPress into the WP.&#60;br /&#62;
I'd like my WP to work like this website.&#60;br /&#62;
I've installed the WP, bbP and the integrater plugin (activeted) you advised in an article.&#60;br /&#62;
Can you advise me what should I do?&#60;br /&#62;
Many thanks guys!
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "integrating bbpress with wordpress"</title>
<link>http://bbpress.org/forums/topic/integrating-bbpress-with-wordpress#post-4378</link>
<pubDate>Sun, 11 Feb 2007 22:43:33 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4378@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No problem!  Good to here!  &#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>jenz on "integrating bbpress with wordpress"</title>
<link>http://bbpress.org/forums/topic/integrating-bbpress-with-wordpress#post-4369</link>
<pubDate>Sun, 11 Feb 2007 18:12:11 +0000</pubDate>
<dc:creator>jenz</dc:creator>
<guid isPermaLink="false">4369@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I believe I defined the WP information post installation, so I deleted the bbPress DB, created a new one, went through the 1 step install and still no go.  None of the WP users show up in the bbPress user list and I still cannot log in with to WP with the bbPress users nor log into bbPress with the WP users.  When I look at my bbPress DB, I have the following tables:&#60;br /&#62;
 bb_forums&#60;br /&#62;
 bb_posts&#60;br /&#62;
 bb_tagged&#60;br /&#62;
 bb_tags&#60;br /&#62;
 bb_topicmeta&#60;br /&#62;
 bb_topics&#60;br /&#62;
 wp_usermeta&#60;br /&#62;
 wp_users&#60;/p&#62;
&#60;p&#62;As soon as I saw the DB structure, I realized that I needed to specify my WP database, and not create a new one for bbPress for this to work.  Once I put in my WP DB information at the top of the config.php file, all worked!  Thanks for your prompt response.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "integrating bbpress with wordpress"</title>
<link>http://bbpress.org/forums/topic/integrating-bbpress-with-wordpress#post-4338</link>
<pubDate>Sun, 11 Feb 2007 02:18:30 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4338@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you install bbPress before or after having that information in your config.php?   Did you see the WP users in the install process when you installed?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>jenz on "integrating bbpress with wordpress"</title>
<link>http://bbpress.org/forums/topic/integrating-bbpress-with-wordpress#post-4329</link>
<pubDate>Sun, 11 Feb 2007 00:11:32 +0000</pubDate>
<dc:creator>jenz</dc:creator>
<guid isPermaLink="false">4329@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello.  I have a WordPress installation (2.1) at / and then the bbPress installation (0.8) at /forums/.  I have followed the instructions: &#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; and still no go.  The WordPress integration plugin is installed and activated in my WP install and I have defined the bbPress tables (bb_) prefix correctly in the plugin options.&#60;/p&#62;
&#60;p&#62;I have defined the options:&#60;br /&#62;
$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://test.com';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://test.com';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;in my config.php file, but do I need to add anything else?  Right now, my WordPress users cannot log into the bbPress install, and the bbPress users cannot log into the WordPress install.  Any help would be creatly appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter#post-4240</link>
<pubDate>Fri, 09 Feb 2007 05:31:17 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4240@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Once again, don't think this is the case. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/47?replies=6#post-4238&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/47?replies=6#post-4238&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>lingmiester on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter#post-4235</link>
<pubDate>Fri, 09 Feb 2007 05:16:32 +0000</pubDate>
<dc:creator>lingmiester</dc:creator>
<guid isPermaLink="false">4235@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried to contact the author of this list, and his email is dead.  I would becareful as it seems this list sends all your forums members emails to spammers.  Just to be safe DONT use this script!  &#60;/p&#62;
&#60;p&#62;I'll have to suffer with the conciquences!
&#60;/p&#62;</description>
</item>
<item>
<title>lingmiester on "A phpBB to bbPress database converter"</title>
<link>http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter#post-4127</link>
<pubDate>Thu, 08 Feb 2007 13:04:29 +0000</pubDate>
<dc:creator>lingmiester</dc:creator>
<guid isPermaLink="false">4127@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok i hope that last part:&#60;br /&#62;
&#34;Sending all your database e-mails to all major world-wide spam sending mafias...&#34;&#60;/p&#62;
&#60;p&#62;Is a joke?  I am moving from phpbb because of spam and this does not sit too lightly on me...ok i need to take a chill pill.&#60;/p&#62;
&#60;p&#62;Ok back to the task as hand.  It totally does not work for me i get no databases installed?  When i run it, I get all the exporting scripts, then point 8. about the mafia.  And then I get a row of numbers &#34;39816&#34;&#60;br /&#62;
I'm using 0.75.  Is there a version conflict?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>andyh2tk on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4113</link>
<pubDate>Thu, 08 Feb 2007 00:05:12 +0000</pubDate>
<dc:creator>andyh2tk</dc:creator>
<guid isPermaLink="false">4113@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Its all css now, I got the php and html done, I have to do a lot of css work to make it look good.
&#60;/p&#62;</description>
</item>
<item>
<title>mozey on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4112</link>
<pubDate>Wed, 07 Feb 2007 23:48:29 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">4112@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nice article,
&#60;/p&#62;</description>
</item>
<item>
<title>andyh2tk on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4107</link>
<pubDate>Wed, 07 Feb 2007 20:51:13 +0000</pubDate>
<dc:creator>andyh2tk</dc:creator>
<guid isPermaLink="false">4107@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's exactly what I did, and a bit outdated. I might have to switch themes.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4104</link>
<pubDate>Wed, 07 Feb 2007 20:24:39 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4104@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Typo and it stripped the link.   It is working now above as well as here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/&#34; rel=&#34;nofollow&#34;&#62;http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>andyh2tk on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4103</link>
<pubDate>Wed, 07 Feb 2007 20:20:35 +0000</pubDate>
<dc:creator>andyh2tk</dc:creator>
<guid isPermaLink="false">4103@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;what article? Theres no link.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4099</link>
<pubDate>Wed, 07 Feb 2007 19:48:21 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4099@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have never tried what you are doing (in terms of this type of integration), but maybe &#60;a href=&#34;http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/&#34;&#62;this article&#60;/a&#62; by So10 might be something that can help in the meantime?   If not, disregard ;)&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>andyh2tk on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4098</link>
<pubDate>Wed, 07 Feb 2007 19:31:36 +0000</pubDate>
<dc:creator>andyh2tk</dc:creator>
<guid isPermaLink="false">4098@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I got it right except for in k2 it looks really weird. Its all over the place. Look at thetechkid.com/bbpress to see whats wrong with it.
&#60;/p&#62;</description>
</item>
<item>
<title>andyh2tk on "loading wordpress with bbpress"</title>
<link>http://bbpress.org/forums/topic/loading-wordpress-with-bbpress/page/2#post-4097</link>
<pubDate>Wed, 07 Feb 2007 18:01:59 +0000</pubDate>
<dc:creator>andyh2tk</dc:creator>
<guid isPermaLink="false">4097@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Austane, I use k2 and could you share your header and footer info with me? &#60;/p&#62;
&#60;p&#62;~andyh2
&#60;/p&#62;</description>
</item>

</channel>
</rss>
