Search Results for '"wordpress'
-
Search Results
-
Hello all,
I’ve successfully installed WordPress and bbPress on my site, http://www.macuserblog.com, and I’d like to know how to make the bbPress installation look like my WordPress blog. I’ve already done the integration with users and such as is possible in bbPress’ config.php file, and the next step is configuring the theme so the transition between WP and bbP is as seamless as possible. Thanks!
i uploaded the bbpress folder into the wordpress folder, and then i edited config-sample as shown below: (slighty edited)
// Just the
domain name; no directories or path. There should be no trailing slash
here.
$bb->domain = ‘http://shadesofblack.free1k.com’; // Example:
‘http://bbpress.example.com’
// There should be both a leading and
trailing slash here. ‘/’ is fine if the site is in root.
$bb-
>path = ‘wordpress/bbpress/’; …….
$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix.
Example: ‘wp_’;
$bb->wp_home = ‘my-domain-name.com/wordpress’;
// WordPress – Options->General: Blog address (URL) // No trailing
slash
$bb->wp_siteurl = ‘www.my-domain-name.com/wordpress’; /
and when i’m going to run install, nothing happened, it just lead me right back to my blog. so i tried another version of my installion… this time, i moved the bbpress folder into the main directory, and edited the config file: trailing slash here. ‘/’ is fine if the site is in root.
$bb-
>path = ‘/bbpress/’;
i was then shocked with what i saw.. the installion message! i entered a username for keymaster: admin and it said that it’ll use my wp password. i tried logging in but i couldn’t. i was taken right back to the index page. i’ve surfed around this forum and realized that wp integration options in the config file will only work if bbpress is uploaded into the wordpress directory. but i really can’t do that because as i’ve said, i tried that in my first install yet nothing happened. help please!