Hello,
I have a wordpress installation with both bbpress and BuddyPress installed. I’m trying to create a user from code and automatically setting the forum role to participant. I tried using the bp_core_signup_user but it has not effect. This is the part of the code where im creating the user:
// create the user from the bp_core method, to make sure it passes the activation mode first
$user_id = bp_core_signup_user(
$post->username,
$post->password,
$post->email,
[]
);
bbp_set_user_role( $user_id, "bbp_participant" );
Attached is the user profile after creation from code:

What’s the best way to hire a bbPress Expert for a quick consult? I tried to hire someone through UpWork, but I got someone who didn’t know bbPress that well. I’m not a developer, even though I try to muck around and do things myself to save money. But knowing that an expert could quickly resolve issues, it would be great to have a bbPress expert available for quick fixes.
What’s the best way to find someone I can trust to do great work?
So i’ve just started to use bbpress and i need some help.
I’ve made the user registration and login pages but whenever someone log in, this black bar appears at the top
https://ibb.co/naHGEz
i’ve made login in other forums that work with bbpress and it doesn’t appear. If someone know what i’m doing wrong i’d love to know.
One more thing, i’ve been having some difficulty in design the fórum and setting it up properly. I have the bbpress complete pdf and found some other guides online but i’d like to know if any of you have some good start up guides for bbpress.
Thanks
Is there a way for administrators to select and delete multiple front end replies?
For example, I would like to display checkboxes only for administrators and delete them all at once.
I want to have “boilerplate” replies in a forum, so replies can be text-mined. (A bit like custom posts in WordPress.)
So for example a dropdown menu with a list of predefined text elements, so users do not need to type.
If possible to put radio buttons and checkboxes too.
Ideas pls?
I made pagination when threaded with reference to this page.
https://wpup.co/bbpress-threaded-nested-replies-with-paging/
And I made a mechanism to reply by ajax with reference to this page.
https://github.com/aliso/bbpress-ajax-replies/blob/master/bbpress-ajax-replies.php
However, the above two are incompatible, and you can not reply on the second and subsequent pages.
how can i make a pagination while using “bbPress Ajax Replies”?
Thanks.
Hiya
I haven’t been able to find an answer to this. Taking over a website that has been using Blog Posts as a Forum. Ideally, we’d do this properly using bbPress. There are hundreds of posts it’s a nightmare!
So is there a way to migrate blog posts to bbpress?
Thank you for the help in advance : ) I am desperate for a solution
Nathalie
WordPress:
bbPress: 2.5.14
www.onlymaths.gr
In my forum I have 2600 subscribers.
I have installed the “AsynCRONous bbPress Subscriptions”, so the users get email notifications in their email when a user create a topic, but it send only at the first 75-100 subscribers email. Why? Is there something that we can do?
Hi,
When a participant level user (Assigned via the dashboard>user>all users>edit a user>forums>participant) creates a new forum topic, replies to, subscribes to, the forum topic does show up, but – it does not show up in their Buddypress Menu under (https://website/members/me/forums/) When i change their role (Assigned via the dashboard>user>all users>edit a user>forums>moderator) to moderator topics that they have created, replied to, subscribed to show up.
Please advise?
Here are our plugins
bbp style pack
Version 3.9.6
bbPress
Version 2.5.14
BuddyBoss Media
Version 3.2.6
BuddyBoss Products Updater
Version 1.0.2
BuddyBoss Wall
Version 1.3.5
BuddyPress
Version 3.2.0
BuddyPress Docs
Version 2.1.0
BuddyPress Group Email Subscription
Version 3.8.2
Clipchamp
Version 1.6.6
Colorlib Login Customizer
Version 1.2.0
Force Login
Version 5.2
Peter’s Login Redirect
Version 2.9.1
WP Mail SMTP
Version 1.3.3
WPBakery Page Builder
Version 5.5.4
YotuWP – YouTube Gallery
Hey there,
i am now trying to change the search button from bbpress with that one from my theme.
If i change the class only the color is changing still there is shadow etc.
where i can modify this?
