<?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: edit config</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: edit config</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 02:57:14 +0000</pubDate>

<item>
<title>Chinkerfly on "Installation for Dummy"</title>
<link>http://bbpress.org/forums/topic/installation-for-dummy#post-13243</link>
<pubDate>Sat, 19 Jan 2008 14:29:34 +0000</pubDate>
<dc:creator>Chinkerfly</dc:creator>
<guid isPermaLink="false">13243@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh my god... it was because I didn't capitalize the &#34;C&#34; in the username.  Jeez... I told you I was a dummy...  Thanks for your help!
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Installation for Dummy"</title>
<link>http://bbpress.org/forums/topic/installation-for-dummy#post-13242</link>
<pubDate>Sat, 19 Jan 2008 13:53:18 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">13242@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm sure your database settings are wrong (cpanel has added something your names).&#60;/p&#62;
&#60;p&#62;Check cpanel for the complete name (database and user)
&#60;/p&#62;</description>
</item>
<item>
<title>Chinkerfly on "Installation for Dummy"</title>
<link>http://bbpress.org/forums/topic/installation-for-dummy#post-13241</link>
<pubDate>Sat, 19 Jan 2008 12:36:31 +0000</pubDate>
<dc:creator>Chinkerfly</dc:creator>
<guid isPermaLink="false">13241@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's been two days since I started trying to install bbpress and I've scoured the forums and the internet to try to find an answer without much luck (isn't there a FAQ somewhere for people like me?)&#60;/p&#62;
&#60;p&#62;Here's the details on what I did. &#60;/p&#62;
&#60;p&#62;1. Created a new database called &#34;bbpress&#34; in cpanel, the database name it gives me is thechonx_bbpress&#60;/p&#62;
&#60;p&#62;2. Added user from my wordpress database, thechonx_chinker&#60;/p&#62;
&#60;p&#62;3. downloaded, unzipped bbpress, edited config-sample.php and renamed it to config.php  (how I edited it is shown below--I think I should change BBDB Host, but don't know what to change it to)&#60;/p&#62;
&#60;p&#62;4. Created a folder in my public_html root (where all my wp files are uploaded) called &#34;forum&#34;&#60;/p&#62;
&#60;p&#62;5. Uploaded all the files (minus original &#34;bbpress&#34; folder) to &#34;forum&#34;&#60;/p&#62;
&#60;p&#62;6. Opened this address in my Firefox browser (I am running Mac OS Leopard 10.5.1): &#60;a href=&#34;http://www.thechonx.com/forum/bb-admin/install.php&#34; rel=&#34;nofollow&#34;&#62;http://www.thechonx.com/forum/bb-admin/install.php&#60;/a&#62;&#60;br /&#62;
--attempted other URLs like localhost led to blank pages or 404 pages&#60;/p&#62;
&#60;p&#62;7. Received &#34;Cannot Select DB&#34; error &#60;/p&#62;
&#60;p&#62;I've tried a dozen other variations of the above, mostly changing config file info but no dice.  Help please! &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'thechonx_wordpress');      // The name of the database&#60;br /&#62;
define('BBDB_USER', 'thechonx_chinker');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'xxxxxxxxxxx'); // ...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://www.thechonx.com/forum/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Rumble in The Chonx';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'thalia.kwok@XXXXX';&#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 = 8;&#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 = ''; // 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://www.thechonx.com';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://www.thechonx.com';  // 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;/blockquote&#62;</description>
</item>

</channel>
</rss>
