Search Results for 'bbpress'
-
Search Results
-
Do you think is it possible disable login for subscriber and the registration form of wordpress and use only bbpress for login/registration/edit profile ? i don’t have bbpress installed at the moment, but i don’t want two registration form, two login form, a wp panel and the edit profile of bbpress.
thanks
Hiya,
I’ve come across a problem – i’m having to pick between the flash upload bug in 2.5 RC1 and the fact that cookies don’t work for the RC1+ wp integration.
can anyone help me resolve this? how are people dealing with this? I’m not averse to hacking a solution either way if necessary.
i need to use WP/BBpress on a heavily customised client based implementation so am guessing that the alpha implementation with 2.7 isn’t the way to go?
Thanks
Dan
Ok hey alll.
Lets say i have something like: http://www.mysite.php/?cat=623
and inside that category i have one post
and i want to show in that post the bbpress forum
dunno if u get my point here on what i want to do
i want to have bbpress to show inside a page that belongs to a category that lets say i called it Forums
is there some integration code that i have to put in that page or something ?
thanks
Several month ago, Google started showing special meta data in search results for popular forums like vBulletin and phpBB, like how many posts in a topic, the last date of the last post, etc.
Unfortunately since every forum type is different, younger forum types were left out, including bbPress. I tried to find the right person to contact at Google to help them add bbPress, but to no avail.
However I was very pleased to notice tonight that Google is suddenly showing meta info for sites using bbPress forums!
Here is a search example:
http://www.google.com/search?&q=site%3Abbpress.org+forums+browser
Here is a highlighted snapshot in case you have no idea what I am taking about:
http://img144.imageshack.us/img144/9336/googlebbpressdetectionok7.png
It’s only working on a handful of sites using bbPress at the moment but hopefully that will grow and this is a very good sign.
I hate to bring this up again, but do to the lack of documentation for bbPress, I have to. I know the approach I’m taking will use more server resources and that most bbPress people tell you not to do it, but whatever.
I’m shooting for 100% seamless integration, with the same exact sidebar as the rest of my WP pages that updates with the rest of the site.
WordPress 2.7 is installed in / on my server, while bbpress 1.0-alpha is installed in /bbpress.
I added the following to/bbpress/bb-config.php:
include('../wp-config.php');
Then I replaced
bb_get_header()
withget_header()
in the theme files, so my WordPress header loads just as expected, BUT wp_head does not execute, so most of the styling for my template is not loaded.At what point does wp_head fail or get canceled? I tried this exact same thing with the stable version of bbPress, and wp_head executed fine, but I couldn’t log in (it logged into WordPress instead, weird?).