This was one of the things i had to get used to with BBpress that i think is very weird.
Why are moderator functions on the front end, but not in the admin section?
On one of my forums, i try and keep a very tight ship, making sure things are in the right section, and having the ability to click a check box and selecting “move to—>” would speed up moderation by a considerable factor.
Im trying to install bbpress.
I downloaded the files, and uploaded them to my server.
I get an error at /bb-admin/install.php: “There doesn’t seem to be a bb-config.php file. This usually means that you want to install bbPress. “.
I tried a empthy bb-config.php file, no succes.
Hope some1 can help.
He did post a link, but if you don’t want to click it: http://img254.imageshack.us/img254/8066/blankbutton.png
The button’s html value is blank. It’s not CSS.
Here’s the code to load the text for the button: https://trac.bbpress.org/browser/tags/0.9.0.4/bb-admin/class-install.php#L602
Check the bottom of your modlog.php
to see if it’s the same as the bottom of https://plugins-svn.bbpress.org/bbpress-moderation-suite/trunk/modlog.php
Also, the messages that are already logged won’t change.
Yah I can do all that account stuff myself… it’s just starting to take a half hour a day or so, so was starting to think about self-serve options…
You can deactivate accounts in the profile editing screen if you’re an administrator or keymaster.
Thanks for the feedback!
I guess for the username/password stuff, I’m just mentioning what we get emails from our users about. We get requests almost every day from users who forgot their username or want to reset their password.
Rather than deleting the account, maybe a username shutdown would be a good compromise? The account would have signin disabled, and the profile would show “this username has been shut down”. Old comments from that user would still appear on the site, and link to the “shut down” profile page.
Thanks for the feedback!
I guess for the username/password stuff, I’m just mentioning what we get emails from our users about. We get requests almost every day from users who forgot their username or want to reset their password.
Rather than deleting the account, maybe a username shutdown would be a good compromise? The account would have signin disabled, and the profile would show “this username has been shut down”. Old comments from that user would still appear on the site, and link to the “shut down” profile page.
Other than changing and deleting their own username, those are all great ideas! Changing usernames messes up lots of code, and deleting your own account?!
The Role Manager has been submitted to the bbPress Plugin Repository – in some future version, it will have 0.9 compatibility (if 1.0 isn’t released first).
The BuddyPress PM plugin is for WordPress MU, not bbPress, so you’d be switching over from a forum to a blog hosting social network. The existing PM plugin probably needs to be scrapped — it would be easier to start over (for me, at least), but importing the old data would help everyone that had Private Messaging installed.
The avatars plugin (in my opinion) is doing the right thing the wrong way. By making the plugin a “real plugin” (no editing core files, no putting files into other directories) and splitting the avatars into separate folders, the plugin would be a lot better.
As for resetting passwords, or for that matter, the entire password system of bbPress as a whole, the idea is already being discussed.
A good role manager would be awesome. Right now I have to create a new plugin every time I create a new Role… kind of a pain.
If someone took the existing PM code and then refactored it and removed security holes… that would be huge. It’d be particularly awesome if it used the same database model, so the old PM’s were still readable! I’ve heard BuddyPress is working on a PM plugin, so I was considering just switching over to that (if I could use it without installing BuddyPress).
The Avatars plugin out there is hard to configure (there are at least 3 separate files you have to install in different places), and it dumps all avatars in a single folder (not sure if that scales). It’d be fantastic if someone could clean that up.
Fundamentally, bbPress needs better user account management. Users can’t easily reset their passwords or look up their usernames… and there’s no ability to change or delete your own username. Those would be huge additions.
Thanks for asking!!
Okay, I’ll try another, less confusing question.
What features are missing from bbPress that in your opinion, a good forum software should have?
(Can a mod please add that to my first post?)
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?’
There have to be some features that phpBB does better than bbPress. Otherwise, everyone would be on bbPress and nobody would use phpBB! I just need to know what they are.
Better is subjective.
I don’t want a cash mod. I don’t want PMing. I don’t need a full role manager.
So I vote for ‘other’ as ‘none’
- The users tab was because I couldn’t find any good place for it. The plugins tab actually sounds pretty good.
- I’ve added that and it will be in the repository shortly.
- Yes. I’ll work on that right away.
Edit: It’s now in the repository, so the development zip should update soon.
Has there ever been an attempt to integrate a spell checker into bbPress or planned for future releases?
There should be a pulldown on the bottom of the page that let’s you move topics? There’s a nice description of what it looks like here:
https://bbpress.org/forums/topic/how-do-i-move-a-topic-to-another-forum#post-28004
Does the pulldown show up for you when you’re logged in as keymaster/admin/moderator?
Hi All,
I am running bbPress “Brubeck” version 0.9.0.4. However, it seems like bbpress does not have a built-in function to move posts from one forum to another forum. This seems like such a basic necessity for a forum platform to have. Does anyone know of a plugin that can accomplish this and will work with bbpress version 0.9.0.4?
Thannk you,
SupraTT
http://poll.fm/xxa8 Vote here if you’re too shy to post.
No, I hadn’t tried asking in the WPMU forums. I just went ahead and uploaded the non-alpha release. I’m running into a situation where the installation is asking me for a Secret Key, though, and all I have are:
define(‘AUTH_KEY’, ‘…’);
define(‘SECURE_AUTH_KEY’, ‘…’);
define(‘LOGGED_IN_KEY’, ‘…’);
define(‘NONCE_KEY’, ‘…’);
define(‘AUTH_SALT’, ‘…’);
define(‘LOGGED_IN_SALT’, ‘…’);
define(‘SECURE_AUTH_SALT’, ‘…’);
instead. Also, what the “database secret” is, I don’t know either.
Thanks!
Now, before you say “it isn’t”, I’m not looking at the forum software as a whole. My plan is to make all of the important features of phpBB available to bbPress users.
So far I can think of a few things:
- The Cash Mod – I accepted this project over a year ago and I still haven’t released the first version.
- A private messaging feature that doesn’t have 24512 security vulnerabilities
- A full role manager
bbPress shouldn’t be tightly integrated with WordPress. There are too many things that won’t work. Try removing the line of code that includes WordPress into bbPress.
/bb-admin/admin-base.php?plugin=bbpress_moderation_suite_modlog is the only place moderation logs are. I know the way I talk about it is a bit confusing.