Forum Replies Created
-
In reply to: conflict with blog
Visiting 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. 🙂
Try:
bbp_get_user_profile_url( $user_id )
…where $user_id is an integer.
-
This reply was modified 13 years, 1 month ago by
John James Jacoby.
In reply to: Subscribe/Favourite ajax links issueWeird. If you could create a bug ticket on our trac would be great.
In reply to: Weird permissions issue with admin panel.Most likely a cookie misconfiguration. Try deleting all of your cookies for that specific domain, and logging into the section that you’re not currently able to log in to.
In reply to: Slow down; you move too fastPossible your server time is set incorrectly? That might cause the calculation between current_time() and the users last_active time to have a gap? Though, it probably is a deeper issue than this – could even be a bbPress GMT bug.
BuddyPress Group Forums will eventually be migrated to use bbPress 2, which means they will inherit all of the goodies your site wide forums have, including the fancy editor.
Disqus commenting in your blog should not be affected.
Yes, many people have done this successfully.
bbp-theme-compat isn’t a complete theme; it says so in the files and in the documentation. I’d recommend trying the instructions again. If you’ve tried them enough times and still can’t figure it out, I’d love to know which points we can clarify for you further. The general “it’s broke and ugly and help” isn’t indicative to us where you need our help.
In reply to: Theme Compatibility (2)Doesn’t really make much sense. Can you explain exactly why you needed to modify bbPress files? A Subversion diff would be even better.
Privacy and security are two very different things. bbPress is meant to be whatever you need it to be, by playing nicely with other plugins.
In reply to: Page not found on forum titlebbPress overrides a few things to tell WordPress not to 404, but sometimes themes run extra queries that stomp what bbPress does. In that case, the theme is probably doing it wrong. What theme are you using?
In reply to: bbPress.org Updated to 2.1🙂
In reply to: 2.1 broke my activity streamIt would be great to include some trouble-shooting, checking for javascript issues, etc… There shouldn’t be any breakage, and if there is, we need your help and feedback to track it down.
In reply to: user total reply issue count bbpress 2.0.2The functions to incorporate this are in, but the counts themselves are not actually bumped yet. This is something we’re going to finish in 2.2.
In reply to: Theme Compatibility (2)Most likely the theme compat setting is set to Default, and not Twenty Ten. Swap back to the table based layout in Settings > Forums, and report back.
In reply to: Best way to rollback to a previous versionIt’s not really intended to be rolled back. What’s wrong that you think this is the best solution?
In reply to: Reply TruncationMost likely it’s because the theme uses .reply for comment styling somewhere, conflicting with bbPress replies. Seen this happen in a few places already. Could also be that your theme compat setting got switched to the default instead of the old TwentTen; switching it back to the table based layout might help.
In reply to: I'm finished (I think?)Pretty awesome!
In reply to: bbPress content re-organizationMerged the topics together.