Search Results for '+.+default+.+'
-
Search Results
-
Topic: Posts with multiple pages
I’ve noticed when you click on a topic with multiple pages in these forums, it still takes you to page one….is this the default for bbPress? If so, is there a way to change it so the user is always taken to whatever the last page is? (ie. if the topic has three pages, the link from the forum takes the user to page three).
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!
Hi! I have problems with bbpress and PHP 5.
On my hosting PHP 4 is “by default”. I am using .htaccess with
AddType application/x-httpd-php5 .php
in my top directory.
With this .htaccess file bbpress does not working at all – I can’t install it and can’t use it after install.
Installation process is “windows like” – I
1 delete .htaccess
2 create manually bb-config.php
3 open the start page blog.example.com
4 click “Next” and fill just minimum set of fields. I don’t integrate bbpress with my blog
5 Everything is fine.
Without my .htaccess file bbpres works after install. After upload .htaccess – don’t. I cant open anything, can’t login and don’t have any access. The error message is the same “500 Internal Server Error”.
I don’t use permalinks or any plugins. Just default state …
I reported this here: http://trac.bbpress.org/ticket/1001
I was wondering where in the style.css file is the settings for the width of these columns? This is for the default theme. Any help is appreciated.