Published on June 23rd, 2016 by danbp
WP 4.5.3 – BP 2.6 – bbP 2.6 alpha -2016
I want to remove the 2 bbp related options (topics & replies) from BP’s site wide activity filter dropdown.
I’m using this function, but it has no effect:
function remove_activity_filters( $bbp_buddypress = null ) {
if ( bp_is_active( 'activity' ) && bp_is_activity_component() ) {
// Remove forum filters in site wide activity streams
remove_action( 'bp_activity_filter_options', array( bbpress()->extend->buddypress->activity, 'activity_filter_options' ), 10 );
}
add_action( 'bbp_buddypress_loaded', 'remove_activity_filters' );
Published on June 23rd, 2016 by pagallery
I am using bbpress 2.5.9 and WP 4.5.3 for a club website where the forums are only available to logged in Participants.
On vBulletin forums I’m a member of, there’s a Member List available to any logged in Member which shows user name, contact info, number of posts, etc. Is it possible to have something like that using bbPress? If so, how?
Thank you
Published on June 22nd, 2016 by vivnt
I want to add a button that takes the user to their profile, similar to the login widget. However, I want to place it near the search bar on the “all forums” section or next to the subscribe button. I don’t want to place a widget on the sidebar because I want the forum to be full width. Can anyone help?
Published on June 21st, 2016 by
Since there is a time limit to editing post and no way to set it to unlimited (I wonder why, but that’s a question for another day), I’ve set the limit to maximum. There also was an issue, where original “edit” button wouldn’t show up. I did a little research, and turned out that most of the time, it was theme conflict. Changing theme was not an option. So, I’ve just added a custom “edit” link to template. It looks like this
<a href="<?php echo esc_url( home_url( '/' ) ); ?>conversations/reply/<?php bbp_reply_id(); ?>/edit/" class="editbtn"> Edit</a>
It works fine with newer posts. But when I tried editing one of older posts, I got following error:
The mydomain.com page isn’t working
mydomain.com redirected you too many times.
Published on June 21st, 2016 by envybaergggg
Hey guys! I’m sure this is a quick php edit or something, but it seems when creating a new thread or replying to one on my bbpress forums, if the post contains over about 300 characters, the entire post gets eaten…and sort of becomes this phantom post. It’s really disheartening as you can imagine and I’ve literally scoured my WP files looking for a way to change this limit. Any help would be greatly appreciated!
Published on June 21st, 2016 by EliFerreira
I’m using the 2.5.9 version of bbPress plugin in the latest version of WordPress and would like to remove this tab, but I can not. Can someone help me?
Here’s a print for better understanding: http://www.siteconcursos.com/wp-content/uploads/2016/06/Capturar.jpg
Published on June 20th, 2016 by maketheest
hi everyone,
i want to statistics someone’s reply by month. Anyone know plugin can do that ?
Thanks for help.
Published on June 20th, 2016 by Brian
Folks, I’m new to bbPress, but I’m setting it up for a client’s membership site. They want a general forum for their members, where any member can post at any time (in other words, no moderation before posting).
Then they want a more-restrictive forum, where members can create drafts which must be approved before they are published.
I’ve tested bbP with bbPress Moderation by Ian Stanley, and it works in general — but requiring all posts to be moderated. I’m currently working with FV bbPress Tweaks, which appears to be brand new, but also seems to work and has a few more features.
However, I’m not seeing anything that allows settings for individual forums. Seems like the sort of thing people would want.
This all-or-nothing approach seems baffling to me, so I’m hoping that I’ve missed something obvious. Any relief here?
Published on June 20th, 2016 by peter-hamilton
besides all the wonderful and appreciated help here on the bbpress forums, what do you do with bbpress?
I would love to see more websites showcased and since you @robkk are leading the herd now I am in need to see the best bbpress forums online from you, I bet you made a few by now.
I personally get a lot of inspiration looking at other forums and see how people make the code their own but can not find a descent showcase anywhere.
Looking forward to be amazed
Peter
Published on June 20th, 2016 by scootsafe
Hi everyone,
First I would like to say thanks to bbpress creator, its amazing.
However, Im facing some problem in the mobile. The name is not beneath the cover image. it looks very weird. Despite removing mycred rank logo, it remain the same thing.

Can someone help?