<?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: where is my bb-admin ?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: where is my bb-admin ?</description>
<language>en</language>
<pubDate>Fri, 21 Nov 2008 01:17:19 +0000</pubDate>

<item>
<title>wanrenqingkong on "where is my bb-admin ?"</title>
<link>http://bbpress.org/forums/topic/where-is-my-bb-admin#post-16949</link>
<pubDate>Thu, 26 Jun 2008 06:38:43 +0000</pubDate>
<dc:creator>wanrenqingkong</dc:creator>
<guid isPermaLink="false">16949@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I re-installed a free bbpress and it is working fine, thanks for your suggestion though
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "where is my bb-admin ?"</title>
<link>http://bbpress.org/forums/topic/where-is-my-bb-admin#post-16916</link>
<pubDate>Wed, 25 Jun 2008 16:34:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16916@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When you are logged in as keymaster, do you have a link next to your profile link that says &#34;admin&#34;? &#60;/p&#62;
&#60;p&#62;It looks something like this:&#60;br /&#62;
&#60;code&#62;Welcome, admin! View your profile (Admin &#124; Log out)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If not, it sounds like you lost the keymaster capabilities.&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/lost-key-master&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/lost-key-master&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/fix-admin-access/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/fix-admin-access/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can search the forum for &#60;code&#62;keymaster&#60;/code&#62; and find many more related topics.
&#60;/p&#62;</description>
</item>
<item>
<title>wanrenqingkong on "where is my bb-admin ?"</title>
<link>http://bbpress.org/forums/topic/where-is-my-bb-admin#post-16903</link>
<pubDate>Wed, 25 Jun 2008 09:03:56 +0000</pubDate>
<dc:creator>wanrenqingkong</dc:creator>
<guid isPermaLink="false">16903@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I install a WP2.5.1 and then trying to integrate bbpress with it.&#60;br /&#62;
but mayde due to permission issue,  there is error when installing, so I manaually modified bb-config.php according to related document.&#60;/p&#62;
&#60;p&#62;but  after integration, bbpress admin panel disappeared, even I login as admin and then manually type the bb-admin url, it redirects me to bb-press main page.&#60;/p&#62;
&#60;p&#62;Some part of bb-config.php as below, I think it is possiblly the cause(P.S. db prefix for bb is bb_ , db prefix for WP is wp251_):&#60;/p&#62;
&#60;p&#62;// If you are running multiple bbPress installations in a single database,&#60;br /&#62;
// you will probably want to change this.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;new_keymaster = 'admin'; // or whatever the name of the account is.&#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 BB_LANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BB_LANG', '');&#60;/p&#62;
&#60;p&#62;// If your bbPress URL is &#60;a href=&#34;http://bbpress.example.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.example.com/forums/&#60;/a&#62; , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
    // Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
    $bb-&#38;gt;domain = 'http://myeasymaster.com/bbpress902/bbpress/'; // Example: 'http://bbpress.example.com'&#60;br /&#62;
    // There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
    $bb-&#38;gt;path   = '/';           // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'New bbPress Site';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'webmaster@myeasymast.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = false;&#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 = 0;&#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 = false;&#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 the rest as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp251_';  // 'wp_'; // WordPress table prefix.&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://myeasymaster.com/wordpress251/wordpress';&#60;br /&#62;
 // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://myeasymaster.com/wordpress251/wordpress';&#60;br /&#62;
 // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#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;</description>
</item>

</channel>
</rss>
