Dear friends, from my perspective, integration is mainly meant as sharing and or apply the existent WordPress theme to my brand new bbPress forum.
“users sharing” is not my first issue, I could also say I don’t even care about sharing users, to be true, in my personal case I don’t want forum users to act in my blog.
Now, what about my customized WP theme?
How to use it with bbPress?
How to integrate bbPress theme with my customized wordpress theme?
Thank you for any tip, link and or instruction.
Ciao
Robert
You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?
You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?
You can add your input on the bbPress Forum Profiles over in the relevant Trac Ticket JJJ opened a few days ago, I already added my own thoughts back then too, but in general the ”framework” is there with the WordPress Profile, it might just need a little extra stuff! https://trac.bbpress.org/ticket/1364
Hi,
I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:
/* Deep integration */
if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.
Best Regards, Karl
Hi,
I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:
/* Deep integration */
if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.
Best Regards, Karl
gswaim, test it out and see if it does what you want – I’d be inclined to say yes.
http://wordpress.elfden.co.uk/forum/
I update every few days, so it is fairly upto date.
Hi,
I hope someone can help me here, I’ve tried Googling and searching this forum but haven’t been successful in finding an answer.
WordPress 3.01 using TwentyTen theme
bbPress 1.02 using modified Kakumei theme.
Single database with additional chars added to table names (e.g. wp_obscure_)
I integrated WordPress and bbPress by following this tutorial by Ashfame.
I can access the bbPress Dashboard but I cannot make any changes to the Settings or (more importantly) add new Forums or sub forums – I am redirected to the WP dashboard when I press the “Add Forum” button (or similar submit elsewhere).
Naturally, I can’t be going into the database each time a new forum is required.
Best Regards, Karl
@ Rich: All the other plug-ins show up fine.
@ CitizenKieth: I am using cyberduck for my uploads, I never had a problem like this before.
I have also tried to install bbpress on 3 other wordpress websites of mine and it does not show either, they are all on the same hosting company, and they all have the latest wordpress.
I’d totally agree if there was built in functionality within WordPress for image uploads by subscribers… which there isn’t.
hence better served by a plugin
I’d totally agree if there was built in functionality within WordPress for image uploads by subscribers… which there isn’t.
hence better served by a plugin
Hi Rich
I understand that argument for as the standalone versions, but if the functionality is already there to use in wordpress, why not use it as default?
Hi Rich
I understand that argument for as the standalone versions, but if the functionality is already there to use in wordpress, why not use it as default?
Any word yet on when we are going to see some type of integration or plugin?? I’m dying to find out. Also, Is there any easy way to integrate bbpress into my current wordpress site without having to learn bbpress code to make it look seamless? I actually love learning but don’t have the time right now, 5 sites in 6 months…
Hey, this looks great. I just installed a new wordpress site. And would really like integrated forums. Could someone give me a more step by step guide to getting this working. I have yet to install bbpress. Thanks!
I’m having the same issue described above, after following an identical installation. Clearing my cache does not resolve the problem.
Does the current release of BBPress actually integrate with the current release of WordPress?
I’m having the same issue described above, after following an identical installation. Clearing my cache does not resolve the problem.
Does the current release of BBPress actually integrate with the current release of WordPress?
as the plugin will be using WordPress functions, will it include image upload/image tags or will that be a plugin?
as the plugin will be using WordPress functions, will it include image upload/image tags or will that be a plugin?
Hello, here is the update in order, I upgraded to the latest version of WordPress, re-added the plugin, switched to twenty-ten theme, deactivated all of my plugins and the bbpress plugin still does not show up.
i made website with wordpress and added chitika premium eMiniMalls to it successfully using chitika plugin but couldn’t do that with bbpress anyone knows how?
DeysonOrtiz: Yes Mark I see the bbpress.php file and every other file […]
Well if thats the case, then I see no reason why it shouldn’t show up in WordPress at all, ready for you to activate and start playing about with! Very odd…!
I need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).
I need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).
John James Jacoby: For people running into issues on Windows local installs, svn up and test the most recent trunk. The solution isn’t very pretty but appears to work on all server configs.
I love this (ugly) solution, thanks for taking the time to do what you did, and if what Ryan Boren did in a particular change in WordPress helped too then grand!
With this, you can tell Automattic made a good call adding you to the team (congratulations again!)
Rich Pedley: Works OK for me, I never thought of just changing that portion (doh).
You always think about it after you see the change made, I’m sure I’d been playing about with that at one stage but had nothing like the final ”solution” shows … least we’ve got JJJ to help us! 
DeysonOrtiz: I dropped the ‘plugin’ folder into the wp-content/plugins folder and then changed the folder named ‘plugin’ to bbpress.
By rights it should show up fine in either folder. So inside the /wp-content/plugins/bbpress/ directory do you see a bbpress.php file? Can you just double check all the files needed to run the bbPress Plugin have been uploaded!