Forum Replies Created
-
In reply to: bbPress 2.0.3 and WordPress 3.4
It doesn’t directly. I’m working on ways of addressing this for a quick 2.2 release.
In reply to: register for the forum“Forum Moderator” is a role in bbPress. There is a ‘moderator’ capability you can map too, if you’re a developer also.
bbPress 2.2 will include more functionality in this regard.
You’ll need to write a plugin to prevent logged-out users from seeing the forums. You can also make each forum ‘private’ which will hide them from logged out users.
In reply to: Can anyone tell me how to correct this?Can you replace your big code-dumps with links to pastebin, or some other place? Thanks!
In reply to: bbPress 2.1, is single-forum-edit.php necessary?single-forum-edit.php is used by BuddyPress, for group forums. You can also do /edit on a forum, and it will use that template.
Twenty Ten missing the feedback-no-replies.php reference was an oversight, just fixed now. r4049
In reply to: Is BBPress responsive?It might need some additional CSS to make it actually look the part, but it should look *okay* enough to start.
In reply to: Text input not visible in bbPress 2.1 RC2Saw you created a ticket on trac; thanks!
I tested on Chrome 20 and Aurora (Firefox 15) and it works for me.
Most likely a JS error, or some other conflict. Marking as resolved, since it works by itself.
In reply to: "start new" linkCreate a WordPress page, and use the new topic shortcode: [bbp-topic-form]
In reply to: can't access dashboard after installing bbpressProbably out of memory. Both bbPress and BuddyPress are large plugins. Loading up all that code takes resources that your host may not have. If you deactivate one ore the other, does everything come back up?
In reply to: Posts registering in Activity feed, but disappearingbbPress doesn’t put posts in pending status, for any reason.
Does this problem happen for all forums? Group forums? Can you narrow the issue down to something smaller and reproducible?
In reply to: Member Profile Page IssueYou’ll have more luck asking over at buddypress.org.
In reply to: Posts registering in Activity feed, but disappearingAccess log isn’t very helpful here. The error log will be, as well as any information you can provide on the memory monitoring side. What function causes the spike, etc…
You’re welcome. I tried to clear it up a bit, and you’re right that it’s still a weird experience. If you have improvements, I’d love to see them.
“Restart” is what’s causing the problem, since it literally restarts the import from 0. Don’t tick that box, and it should continue where it left off.
Visit your permalinks page, and save them.
If the theme is all you’re worried about, don’t use bbPress 1.x. It’s outdated and no longer under active development, so you’re investing in a dead-end. bbPress 2.1 can be themed to look like anything you want it to later; you’re better off starting clean with the newer engine than trying to fix up the old one because you like the paint.
In reply to: bbPress 2.0.3 and WordPress 3.4xmasons: Fixed. I incorrectly unbumped the version back to 2.0.
Anyone having issues with 2.0.3 should try bbPress 2.1 RC2.
In reply to: Testing bbPress, something is wrong!Did you create any forums?
It’s possible, but I don’t see why you’d want to run bbPress 2.x and bbPress 1.x side-by-side if you didn’t have to (like BuddyPress users currently need to do.)
It’s much easier to do this with bbPress 2.x, and WordPress multisite. Just create a new site, and activate bbPress on it, too. Boom; two forums.
In reply to: Topics Page in Word Press Backend SettingsThe lesson you’ve learned is more important than any answer you will get…
Don’t modify core files.
You’ll want to delete the bbPress directory completely, and replace it with a new installation.
Best changelog I have is in our trac. It outlines every ticket and code change since 2.0 was released.
Thanks for your offer to help. What do you want to do? You can basically write your own ticket. If you’re familiar with IRC, you can join #bbpress on freenode; many of us idle there together to chat about what we’re working on.
User profiles are always public, and no – you cannot edit a profile that is not yours unless you are a keymaster.
If it was a security hole (which it’s not) posting about it in a public forum is a no-no.
The “…This is how your profile…” string is part of bbPress 1.1, and not part of 2.0, but I see you’re using 2.0 on your site.
All of this, makes me confused.
What version of bbPress are you using? I think this issue is already fixed in 2.1 beta 1.
Also, thanks for the kind words.
Yeah; the way WordPress handles archives automatically for us makes it a bit strange to figure out at first. Once you get it, it makes perfect sense though.
Any suggestions on how to better label the fields that would have made it easier to understand?
In reply to: bbPress for Millions of posts?Can’t speak for the others; if scalability into the billions of posts is really your concern: at volume, the platform matters significantly less than the operators and system administrators keeping up with the growth. Most of your static content will be served directly from the cache, and there’s not much you can do about database writes; they have to happen anyways.
If what you’re looking for is for someone to tell you that bbPress will out-perform some other platform is some specific way, I think you’re on your own. What I can tell you is that bbPress very much is in active development, and is optimized to use all of WordPress’s cacheing API’s, with constant efforts specifically going into further optimization in future versions.
In reply to: Still can't hide tags input (twentyten)Do not modify the core files that are included with bbPress.