I have just finished installing BBpress. I have setup all the forums. When I post a topic anywhere, the title appears (including the latest reply info and when it was created), however the content of the topic is not showing anywhere.
I have looked over the entire database and I it looks like its not saving that content in the bb_topics table.
I have not yet touched any code yet, I was just installing it and seeing what this software was like.
My install is running on a database with multiple WordPress sites and I am using the wordpress intergration feature with my users.
I have checked over all the other tables in the database and the missing content is not randomly being saved in any of them.
Any information about this bug and how to fix it would be great.
Thanks
I have a wordpress blog on my root directory (http://blackberryverse.co) and have bbpress at http://forum.blackberryverse.co
now what I am trying to do is change the logo in the top right hand corner to direct users to http://blackberryverse.co or if I could add some links to the left or right sidebar that would work too
thanks.
They all kinda look exactly the same, all but for the colors.
Aren´t there some new great themers out there who does magical things?
For WordPress you have some absolutely kickass themers, like GraphPaperPress and Digital Nature.
They all kinda look exactly the same, all but for the colors.
Aren´t there some new great themers out there who does magical things?
For WordPress you have some absolutely kickass themers, like GraphPaperPress and Digital Nature.
@andrejcarter – It isn’t obvious, but as it stands right now you need to make a WordPress page with the slug ‘login’ and assign the Login Page Template to it. Janky, but still being worked on.
Right now there’s an issue with trashing/deleting replies and topics in the plugin. Basically the topic/reply/voice counts don’t have correct logic, which can result in the counts going all wacky. This wouldn’t be so bad if the recounts in the admin area worked, which they don’t because they use essentially the same logic. This is a known issue and is next on my list of things to do on this.
What does the error log on step 3 say?
Have you tried installing a fresh copy to a totally different directory and using a different database (i.e., doing it without trying to integrate with WordPress)?
What does the error log on step 3 say?
Have you tried installing a fresh copy to a totally different directory and using a different database (i.e., doing it without trying to integrate with WordPress)?
I would suggest that you hire a developer because that script is currently meant to be only run by a person who at least knows the basics of coding, bbPress/WordPress etc.
I would suggest that you hire a developer because that script is currently meant to be only run by a person who at least knows the basics of coding, bbPress/WordPress etc.
The installation pops up at the very last step.
Welcome to the bbPress installer
Step 1 – Database configuration
« completed
Step 2 – WordPress integration (optional)
« completed
Step 3 – Site settings
« completed
Installation completed with some errors!
Your installation completed with some minor errors. See the error log below for more specific information.
You can now log in with the following details:
Username:
Moose8
Password:
Site address:
http://thegeekgroup.org/bbpress/
Up till that last button it was going smoothly. I was actually expecting it to work!
(I tried it again)
The installation pops up at the very last step.
Welcome to the bbPress installer
Step 1 – Database configuration
« completed
Step 2 – WordPress integration (optional)
« completed
Step 3 – Site settings
« completed
Installation completed with some errors!
Your installation completed with some minor errors. See the error log below for more specific information.
You can now log in with the following details:
Username:
Moose8
Password:
Site address:
http://thegeekgroup.org/bbpress/
Up till that last button it was going smoothly. I was actually expecting it to work!
(I tried it again)
I sort of feel like I’m listening in on a private conversation when I ‘skim’ that thread. (I couldn’t read it because it’d take me 2 hours and I still wouldn’t understand it).
In resumé, does it mean that bbPress is going to become a plugin for WordPress?
If so : I don’t use WordPress (don’t have a blog), what will this mean for a current bbPress installation?
Grant
I sort of feel like I’m listening in on a private conversation when I ‘skim’ that thread. (I couldn’t read it because it’d take me 2 hours and I still wouldn’t understand it).
In resumé, does it mean that bbPress is going to become a plugin for WordPress?
If so : I don’t use WordPress (don’t have a blog), what will this mean for a current bbPress installation?
Grant
Hi everyone. Im new to the forums here but thought I would show off my most recent use of WP + BBP.
The site is a World of Warcraft guild website and was originaly powered by IPB however as traffic and rankings started to increase I thought it required a lick of paint and a general update. The site has been manualy converted from IPB 2.2 (if i remember correctly) and still has some bugs which I am intending to iron out this week. Take a look below and let me know what you think, any suggestions also welcome 
http://www.judgementguild.net – WordPress front end
http://www.judgementguild.net/forums – BBPress forum
I am also planning to make the forum display a little bolder but have not decided exactly what to do yet, im sure il update here if any changes are made as and when.
Ripoko~
merci
but look :
WordPress loader file (wp-load.php) doesn’t exist in the path specified!
what’s the problem ?
merci
but look :
WordPress loader file (wp-load.php) doesn’t exist in the path specified!
what’s the problem ?
I imagine it should, yes. Did you use the same database info as your WordPress install, as I explained in Step 1?
At which point during the install are you getting an error?
I imagine it should, yes. Did you use the same database info as your WordPress install, as I explained in Step 1?
At which point during the install are you getting an error?
If you’re getting a message that says bbPress is already installed, make sure you’ve done the following:
- Deleted all bbPress files on your site
- Deleted the bbPress database or related tables (likely prefixed with
bb_)
Now, you can install a fresh copy of bbPress and run the installation process by visiting the bbpress directory.
Step 1: Use the same database information as you did for your WordPress install (if you’re not sure what you used, check the wp-config.php file).
Step 2: Check all three boxes and fill in the necessary details:
- Add integration settings
(no options)
- Add cookie integration settings
Fill in all of the boxes. You can get the keys and salts from your WordPress wp-config.php and the rest of the settings from the General Settings section in WordPress Admin.
- Add user database integration settings
If you used the default table prefix (wp_) when you installed WordPress, you don’t need to change any of these options.
- Show advanced database settings
(Leave unchecked) If you used your WordPress database information in Step 1 as I explained, you don’t need to check this box.
Step 3: If you did everything correctly, you should get a drop-down box that lets you select the WordPress user that should become the bbPress admin. If you get boxes to create a bbPress admin, you did something wrong in Step 1 or Step 2.
Configuring WordPress
To ensure that logging into WordPress sets all the necessary cookies for using bbPress, you should install the bbPress Integration Plugin and then set the “bbPress URL” option to match the URL to your bbPress forum (Settings -> bbPress Integration).
Also, make sure you add this line to the top of your wp-config.php file, just below <?php:
define( 'COOKIEPATH', '/' );
If you’ve done everything I explained here, single-login should work as expected.
If you’re getting a message that says bbPress is already installed, make sure you’ve done the following:
- Deleted all bbPress files on your site
- Deleted the bbPress database or related tables (likely prefixed with
bb_)
Now, you can install a fresh copy of bbPress and run the installation process by visiting the bbpress directory.
Step 1: Use the same database information as you did for your WordPress install (if you’re not sure what you used, check the wp-config.php file).
Step 2: Check all three boxes and fill in the necessary details:
- Add integration settings
(no options)
- Add cookie integration settings
Fill in all of the boxes. You can get the keys and salts from your WordPress wp-config.php and the rest of the settings from the General Settings section in WordPress Admin.
- Add user database integration settings
If you used the default table prefix (wp_) when you installed WordPress, you don’t need to change any of these options.
- Show advanced database settings
(Leave unchecked) If you used your WordPress database information in Step 1 as I explained, you don’t need to check this box.
Step 3: If you did everything correctly, you should get a drop-down box that lets you select the WordPress user that should become the bbPress admin. If you get boxes to create a bbPress admin, you did something wrong in Step 1 or Step 2.
Configuring WordPress
To ensure that logging into WordPress sets all the necessary cookies for using bbPress, you should install the bbPress Integration Plugin and then set the “bbPress URL” option to match the URL to your bbPress forum (Settings -> bbPress Integration).
Also, make sure you add this line to the top of your wp-config.php file, just below <?php:
define( 'COOKIEPATH', '/' );
If you’ve done everything I explained here, single-login should work as expected.
He means editing the script and not wp-config.php
He means editing the script and not wp-config.php
it’s very difficult
i don’t see : define( ‘W2BC_WP_PATH >> in the (wp-config.php) in my blog but i see define(‘DB_COLLATE’, ‘ ‘); on line 37
and i edit to : define(‘DB_COLLATE’, ‘forum/’);
this my blog : www.**********.com/music
and my forum : www.*********.com/forum
and i upload this script in my blog
look : www.**********.com/music/script
true ? or no
can you help me
it’s very difficult
i don’t see : define( ‘W2BC_WP_PATH >> in the (wp-config.php) in my blog but i see define(‘DB_COLLATE’, ‘ ‘); on line 37
and i edit to : define(‘DB_COLLATE’, ‘forum/’);
this my blog : www.**********.com/music
and my forum : www.*********.com/forum
and i upload this script in my blog
look : www.**********.com/music/script
true ? or no
can you help me
If you have your blog in a directory, and the forums in a sub-directory called forum, then you need to put this script in the WordPress blog directory, where you would find your wp-config.php file. Otherwise you would need to edit the defines on lines 37 and 38:
define( 'W2BC_WP_PATH', '' ); /** With Trailing Slash, if required */
define( 'W2BC_BB_PATH', 'forum/' ); /** With Trailing Slash, if required */