Search Results for '\"wordpress\'
-
Search Results
-
A first attempt at getting WordPress 2.7 and bbPress 1.0 to play nice again is now in trunk [1862].
I’m specifically talking about “deep” integration, i.e. when you include WordPress inside bbPress to gain access to WordPress’ functions.
This will need a lot of testing, so please post any issues you have on the relevant Trac ticket, #972 (which will stay open until some more testing has occurred).
I recommend using the following code at the top of your bbPress bb-config.php file to include WordPress inside bbPress:
if ( !defined( 'ABSPATH' ) ) {
include_once( '/Full/Path/To/wp-load.php' );
}Note that this includes “wp-load.php” not “wp-config.php” or “wp-blog-header.php”. This avoids running WordPress’ template loader which presumably isn’t needed inside bbPress. Some implementations may want it though, so if you find you need it then give it a go and let us know how that goes.
Also note that all filters and actions set in WordPress whether default or added by plugins or themes are cleared out completely. That means that plugins and themes installed in WordPress cannot add filters or actions to bbPress at all. This may have some implications I’m not aware of yet.
Go nuts!
Topic: bbPress Admin
Now that WordPress 2.7 has revamped the admin panel, is bbPress going to follow suit with a matching one? I came along after it had been made to match 2.6, so I never got to see what it used to look like.
Hey all,
So I’ve been checking out various forums to use for my business’ site, and I’ve got it paired down to bbPress and Vanilla. I’m leaning towards bbPress, but I have a few questions that I’m seeking answers to first. If anyone can help me out, it would be greatly appreciated!
(1) Is it available either by default or a plug-in to allow users to post <embed> or <object> snippets to show Flash files?
(2) Is there a plug-in available to allow image uploading to our server, or are all the ways to get an image to display within a thread by bb [img]code or the “Allow Images” plug-in?
(3) Would you consider bbPress’ theme customization to be about as equal (or easier) than WordPress’?
(4) Are there plug-ins to allow for either digg-style voting or normal 5-star voting? Being able to host community-driven contests is important for this project.
Thanks a lot in advance. One of the reasons I always use WordPress for my projects is because the community is one of the best on the Web, so I hope it rubs off a little bit for bbPress! Thanks again!
Hi,
I thought I would post this to just show off and see it their are any bugs people can spot (particularly design tweaks on various browsers and OS).
It utilises the standard BBpress header and footer with the rest being hacked about a bit with numerous plugins installed.
Topic: BBpress/WP integration
Hi,
I am trying to add a bbpress forum to my WP blog.
In the settings -> wordpress integration section of my bb dashboard it requires a WP database secret. There is already some data in that box, but below it says;
‘This must match the value of the WordPress setting named “secret” in your WordPress installation. Look for the option labeled “secret” in this WordPress admin page.’
And when I follow the link to the admin page I am asked for a username and password, but it doesn’t seem to recognise any that I put in, so I don’t know how I am able to check that the values match.
Also, how can I create a link to the forum in the sidebar of my blog?
Any help much appreciated!