MotaBoy, yes, in Settings -> Forums.
While I can say that this will almost definitely not appear in the bbPress standalone version of bbPM, I’m currently porting bbPM to the bbPress plugin, so I’ll try to implement this in an upcoming version.
While I can say that this will almost definitely not appear in the bbPress standalone version of bbPM, I’m currently porting bbPM to the bbPress plugin, so I’ll try to implement this in an upcoming version.
Hi! Is it currently possible to change the slug from ‘forums’ to something else?
“The bbp-twentyten theme is currently a child theme, but will most likely be a parent theme”
that’s great news, thanks!
The bbp-twentyten theme is currently a child theme, but will most likely be a parent theme and include all of the updated twentyten’s theme files in addition to the bbPress ones. Granted, that’s going to crowd the theme up with a ton of files, but that’s kind of just what happens when you add a ton of functionality.
I couldn’t find an answer elsewhere in the forums but the question is:
Can you install bbpress on a WordPress 3.0 multisite and have a single forum that powers all websites in the network?
thanks for what looks to be a great plugin. my question is on the bbPress Twenty Ten theme: it looks like it is a child theme of the Twenty Ten theme (references the twentyten template). is that the case (and intention)? if so, does that mean i won’t be able to write child themes for bbPress Twenty Ten (or use the child themes already written for Twenty Ten)?
No. You have a very modern installation of PHP and there is some code in bbPress that now it deprecated. Nothing to worry about.
No. You have a very modern installation of PHP and there is some code in bbPress that now it deprecated. Nothing to worry about.
Is this plugin fully completed?? I thought it was meant to be completed in December! I don’t see it at wordpress.org. What happens for people that had deep integration and had a wordpress blog as well as bbpress operating?
Mark, body[class*=single-bbp], body[class*=page-template-page-bbp] (or if you’re feeling ambitious, body[class*=bbp]) should match bbPress plugin pages. User profile pages currently use the body class for 404 pages, which is a bug.
Find this line and make sure it says error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);
Find this line and make sure it says error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);
Theoretically, you can use anything for authentication by overriding the bb_check_login function.
Theoretically, you can use anything for authentication by overriding the bb_check_login function.
Hey all,
I was wondering if it’s possible to bypass the bbPress login/registration and just authorize users based on the usertable I have in my MediaWiki installation. I’ve been able to do this with phpBB and vBulletin, so I guess there should be a way to do this for bbPress, right?
Where would I start doing this? As far as I could see there’s no existing plugin for this. I see there’s an LDAP plugin though, so I could take that one and try to rewrite it to use a regular mysql database. Or are there better ways to achieve this?
Thanks!
NOTE: There are some plugins that let MediaWiki use your WordPress/bbPress database. What I’m looking for goes the other way round. I have MediaWiki, and I want bbPress to auth against it.
hi
problem plugin : zaerl Simple Registration
http://bbpress.org/plugins/topic/zaerl-simple-registration/#post-5725
the password it’s not send in my email !!
i wait 24 hours !!
I think your number one priority should be your already established userbase. Of people who are passionaty about BBpress already, and want to get in on the newest version.
So you should make it possible in pretty much all ways possible, to carry on a preexisting installation into to the new plugin version.
That would give the product its best possible start.
I think your number one priority should be your already established userbase. Of people who are passionaty about BBpress already, and want to get in on the newest version.
So you should make it possible in pretty much all ways possible, to carry on a preexisting installation into to the new plugin version.
That would give the product its best possible start.
thank you can you explain how to install to our forum
There will be a lot of people in the same situation, so I’m pretty sure that will be possible, even if it’s not in the first release.
There will be a lot of people in the same situation, so I’m pretty sure that will be possible, even if it’s not in the first release.
Hey,
so excited that this plugin is moving, thanks!
I’m integrating it into my theme and I want to do it in as future-proof and minimal disruption way possible (it’s a child theme of thematic)
I’d like to give all the forum pages a distinct structure (an expanded content div and a narrower, distinct sidebar).
I was thinking that one simple way of doing this is to add a function that adds a ‘bbpress’ class to the body – thematic’s clear about where to put it, but I’m not sure what it needs to be – I don’t think standard wordpress conditionals will cover it (e.g. how to pick up user profile pages?)
Is this something that is worth including in the plugin, or is there a straightforward way to do this that I’m missing?
Thanks for any help,
Mark