Forum Replies Created
-
In reply to: bbpress and qtranslate
If qTranslate purposely supported bbPress, it’s possible a regression or change in 2.1 broke something. qTranslate does a few unconventional things with the_content and wp_editor, so I’m happy to see they worked together at all. 🙂
In reply to: Unrestricted HTML WarningCorrect. You see that warning, because you WordPress allows you to post anything you want to. Even potentially malicious JavaScript or the like. It’s a feature, and bbPress is politely reminding you of it.
In reply to: bbpress BAD WORDSUse WordPress’s discussion settings. bbPress will obey them.
In reply to: Search for ForumsThis reply is not really helpful, or encouraging. It actually reads like spam, so I’m closing this topic and keeping an eye out for similar responses.
In reply to: WP-Markdown: No preview for list itemsFixed. Thanks for the heads up.
In reply to: Call to undefined method stdClass::have_posts()These errors have come up a few times here recently. It’s a regression in a way, but it’s also the themes doing-it-wrong, and using bbPress loops outside of their intended purposes. My fault for not documenting them more in-depth, or protecting the data from being used incorrectly.
It’s most likely because of the themes using bbp_has_replies() outside of the main query loop. More helpful than the error itself would be the backtrace of what actually caused the error to occur.
In reply to: 2.1 questionsTopics replied to may have been left in on accident; I’ll have to look. The current schema doesn’t make this an easy query to perform, so I meant to pull the UI for it in 2.1.
In reply to: CSS Style IssuesBy default, you can target bbPress specific styling using the #bbpress-forums ID.
In reply to: Key MasterYou tell us, though hopefully only a display error. No reason all of your users should have super admin and/or admin privileges, unless you have a forum full of admins.
All kidding aside, if there’s an action or filter missing somewhere, let’s work together to make sure it’s there in 2.2.
In reply to: Lock/Assign Specific Forums to Specific Members OnlyBy the end of the year.
In reply to: Losing CSS on custom 2.1 theming when I add a FileI’ll put up a list and description soon. It’s tripping a few people up.
In reply to: Losing CSS on custom 2.1 theming when I add a FileSome helpful docs to get you started.
In reply to: bbPress 2: Manual activity stream integrationMost of this comes already baked into bbPress 2.1. No reason to duplicate these efforts.
Patches welcome. 🙂
In reply to: Can't view or post to forums after 2.1 updateIdeally, theme authors should update their themes for the latest version of bbPress. In bbPress 2.1, the $bbp global was replaced with a function call to bbpress(). The snippet of code above is recreating the global that 2.1 eliminated the need for.
Absolutely no clue. There an in infinite number of factors, usually related to a plugin or theme conflict.
In reply to: conflict with blogVisiting the pemalinks page of the broken site, and clicking Save like I suggested above is how WordPress flushes out the rewrite rules, and replaces them with what should be a functioning set.
If the issue persists, it’s your theme or a plugin modifying the main query after bbPress is. This would most likely happen in the theme, or something hooked into a template action, probably by way of using the query_posts() function.
A few guesses.
- The theme is filtering every query that WordPress runs, and nooping the results.
- The theme is relying on output buffers, and isn’t cleaning up after itself correctly.
Either way, you were right to switch back to TwentyTen. If you paid for a theme, you’re hopefully paying for support. Ask the theme author what’s up, and see if they can track down the cause.
In reply to: conflict with blogGood idea, but shouldn’t be necessary. If you can track down what’s wrong, a follow up post here would be great.
In reply to: conflict with blogShouldn’t be related unless there is a slug conflict, which bbPress should notify you of.
The blog is missing from the first link, and both your forums and categories are broken in the second. Hard to make any guesses at what’s going on. Have you tried visiting your permalinks page and resaving them?
Will be fixed in bbPress 2.1.1. Sorry about that.
In reply to: Help us combat spamThere will be a lot less spam going forward. I appreciate y’all wanting to help, but I’m focusing more on preventing it than finding it. 🙂
In reply to: Lock/Assign Specific Forums to Specific Members OnlyMore specific user capability management will happen in bbPress 2.2.
Topic edited to remove login info.
Sounds like a bug; create a trac ticket. 🙂