Forum Replies Created
-
In reply to: bbPress 2.0 – Updates
@Patrick – Just audited the usage of bbp_get_reply_url() and bbp_get_reply_position() and made some changes. I’ll be sure to test paginated reply subscription notifications before pushing out RC1.
In reply to: My Update to 2.0-beta-3 TankedSorry about that everyone. Typo in the template parts. Fixing asap.
<?php bbp_get_template_part( 'bbpress/content', 'archive-forums' ); ?>
…should be…
<?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
…as seen here at the trac revision.
In reply to: bbPress 2.0 – Updates@bradsucks – Topic tag behavior seems to be hit or miss since Beta 1. I’ve added some extra logic into the permalinks to check for conflicts with any other slugs or permalinks. Check your forums and permalinks settings, and see if there are any notes about conflicts. There can be some collisions with blog post tags if you have your topic-tag slug set to “tag” and are choosing to not include the forums archive as the root of all forum permalinks.
In reply to: bbPress 2.0 – Updates@Fartlek – The Akismet integration was largely contributed by cnorris23, and Nightgunner5. Props to them
If you’re not a developer, the time it would take you to learn how to integrate multiple versions of bbPress/WordPress with cookie sharing would most likely not be cost effective.
In reply to: Replies not appearing nder topic – bbPress plugin.Happy to oblige.
In reply to: bbPress 2.0 – UpdatesAlso added Akismet integration to Beta 3. If you have the Akismet plugin for WordPress installed, bbPress 2.0 will now just piggy-back it, and work without any additional config.
In reply to: bbPress 2.0 – Theme CompatibilityThose of you with custom themes where you’ve moved files around may need to move files one last time, as some changes to the theme compatibility routine and template structure in Beta 3 (based largely on user feedback) have shuffled things around a bit.
If this is you, you’ll want to back up your custom template files (so you don’t lose your edits), copy the contents of bbp-twentyten into your theme (like you did before), then go through the changes and make sure everything is working the way you want it to.
This will be the final theme compatibility change in 2.0.
In reply to: bbPress 2.0 – UpdatesJust tagged bbPress 2.0 Beta 3 in WordPress Extend.
Those of you with custom themes where you’ve moved files around may need to move files one last time, as some changes to the theme compatibility routine and template structure (based largely on user feedback) have shuffled things around a bit.
In reply to: Replies not appearing nder topic – bbPress plugin.Known issue with posting from wp-admin. Fixed in Beta 3 which I’m going to package tonight.
In reply to: Is it possible to incorporate P2 with bbPress 2.0?Originally we /really/ wanted a sexy p2 style theme for bbPress 2.0, but we scrapped it to focus on getting the foundation solid first. Long term we’d really like to have something ajax and fancy, so if any talented theme dev wants to step up and help build one, that would be swell.
In reply to: bbP Plugin 2.0 b2 unsubscribe behavior?Bug, and fixed in Beta 3.
In reply to: bbPress 2.0 – UpdatesIn reply to: private messaging with bbPress 2.0 plugin branchDon’t install the forums that come with BuddyPress. You already have forums installed by way of using bbPress 2.0. Delete the bb-config.php file in the root of your install, and turn of bp-forums.
In reply to: private messaging with bbPress 2.0 plugin branchBuddyPress. Turn off the other components you don’t need.
In reply to: bbPress 2.0 Plugin – Custom Theme Issue@cib – Some fixes in Beta 3 might fix that issue for you. Will be available tomorrow morning.
In reply to: bbPress 2.0 Plugin – Custom Theme IssueLink no worky. Might be private?
In reply to: bbPress 2.0 Plugin – Custom Theme IssueCan you link me to your site so I can see what’s happening?
Do you have any other plugins activated that might be causing this?
Thanks @Rev. Now fixed in what will be Beta 3, which I’ll put out tomorrow.
In reply to: Where is the importer?Most likely you’re one of the first people trying to do this, so it’s doubtful anyone has specific tips.
In reply to: Where is the importer?Most likely you’re one of the first people trying to do this, so it’s doubtful anyone has specific tips.
No reason you can’t run them both together, but if you’re new to everything it’s probably going to be more confusing than it’s worth.
Probably should say “too quickly” but who’s counting?
I’ll take a look. I imagine it’s a current_time() gmt issue. Might not make it into Beta 3, but it’s on the radar.
In reply to: bbPress-polls for the bbPress WordPress plugin!?I’d use a custom taxonomy, and a creative UI. Seems it could be done pretty easily with the right developer.