Forum Replies Created
-
In reply to: Version 2.1-rc4 topics getting mixed up
Global sticky posts throw the counts off because they are part of the pagination, but aren’t actually in the current forum.
Happy that was an easy fix.
In reply to: HELP! EMERGENCY!Posts edited to remove fullpath.
In reply to: HELP! EMERGENCY!Looks like you’re hosting this on your local Windows machine?
In reply to: Version 2.1-rc4 topics getting mixed upThat does look pretty odd. Do you have a bunch of global sticky topics? I see at least 1 poking out there.
Try again.
The sequence to tag bbPress to the WordPress plugins repo is a bit wonky, so you probably got an out-of-date zip.
I just tested it now, and it appears to be fine.
Sounds like the theme just doesn’t enable bbPress to hook in and take care of things. You’ll want to talk to Woo about bbPress compatibility. Tell them to ping me (here is fine) if they have questions.
In reply to: Suggestion: Add moderatorsNot only does that not scale, it simply doesn’t work. Better to actually prevent it from getting in, which bbPress 2.1 will do.
In reply to: wp-admin/ no access to ForumQuestion of the day: Is your account actually an admin account?
In reply to: wp-admin/ no access to ForumYou assumed wrong. That’s okay, because next you need to figure out which plugin isn’t working correctly by deactivating them one at a time and seeing which one stops the bad stuff from happening.
I have a hunch it’s the bbPress Admin Bar Addition one.
Ultimately, you just need to open the hood and start tinkering.
In reply to: wp-admin/ no access to ForumWhat version of bbPress? And where are these incorrect links located? What plugins other than bbPress are you running?
In reply to: Forum Participants can't edit their profilesThis felt like a bug to me, either in bbPress or some other thing, so I created a ticket and fixed it right away for bbPress 2.1.
https://bbpress.trac.wordpress.org/ticket/1887
Users with accounts should almost always have the ‘read’ capability. If they lost it somehow, it seems like it’s because something interfered with it.
In reply to: wp-admin/ no access to ForumYou don’t get to change those links; they are created automatically by WordPress.
What version of WordPress are you using?
In reply to: New topic button does not work in forumsThis should be as easy as finding the link in your theme, and changing it. Search your theme’s template files for #new-topic and see what you find.
In reply to: bbPress 2.0 – Theme CompatibilityIn bbPress 2.1, functions.php is replaced with bbpress-functions.php in your theme, to avoid the conflict.
In reply to: Forum not showing topics or new post buttonsLooks like your theme doesn’t allow for bbPress to work correctly. What versions of BuddyPress and bbPress are you using?
In reply to: bbPress 2.0.2 and 1.6MM posts = painfully slowYeah; the meta queries are really awful.
I think I’ve resolved the issue. You’re one of the first people to report back using bbPress 2.x at that scale, so I’d love some feedback on the change.
The URLs do follow the same structure as WordPress, exactly actually.
Keep in mind that WordPress has never needed to have a mixed post-type URL structure, except for the case of attachments (which don’t really count.)
None of the words in the URL are ‘useless’ since they’re all indicative of where the content lives.
bbPress and WordPress are designed to allow those with specific needs and wants to customize the codebase, and contribute the changes they needed up-stream to the parent project. If this is something multiple people would like, I suggest you group up and build it. If it works, and more people want it, we absorb it into bbPress core.
Boom.
In reply to: bbPress 2.0.3 and WordPress 3.4It 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?