<?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: [resolved] Help integrating BBpress and Wordpress</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: [resolved] Help integrating BBpress and Wordpress</description>
<language>en</language>
<pubDate>Thu, 20 Nov 2008 13:38:32 +0000</pubDate>

<item>
<title>d00d13 on "[resolved] Help integrating BBpress and Wordpress"</title>
<link>http://bbpress.org/forums/topic/help-integrating-bbpress-and-wordpress#post-13392</link>
<pubDate>Fri, 25 Jan 2008 22:17:00 +0000</pubDate>
<dc:creator>d00d13</dc:creator>
<guid isPermaLink="false">13392@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#34;I guess I will go with one of these: &#60;a href=&#34;http://codex.wordpress.org/Plugins/Forums&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Plugins/Forums&#60;/a&#62;&#34;&#60;/p&#62;
&#60;p&#62;Where's the beef?
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "[resolved] Help integrating BBpress and Wordpress"</title>
<link>http://bbpress.org/forums/topic/help-integrating-bbpress-and-wordpress#post-12474</link>
<pubDate>Fri, 07 Dec 2007 18:30:59 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">12474@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You posted an hour ago!   We are around to help, but not always right away!    I am thinking it is the lack of an .htaccess file in your /bbpress/ folder on your server.   Create that file and have the following in it and upload it and it might get you going:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Options +MultiViews&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Check out:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/documentation/faq/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/faq/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>neffster on "[resolved] Help integrating BBpress and Wordpress"</title>
<link>http://bbpress.org/forums/topic/help-integrating-bbpress-and-wordpress#post-12473</link>
<pubDate>Fri, 07 Dec 2007 18:24:01 +0000</pubDate>
<dc:creator>neffster</dc:creator>
<guid isPermaLink="false">12473@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I guess I will go with one of these: &#60;a href=&#34;http://codex.wordpress.org/Plugins/Forums&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Plugins/Forums&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>neffster on "[resolved] Help integrating BBpress and Wordpress"</title>
<link>http://bbpress.org/forums/topic/help-integrating-bbpress-and-wordpress#post-12472</link>
<pubDate>Fri, 07 Dec 2007 17:13:41 +0000</pubDate>
<dc:creator>neffster</dc:creator>
<guid isPermaLink="false">12472@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here is my situation, I finally was able to install BBpress onto my server and got it to work, however, if you press any links in the bbpress it goes here&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thegi.net/word/bbpress/forum/geekincognito&#34; rel=&#34;nofollow&#34;&#62;http://www.thegi.net/word/bbpress/forum/geekincognito&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;BBpress is installed here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thegi.net/word/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.thegi.net/word/bbpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Naturally; word is installed here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thegi.net/word/&#34; rel=&#34;nofollow&#34;&#62;http://www.thegi.net/word/&#60;/a&#62; but you can access it here: &#60;a href=&#34;http://www.thegi.net/&#34; rel=&#34;nofollow&#34;&#62;http://www.thegi.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What am I doing wrong ? Here is the config minus security PW's&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', '*******');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '******');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '*****'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change these last few&#60;/p&#62;
&#60;p&#62;define('BBDB_CHARSET', 'utf8');      // If you are *upgrading*, and your old config.php does&#60;br /&#62;
define('BBDB_COLLATE', '');          // not have these two contstants in them, DO NOT define them&#60;br /&#62;
                                     // If you are installing for the first time, leave them here&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://thegi.net/word/bbpress/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'TheG:I.Network';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'ryan.a.neff at gmail.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks, set to 'slugs' if you want to use slug based pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = 'slugs';&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -6;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = '0123456789ab'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://thegi.net';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://thegi.net/word';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;Any pointers? As well, how would I adapt BBpress to the theme I have?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
