Search Results for '\"wordpress\'
-
Search Results
-
I updated my web site today to bbPress 0.9.0.2 and WordPress 2.5.1. Cookie integration settings got out of whack and I put them back, but now the two are in conflict.
I’ve verified (by clearing cookies and watching as new cookies are registered) that both bbPress and WordPress are using the same cookie for login info — same name, path, etc.
However, when logging into WordPress I am logged out of bbPress, and when logging into bbPress I am logged out of WordPress. So they appear to be using the same cookie and overwriting it as I login to each section.
Note that the SECRET_KEY and BB_SECRET_KEY definitions in each respective config files are identical.
The cookie seems to be broken up into three parts: user name, a shortish numerical code (in decimal), and a long hexadecimal code. The name and shortish numerical code are identical between bbPress and WordPress but the long hex code changes every time. Does this help provide a clue?
Hello everyone,
I want to display a bbPress forum topic within The Loop in WordPress. The idea is that it would appear as an excerpted blog entry like the others, but when you click the permalink, it would take you to the corresponding bbPress forum topic page where you can post comments.
For example, it would be great if there was to query bbPress forum topics that are tagged with “front page”, and display those forum posts together with blog posts within WordPress in chronological order.
The best scenario would be a little “Show in WordPress Loop” checkbox that you can check next to individual forum topics in bbPress. That way you can select certain topics to link to on the WordPress front page.
Does anyone have suggestions on how to do this? Would this be possible with a plugin of some kind?
Topic: Theme similar to wordpress ?
Hi,
I am looking for a similar theme to wordpress blog’s default theme. Anyone has it for bbpress ?
Thanks.
Topic: Troubleshoot integration
I’m using the latest versions of bbpress and WordPress. I intalled bbpress to be integrated with WP. however, when I click over from the WordPress site to the bbpress site I am not already logged in. Is there a list to troubleshoot to see why this happening? I have done as much as I can do so far (eg checking secret words etc).
More irritatingly I find that I’ve been logged out of the WP site when I go back.
Thx.
Topic: Fix plugin browser for 0.9
I tried to post this in the comments off the plugin homepage, but Extend won’t recognize my login. Weird.
Anyway – if you are running 0.9 and plugin browser, you probably see no version listed for all plugins in the ‘Local’ column. This is due to a change in how bbpress stores the plugin paths in the DB (_ck_ clued me into that) The fix is easy. In the main plugins-browser.php file, add ‘user#’ before pb– or pb– on lines 681 (in the preg_replace statement) and line 698 ($plugin) Once I did that, the browser worked fine with correct version info, showed updates that existed, and installed them no problem.
I’m sure the WordPress plugin update stuff will make it into bbpress soon, negating the need for this plugin (to a point – the browse part is still great) but until then – this will get you going.