Search Results for 'test'
-
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!
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!
Sometimes forum topics are so interesting that they get many replies and bbPress v0.9.0.2 does not have any links to the latest reply when you go to a topic.
So I created one as you will see when you go to any of the topics in the Set Forever forum.
Here’s a link to the code update to the Kakumei theme for the topic.php file:
Topic: It’s time for next alpha
Ok, guis, WP 2.7 is here. Give us bbpess alpha 3 to test it.

Because of … there are only 59 active tickets
Topic: Using Sticky Post
I’m new to using bbpress and installed version Version 1.0-alpha-2
In one of the forums, I did a post and made it sticky… I other forums the sticky is always the first post(s) with all the other post underneath.
The main forums is showing 1 topic and 1 post. When I click on the forum, it isn’t there…. The only place the post sticky shows is in the latest discussions and not in forum area.
Is there some way to make the sticky topic show up in its forum?
Thanks
Ann
Topic: Limit front-page.php
I would like to only display 10 topics on my front page, but 40 when viewing each forums individually.
Is there an easy way (within the theme maybe?) to limit the front-page.php latest discussions to a smaller number than the items per page assignment in the admin panel?