Forum Replies Created
-
In reply to: bbPress 2.0 – Updates
Hi Jonathan,
The bbPress plugin is still in development, and as such there isn’t a lot of documentation out in the world yet. This is partly due to some architectural changes made mid-way through development, and partly due to more time being spent in the code and not enough time spent on the bbPress.org site. That will eventually shift, and we’ll be sure to put up documentation that bbPress has needed all along.
Regarding Profits Theme, you have a few options. I think the safest will be to make a copy of your Profits Theme that you can modify yourself, without fear of any changes being lost in the event the theme is updated. (You’ll want to edit the style.css and rename your copy, so it doesn’t conflict with the original.) Then, copy the “/bbpress” folder from bbp-twentyten, and drop it in your theme. Next, copy the files prefixed with “page-” and “single-” and drop those into your theme as well. That should fix most of the missing file issues, and get you started so things are ‘functioning.’ The last thing will be for you to start hacking at your CSS to make things look the part.
Most themes should already come with a decent amount of table styling, which is what the bbp-twentyten theme uses (for the sake of being easy and that the layout of data is indeed tabular in nature.) To fill in the CSS blanks, you’l want to experiment with “/bbp-twentyten/css/bbpress.css” and see what you’re missing and what fits.
Cheers, and thanks for the kudos
In reply to: bbPress Development Visual RoadmapPretty cool. Is it skipping over branches?
In reply to: bbPress Development Visual RoadmapPretty cool. Is it skipping over branches?
In reply to: Locked out of mysite after doing WP Integration@Rick Lewis – Can you confirm through your DB, in your wp_users table, that your account with a user_id of 1 is either ‘admin’ or whatever you may have named it?
Then, can you confirm in your wp_usermeta table, that you have something for user_id = 1, meta_key = wp_capabilities. When you do, respond back here with what that is; it should be serialized data.
In reply to: Locked out of mysite after doing WP Integration@Rick Lewis – Can you confirm through your DB, in your wp_users table, that your account with a user_id of 1 is either ‘admin’ or whatever you may have named it?
Then, can you confirm in your wp_usermeta table, that you have something for user_id = 1, meta_key = wp_capabilities. When you do, respond back here with what that is; it should be serialized data.
In reply to: bbPress 2.0 – Updates@lykketrollet – Your opinion matches the consensus, and it may not happen just as a result of time constraints. It seems wasteful to abandon all that time and effort though.
In reply to: Locked out of mysite after doing WP Integration@rickdlewis – You’ve got a lot going on there. Between potential problems with your phpBB migration, porting your phpBB users into the WP user tables, problems with WP integration and user roles/capabilities, and problems with BuddyPress trying to take ownership of your bbPress installation, there are a ton of places where fallout can occur.
First things first, do you have direct access to your database, either through phpMyAdmin, or another SQL interface of some kind?
In reply to: Locked out of mysite after doing WP Integration@rickdlewis – You’ve got a lot going on there. Between potential problems with your phpBB migration, porting your phpBB users into the WP user tables, problems with WP integration and user roles/capabilities, and problems with BuddyPress trying to take ownership of your bbPress installation, there are a ton of places where fallout can occur.
First things first, do you have direct access to your database, either through phpMyAdmin, or another SQL interface of some kind?
In reply to: bbPress 2.0 – Updates@Ryan – That’s what I was hoping to hear

@tyskkvinna – It will rely on new individual template files to handle the bbPress specific bits, but otherwise it’s easily compatible with any theme available today.
In reply to: bbPress (plug-in) & WordPress P2 themeIt’s only code, so anything is possible.
In reply to: bbPress (plug-in) & WordPress P2 themeIt’s only code, so anything is possible.
In reply to: bbPress 2.0 – Updates@offereins – try the latest revision; the widget issue should be fixed. The ‘/blog’ issue comes from a sub-directory multisite installation which I haven’t tested on yet.
@Ryan – by popular request, because it’s easier to extend if all the files are included, and because we cannot guarantee that twentyten will exist. Don’t fret, there will be another theme bundled along with it.
In reply to: bbPress 2.0 – Updates@submachiner – Use the /trunk version of bbPress. It fixes that specific issue and does not change the DB schema or integration methods.
In reply to: bbPress 2.0 – Updates@alexchenco – Right now creating topics/replies from within wp-admin is in rough shape, and doesn’t work correctly. Debating on whether to fix or block for release.
Thanks for kind words. Happy to have as many testers as possible.
In reply to: bbPress Plugin TemplatesThe /forums folder in the bbp-twentyten folder is new as of a few hours ago. The bbPress plugin is programmed to look in a few places for its template files, two of which are “/forums” or “/bbpress”
Eventually BuddyPress and bbPress will play nicely together, but until then there’s a bit of a disconnect since BuddyPress currently has no idea the bbPress plugin exists.

If you have forums installed as part of your existing BuddyPress installation, eventually the bbPress plugin will include a script to migrate those forums over. Until then, they are two totally disconnected and separately functioning forums.
In reply to: bbPress Plugin TemplatesThe /forums folder in the bbp-twentyten folder is new as of a few hours ago. The bbPress plugin is programmed to look in a few places for its template files, two of which are “/forums” or “/bbpress”
Eventually BuddyPress and bbPress will play nicely together, but until then there’s a bit of a disconnect since BuddyPress currently has no idea the bbPress plugin exists.

If you have forums installed as part of your existing BuddyPress installation, eventually the bbPress plugin will include a script to migrate those forums over. Until then, they are two totally disconnected and separately functioning forums.
In reply to: bbPress 2.0 – UpdatesIn reply to: bbPress 2.0 – UpdatesQuickD – Your question has been addressed a number of times in this topic. Pushing really hard for early March for an alpha to be available.
In reply to: Unwanted Anonymous Posts?Ask your webhost to provide you with access logs of your site, and see where those _POST requests came from. You can also try updating to 1.0.3 which is tagged in the repository but not available for download via .zip quite yet.
In reply to: Unwanted Anonymous Posts?Ask your webhost to provide you with access logs of your site, and see where those _POST requests came from. You can also try updating to 1.0.3 which is tagged in the repository but not available for download via .zip quite yet.
In reply to: bbPress 2.0 – UpdatesTry
bbp_is_forum()
Otherwise, because of other plugins like BuddyPress it’s hard to know exactly if we’re in *any* bbPress page without running through all the _is_ functions first. I have it set ‘bbPress’ as the body class if a bbPress page is detected, but that happens pretty late in the game. Would be better off checking for a specific _is_ and going from there.
In reply to: bbPress 2.0 – UpdatesThe bbp-twentyten theme is currently a child theme, but will most likely be a parent theme and include all of the updated twentyten’s theme files in addition to the bbPress ones. Granted, that’s going to crowd the theme up with a ton of files, but that’s kind of just what happens when you add a ton of functionality.
In reply to: So….Whats happening with bbpress?You won’t need to. The plugin will handle it for you, provided the data lives in the same database.
In reply to: So….Whats happening with bbpress?You won’t need to. The plugin will handle it for you, provided the data lives in the same database.
In reply to: bbPress 2.0 – UpdatesSadly no. The bbPress plugin for WordPress is a complete rewrite of bbPress from the ground up to fit inside of WordPress.
If anyone wanted to step up and write some kind of compatibility code would be neat, but it’s unlikely to ever happen and isn’t on the roadmap is it stands today.