Forum Replies Created
-
In reply to: User Roles and Types Translation
This will be fixed in 2.2. It’s fixed already in /trunk.
In reply to: Converting standalone bbpress 1.0.3 to 2.xGreat!
In reply to: Hierarchical Forum and Category LayoutIn my imagination, it’s just the new default thing. Let’s get it working first, see how dramatic it is, and go from there.
In reply to: Hierarchical Forum and Category LayoutShould make it part of the default theme. Thought there was a ticket already; if not, make one and feel free to patch it up. 🙂
In reply to: having all of topics from different forumsGo to yoursite.com/topics ?
In reply to: textdomain not loaded at the right time.See: #1953
In reply to: Hierarchical Forum and Category LayoutUnsticking this. Doesn’t seem like a lot of activity, though I’m still willing to help anyone that wants to take this on.
In reply to: bbPress 2.2Punting several tickets to future release to get 2.2 out sooner. 2.2 will focus on user profiles and user roles and capabilities.
In reply to: Converting standalone bbpress 1.0.3 to 2.xYou may want to update your bbPress 1.0 forums to 1.1 first, then try again.
In reply to: Importing from vBulletin failsIf it’s not on the same server, there’s no way to import the data. Copy the DB over, migrate the data, then delete the old DB tables.
In reply to: What theme does this site use?I’ll update this topic when it’s available. Until then, assume it’s not.
For what it’s worth, bbPress.org uses less than 500 extra lines of HTML and CSS to look how it does compared to an out-of-the-box install. Pretty minimal planning and effort goes a long way.
It’s probably because they aren’t being assigned any role or capabilities, or they’re given a role that bbPress doesn’t know of. bbPress 2.2 should address some of these types of potential issues, but someone would need to look at your installation to be certain.
In reply to: Problems bbPress1 migrationExactly. You’ll want to update to bbPress 1.1 first.
In reply to: Multi-site, BuddyPress, bbPress: User roles changingSounds like a weird bug that 2.2 will address soon.
In reply to: Hierarchical Forum and Category Layout@trendy0 – exactly right.
In reply to: Once bbpress activated site doesn't workIt’s not that it’s incompatible, it’s that supporting hundreds of combinations of multiple pieces of software is not something I’m able to do. There isn’t much that’s changed since 2.0, so I’m curious what the problem actually is.
Turn on WP_DEBUG, and see what errors are happening. Check your error logs on your server. There’s plenty of ways to get more detail, you’ll just need to do some investigation. If you find a bug, I’ll fix it.
In reply to: New bbP plugin install, users cannot create topicsIt’s also capability based, and this is all addressed in 2.2.
In reply to: Just upgraded my wordpress to 3.4.2All sounds pretty weird, and nothing bbPress would have caused directly; it doesn’t touch media at all.
In reply to: Registration form – adding extra fieldsYou’ll want to use WordPress’s actions to manipulate the output of the form. There are also actions on the submission side you can hook into to verify the form data.
In reply to: Using code to change user's roleI’m working on this now for bbPress 2.2, which I’ll most likely fast-track to address this exact issue. I consider it all a big bug, if not just quickly behavior.
In reply to: Once bbpress activated site doesn't workSounds like you’re running out of memory, or some plugin conflict. bbPress is also only really intended to work with current WordPress versions; once you start mixing and matching versions, you’re on your own to troubleshoot.
This doesn’t seem like a BuddyPress issue. I’ve seen other installs have this issue too. Working on a fix for 2.2, and will possibly backport it to 2.1.3.
In reply to: Not seeing all forums createdThe forums query is arbitrarily limited to 50 forums, to prevent it from grabbing a huge dataset. You’ll want to pass a custom ‘posts_per_page’ into bbp_has_forums() to go beyond 50.
In reply to: Don't register~~~~Soo… Turn it on?
In reply to: How do I edit bbPress breadcrumbs?Don’t modify bbPress core. Use the filters instead.