@treeflips
Hi contemplate,
Can you make a skimmed down version of your solution for people who have ONLY bbpress?
/**
* Hooked into the new reply function, this notification action is responsible
* for notifying topic and hierarchical reply authors of topic replies.
* Fixed: https://bbpress.org/forums/topic/new-reply-notification-link-to-the-reply/
*/
function bbp_buddypress_add_notification_custom( $reply_id = 0, $topic_id = 0, $forum_id = 0, $anonymous_data = false, $author_id = 0, $is_edit = false, $reply_to = 0 ) {
// Bail if somehow this is hooked to an edit action
if ( !empty( $is_edit ) ) {
return;
}
// Get autohr information
$topic_author_id = bbp_get_topic_author_id( $topic_id );
$secondary_item_id = $author_id;
// Hierarchical replies
if ( !empty( $reply_to ) ) {
$reply_to_item_id = bbp_get_topic_author_id( $reply_to );
}
// Get some reply information
$args = array(
'user_id' => $topic_author_id,
'item_id' => $reply_id,
'component_name' => bbp_get_component_name(),
'component_action' => 'bbp_new_reply',
'date_notified' => get_post( $reply_id )->post_date,
);
// Notify the topic author if not the current reply author
if ( $author_id !== $topic_author_id ) {
$args['secondary_item_id'] = $secondary_item_id ;
bp_notifications_add_notification( $args );
}
// Notify the immediate reply author if not the current reply author
if ( !empty( $reply_to ) && ( $author_id !== $reply_to_item_id ) ) {
$args['secondary_item_id'] = $reply_to_item_id ;
bp_notifications_add_notification( $args );
}
}
remove_action( 'bbp_new_reply', 'bbp_buddypress_add_notification', 10 );
add_action( 'bbp_new_reply', 'bbp_buddypress_add_notification_custom', 10, 7 );
This plugin is even better for image uploads, imho 🙂
https://wordpress.org/plugins/image-upload-for-bbpress/
At the top, and at the bottom of the users page is the ability to change a users role, there is a bug that is fixed for bbPress 2.6 but in 2.5.x if you use the top dropdown to change users roles it won’t work, it should work using the bottom dropdown 🙂
You’d need to write or have written on your behalf a custom plugin for this functionality, bbPress doesn’t support this “out of the box”
Hi,
Since my last login I am unable to change the forum user role of any of my members from the user’s tab in the dashboard. I select the user and the role and press change and nothing happens.
no idea why it is not in core, but this I think adds that functionality
https://wordpress.org/plugins/gd-bbpress-attachments/
Maybe to help out a bit:
We run
PHP7.0-fpm (latest stable)
Nginx 1.10 (latest stable)
Ubuntu 16.04 (latest stable)
WordPress 4.6.1
bbPress 2.5.11
bbPress Advanced Statistics 1.4.02
bbPress NewTopics 1.0.1
bbPress No CAPTCHA reCAPTCHA 1.0
BuddyPress Version 2.7.2
BuddyPress Activity Plus 1.6.4
Buddypress Messages Spam Blocker 2.5
BuddyPress Profile Tabs 1.6.1
Thank you Robin for your response. It’s much appreciated. I actually had already tried that route exactly as you have described plus I probably didn’t make my question clear on the private part.
Here is the link to my test page of forums – http://imaginationfoundry.com/forumhome/
I made “Pasteboard Heaven” a category and then packet of fun with PH its parent. Even though I chose Alternate on BPQ my site is creating an indent instead of bringing it down one notch on its on line.
Regarding the private portion I meant I didn’t want the private groups to display on my main forum index page.
Any thoughts on why my bbpress is creating an indent?
Any thoughts on how to hide th private groups from displaying on my forum page?
Thank you Robin or any others.
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Hi,
How do I get the topics and reply on my bbpress forum? I got the main “forums” page to display full width using the “full width template” but everything else is still got the sidebar.
Please help!
here is my website forums http://www.iappadapt.com/community/
I’m a solid 7.5 out of 10 on WP but 100% new to BBpress.
I plan on having about 15 categories with some 50 forums for each category on my site. The current default display isn’t easy to follow so I’m attempting to find a way to easily change the layout on the forum index display page.
However, I don’t want to show all of the forums as some are private to groups etc.
I’m looking to achieve this look on this page: http://theme-sphere.com/smart-mag/forums/
I understand CSS is involved here but I’m looking for a get me going fix.
How can I list multiple forum titles on one page. When I use the code [bbp-single-forum id=2733] and then use it again to show a different forum it will only show the first one.
Is this not possible with shortcode?
Could I create a graphic bar and separate groups of forum titles like in the page I linked to?
Thank you for whoever guides in the path of rest as I have exhausted these forums in an attempt to answer these questions.
🙂
I also have this problem and am running the current versions of WordPress and bbPress. Is there a fix for this yet? Thank you!
i’ve moved the topics and replies from one to another site. topics are showing but replies are not showing i’ve done repair things also. it shows only current replies which is from new site. but doesn’t show the imported replies.
link: http://developer.agile-labs.com/forums/
3 days and no reply from bbpress support for a very basic question?
is payment now necessary to be able to get help around here? just asking.
I’m currently working on a project for a client who wants to have the latest reply from any topic in a forum show up on the main bbpress page under the forum name. Is there a way to get this reply from the database using either built in functions or a wp_query. I also need to show the persons avatar, name, and when it was posted. Any help would be greatly appreciated. Dev site is at http://realestateinvesting.how/topics/. I can’t tell you exactly what version of bbpress they are using as the client hired a developer before me who hid the plugins unless your at a user level higher than admin. WordPress version is 4.5
Hey..Im using free bbpress plugin..Is there a way to rearrange forums based on my choosing.It seem to list them in alphabetical order…any suggestions,solutions..thanks
Hopenly you don’t give up the search for a faster BBpress.
We migrating from phpbb to BBpress. and the new BBpress forum is ready for launch.
But we afraid the visitors are not happy with the speed and boycot out
So we waiting and hoping than anyone the speedproblem find and solve this huge problem.
Until the problem exist we still use phpBB
I’m running a global project with must students on the forum but now the topics and replies they’ve made are not appearing.
[mod edit – link removed ]
I already tried to disable all plugins except bbpress but nothing happened. Please help.
Thanks
Hello, I Installed wordpress correctly with an mySQL, installed a theme, then installed bbPress. When I click on Forums, I see they exist in the control panel, but when I visit the pages, they just don’t exist. My theme comes with a Basket because it comes with a market, and even the URL/Basket is missing. I’m not sure what is going on as I am new to WordPress. This site is keeping me afloat so any help i really appreciate.