Hello fellow bbPress admins!
I have wordpress and bbPress installed on a Mac OX Leopard server running PHP Version 5.2.6 (Safe Mode Off) and am having problems activating bbPress themes and plug-ins. Mind you everything else is working fine as well as WordPress which is working perfectly, but in bbPress I get the following errors:
Your attempt to switch themes has failed.
Please try again.
In the case of Plug-in’s I get
Your attempt to do this has failed.
Please try again.
In terms of Troubleshooting I have:
1. Tried the Akismet and Bozo plugins and the two default theme(s) included by themselves and I cannot switch between the two default themes nor activate the default plug-in’s.
2. Tried each plug-in individually. None will activate.
3. Tried adding the underscore (_) to the name to force the loading, they still wont work, but the show up as “Automatically Activated”.
Heck, I even Added the .htacesss rules for name friendly urls, did not help.
My questions are, do I need to set anything up differently for bbPress Plugins and Themes an two is there an error log for bbPress that I can view to try and sort out?
Is this a known issue on unix/linux variants?
Thank You in advance for your help
Hi, I have exactly the same problem. Do you have any ideas what could cause this? It is problem with theme obviously, because when I switch to default one, everything works. I just have no idea what could i break to do this error. Didnt touch anything important as far as I know 
btw – another thing which doesnt work is redirect – like when you forget to enter topic title and then press submit. You will get some error in default green layout (not inside my theme) and displayed link “back” leads to forum homepage, not to the topic post form – where it should…
If you deleted the topic that was tagged with bbPress (it’s the default first post/first topic I believe) then you just need to recount. There is an option there something like “Delete tags with no topics.” If you go through the recount, just check them all and the phantom tag should go away.
With version 1.0-rc-1 and the default template (or if the current template includes <?php bb_topic_admin(); ?>
) and you are logged in with the proper credentials for moving a post you should see the “Move this topic…” dropdown. With Kakumei it appears under the Reply form.
Lines 49-55 of kakumei’s topic.php:
<?php if ( bb_current_user_can( 'delete_topic', get_topic_id() ) || bb_current_user_can( 'close_topic', get_topic_id() ) || bb_current_user_can( 'stick_topic', get_topic_id() ) || bb_current_user_can( 'move_topic', get_topic_id() ) ) : ?>
<div class="admin">
<?php bb_topic_admin(); ?>
</div>
<?php endif; ?>
Thanks, I gave that a shot, but sadly it did not make any difference. I had turned on multiviews so I could use pretty permalinks, but changed it back to default and turned off multiviews, but I still get a 404.
You have to tell bb, when you set it up, where wp is
Default assumption is that it’s the same folder. You’re going to need phpMyAdmin or something to fix it.
Go into your XXX_forum database and open up the bb_meta
table.
Look for:
user_bbdb_name
user_bbdb_user
user_bbdb_password
The first one is the NAME of your WordPress database (so XXX_wrdp1
), the second is the ID used to access said database (sounds like XXX_wrdp1
from your post) and the third is (heh) your password for that ID.
Set those up to point to WP and you should be able to log in.
Hey,
I’ve a problem with bbPress integration with WPMU. All installation steps going fine. I enter cookie integration fields, the same database, use default prefix’es, but nothing solves the problem.
In 3 step of bbPress installation when I enter existing user “admin” in key master field it shows me an error – “The key master could not be created. An existing user was found with that user login.”. But even if I choose new user, forum installation ends fine but when trying to login, it redirects me to install wizard once again.
With single install (without integration) bbPress works fine.
I’ve setup the role map, and WP integration ages ago, but newly registered users get “inactive” role by default… ? (WP2.7.1&bbP1a6)
My new forum is the Alpha. And the theme is the one that comes with it by default (kakumei).
The old forum was 0.9.0.4 that I upgraded to the Alpha in order to export.
Any ideas? Thanks so much for your help!
Yes but defining ‘better’ is really subjective! 
Look, better for ONE of my sites is a barebones bb. Better for the other is Invision. It has to do with what you, as an admin, want to support, what kind of users you have, what you need to integrate your site with, etc etc etc.
In short: Any answer you get will be based on the specific individual needs.
You’re never going to get a definitive answer. Instead, you need to ask a better question: “What features do you feel are important in forum software?” Then you get a list of the default features in each board software and list them all.
From THAT, you can make a breakdown of ‘Who handles which plugin better?’ and have multi-choice.
Which would kind of be a cool app to help people pick the right forum software, but it still rolls back to ‘what’s right for you?’
After some searching @ this forum, I’m really confused on how to make replies links to open on a new window by default. I’ve found some tweaking plugins by CK, but I think that was a really early version and didn’t worked out.
I’m using 9.0.4. Anyway to target=”_blank” links and bbCode-lite?
I switched the theme to default and tried it again. Upon hitting submit the password fields highlighted in red – which they don’t do in the Options theme.
For some reason in Firefox and only with this particular installation of bbPress my first password field auto fills. The page thinks I’m trying to change my password and wants me to fill both password fields.
Problem solved!
do follow is the opposite of no-follow, last I heard. Which is amusing since by default, it’s all do-follow 
That link is interesting! Wonder if it actually happened (dated Oct 2007…)
It works like a charm…you are the best! Thanks much.
HParticipant
How can I decide which tags people are allowed to post?
I want to use tiny_mce, and want people to be allowed to post
* a
* blockquote
* cite
* b
* i
* p
* u
* ul
* li
* img
It seems for example like the p tag is forbidden by default…
Hello, thx for your answer.
I use the default template (theme) named kakumei.
I tried the blue version : same result.
I tried to use alpha 6, but from scratch, i had many issues. Unable to share user session with WP.
Not the same version from bbpress integration module, on the WP side. (only alpha 4.1, not alpha 6).
I tried to upload directly, but I had problems.
It’s really difficilut, an finally, i spent a day of work, and my forum doesn’t work.
I hope i’ll run ^^
facebuddy is a css make up ( so it’s not a new bp theme
)
it means integrating the default one, you’ll have facebuddy theme working
Are you using the default theme? If not, try the default theme and see if you have the same error. Someone else posted this recently and I can’t recall what it turned out to be. Here are a couple relevant posts:
https://bbpress.org/forums/topic/can-not-post-new-topic-in-this-forum#post-25509
https://bbpress.org/forums/topic/bbpress-error-closed-topic#post-22226
https://bbpress.org/forums/topic/problems-with-forum-is-category-in-10-alpha-6#post-25526
Also, why are you using alpha 4? I thought the basic integration screencast used alpha 6 and WordPress 2.7. There may be some bugs that were fixed between alpha 4 and alpha 6.
Looks like you are using an Apache web server. If that’s the case, edit the .htaccess file in the root folder of the website, and make the index page for the site whatever you want. It might look like this is you want a static page home.html
to be the home page for the domain:
DirectoryIndex home.html index.html index.php
That says “look for a file called home.html first, and serve that if it’s present. If not, look for index.html next and then index.php.” It’s good to have at least two in there, so if the first one is not present, it can fall back on the second one.
If you host does not allow this override in the .htaccess, then you will need to do something different. This is the easiest way. Post your results after you try it.
I have created several static pages on my site (www.wbs80.com) which is using bbpress.
I would like the static page called “Home” to be the default page seen when my site is visited.
Currently the default is the “Forum” page. How do I change this?
Thanks in advance.
Very nice clean layout, I like it alot.
The poll puts itself by default wherever the topicmeta is, however you can change that. Just a guess, untested, try putting this near the top of your topic.php
template:
<?php remove_action('topicmeta','bb_polls_pre_poll',200); bb_polls_pre_poll(); ?>
@Trent. Thanks for the reply. Hmm, I hadn’t thought about it being an issue with the theme. I didn’t give gravatars a try on the default theme, so I can’t confirm. And not easy to test with the site in the wild now. I think next steps is for me to research the theme and see where that takes me. BTW, is “SVN” software version number? Thanks!
I can’t replicate this with the latest SVN and the default theme as gravatars show up. I see what you mean though. Does it work with the default theme for you? That theme you are using might not support gravatars?
Hi,
I’m about ready to launch a BBpress forum version 1.0 alpha 6, that’s integrated with WP 2.7. Everything is looking good, but I’m not able to get Avatars (specifically Gravatars) to display on the BBPress side. They’re showing up perfectly on the WP 2.7 portion of the site.
I’ve tested a bunch of different combinations in the BBPress admin just to make sure that a bit wasn’t flipped the wrong way. I’ve tried all different levels of Maximum Ratings, Show Gravatars (checked/unchecked) and even played with the default images. No luck.
Anyone have any suggestions? Is this a known issue with V1.a.6 by chance?
Thanks.
I started with the ‘default’ buddypress theme, that comes with the package, as i may think it is more generic and easier to study on how things are done 
And thats why i choose the ‘blue’ things .. 
But, first thing first .. Just altering and tweaking the buddypress them a lot right now, and the next step whould be the bbpress theme, so it matches