Forum Replies Created
-
In reply to: bbPress 0.9.0.1 released
Not if you want to share cookies between WordPress and bbPress.
I think you need to ask on the WordPress.org forums why adding a secret key messes things up. Technically, even though you are using an integrated installation, bbPress does not touch WordPress.
Side note: if you have the integration plugins installed, you will need to remove them. They are no longer required.
The bbPress role will not be applied for users created in WordPress until the user logs in to bbPress.
In reply to: wp-includes/pluggable.php on line 689See this page in the documentation.
https://bbpress.org/documentation/integration-with-wordpress/
In reply to: wp-includes/pluggable.php on line 689Remove the integration plugins, they are not required anymore.
In reply to: 0.9 – No GravatarWhen you upgrade you should replace all files except for my-plugins and my-templates and in future cases bb-config.php
In reply to: Import/Export from one bbPress to anotherYou have just described one of the Google Summer of Code ideas that might be going ahead.
https://codex.wordpress.org/GSoC2008#Web_Forums_Export.2FImport_Standard_and_Tools
This is something I will be pursuing to create better interoperability between different forum platforms.
In reply to: invision board?We will potentially be adding import/export features during the Google Summer of Code program.
In reply to: Post author name?Use:
<?php post_author(); ?>
In reply to: wp-includes/pluggable.php on line 689Are you including WordPress inside bbPress?
The failure is occurring in WordPress’ pluggable.php file, not bbPress.
In reply to: Can’t login after upgradeThere are two files changed from 0.9 to 0.9.0.1
- bb-includes/pluggable.php – adds the wp_set_password() function
- bb-includes/functions.php – increments the version to 0.9.0.1
In reply to: 0.9 – No Gravatar@ buzz
The new templates were tested pretty thoroughly. Are you saying the misalignment occurred when you were using Kakumei or your own theme?
In reply to: bbPress 0.9.0.1 released@ lostdeviant
Sounds like you just need to logout and then log back in to WordPress once you have changed the WordPress Secret Key
In reply to: bbPress 0.9.0.1 released@ obiztekworld
You may not have a config.php file here:
http://www.obiztek.net/newbb/config.php
But you do have a config.php file one level up here:
http://www.obiztek.net/config.php
Which the installer is detecting. Move that file and you can get going with the install.
In reply to: Broken integration with wp 2.5?I’m glad it’s working for you. Enjoy!
In reply to: 0.9 – No GravatarYour theme needs to support the new template tags used to show the avatars. Probably only the Kakumei themes have these tags, but you can copy them to your theme and incorporate them.
In reply to: Just launced – integrated with WPMUThe problems you are describing sound like .htaccess problems and should be solvable.
In reply to: What if…Set up the user role map in the “WordPress Integration” section of “Settings” in the admin area of bbPress. This will apply roles for each existing member and for subsequent members who join.
In reply to: Upgrade problems (continued to fresh install)A fix for your problem has just been made available in version 0.9.0.1
@12thharmony
Would it be possible to get a copy of your database to test against?
In reply to: upgrade errorLooks like you got it sorted out. Great!
In reply to: No style display, links don’t workLooks like the styles are showing up now.
You just need to get the permalinks worked out by the looks of things.
In reply to: Blank page after upgrade to 0.9The problem you saw is fixed in version 0.9.0.1 – sorry about that!
In reply to: Broken integration with wp 2.5?branches/0.8 is the same as the release version 0.9.0.1 at this stage.
In reply to: Can’t login after upgradeVersion 0.9.0.1 fixes this problem and is now available from the download page. If you are feeling lazy, the only file you need to change is bb-includes/pluggable.php
In reply to: can’t get into admin panel.Upgrade to version 0.9.0.1 to permanently fix your problem.
What version of WordPress are you integrating with? It needs to be at least version 2.5, I need more detail to help you out.
In reply to: bbPress 0.9.0.1 releasedWe’ve just released a new version that fixes the log in failure occurring in upgraded installations. Version 0.9.0.1 is now available for download.