Search Results for 'bbpress'
-
Search Results
-
My forums are otginized like that:
Parent 1- Child 1
- Child 2
- Child 3
- Child 4
How can I prevent user from posting in parent 1 but allow them to post in any of the children
I have GD bbpress tools plugin.
Topic: Can I donate for Bbpress?
I would like to support this plugin, but I didnt find the way to make a donation for Bbpress. I have already donated for WordPress Foundation, but I prefer to do it for this plugin in particular plugin.
Thanks,
I have read this topic : https://bbpress.org/forums/topic/smf-import-to-bbpress/page/7/
And currently trying to figure out the way to do it, I have massive forum. Seems forum system a bit neglected by their builder nowadays. (and I wish BBpress not the same).
Do the current version BBPress importer works with current / latest SMF?
Mine seems stucks at 5900 topic conversion something out of 13K topics. Im running conversion of 1.7gb database on xampp – localhost server with i7 and 16gb of ram with tweaked php.ini and-so-on.Yet possibly another 450k replies waiting in que… now Im worried.
Seriously, no idea to identify which database column made it stucks…
Topic: phpbb to bbPress routine
Dear all,
I try to migrate phpbb (3.20) to bbPress (WP 5.0.3). Two major issues (utf8 and missing database columns) have been solved and now the routine is running. All users (1600) are already migrated. Now the routine tries to import the 200.000 posts. It runs smoothly until 16500 posts, then it slows down and keeps stuck. When I stop it manually, it restarts for another 50 posts and will stop again.
I have no error messages, it just does not go on migrating the posts. What is the issue?
Many thanks for your help!!
Best
Maxime
Topic: 4 H1 tags on topic
Hi. I installed bbpress, but every topic have too much h1 tags, 2 around topic title, and 2 around “link-modal-title”. Example: https://zarabotokvinternete.net/topic/business-strategy-xyz-otzyvy-o-shikarnom-hajpe/
Please help me detect where it comes from and remove it. Because it is very bad in regard to SEONow I am using bbpress, when I try to login using wrong password/ blank password. it will redirect me to wp-login.php. How can I set the redirect to the same login page?
Hi,
I want to send notification to my members/ participants, when ever new Forum is created. I found plugin that send email notification when new topic and replies created.
Is there any plugin/code that helps me to send email notification when new Forum is created??
Thanks
Hey all,
So I have BuddyBoss and Learndash with bbpress and I want to edit the single forum.
What I exactly want to do is place the Topic Area above the Forums Area. So just swap them around, how am I able to do this?
Thanks
Hello, I am trying to cut down on spam and defaulting all new users to spectator/subscriber mode and use certain “tasks” such as using the site to automatically change their role to participant/member.
I found this link but all it does is just make the forum role blank:
Can someone point me in the right direction? Thanks!
BBpress Version 3.2. Updated to 4.1 but still same issue
Hi !
Some texts are missing on the dashboard Widget : any idea ?
I tried with only bbpress plugin enabled and the default WP theme, same problem.It was working when I installed bbpress the first time.
I already tried the tools provided to repair bbpress.Thanks π

This is my website: https://www.9skymachining.com We are a mechanical processing company. I started with WordPRESS, but I changed it now. I am using CMS now, but I want to add a BBpress forum. I don’t know if there is any way?
Topic: First name and last initial
Hello everyone. Iβm using the following snippet that will display the first name and last initial for users in buddypress. However, in bbpress it has no effect. Any ideas on how I could edit this to get it to work for bbpress? Iβm so sad that something like this isnβt a default option.
$changeLastInitial = new changeLastInitial; add_filter('bp_displayed_user_fullname', array( $changeLastInitial, 'last_initial' ), 7, 1); add_filter('bp_get_member_name', array( $changeLastInitial, 'last_initial' ), 7, 1); add_filter('bp_get_the_profile_field_value', array( $changeLastInitial, 'last_initial_xprofle' ), 7, 3); add_filter('bp_core_get_user_displayname', array( $changeLastInitial, 'bp_core_get_user_displayname' ), 7, 2); class changeLastInitial { function bp_core_get_user_displayname($name, $id) { $name = $this->last_initial($name); return $name; } function last_initial_xprofle($value, $type, $id) { if ($id == 1) { $value = $this->last_initial($value); } return $value; } function last_initial($name) { $name_a = explode(' ', $name); // if there is at least two parts to the name if (count($name_a) == 2) { // replace the last part of the name with the first letter of the last part $name_a[count($name_a) - 1] = substr($name_a[count($name_a) - 1], 0, 1); // put it all back together $name = implode(' ', $name_a)."."; } return $name; } }Hi everyone,
I use WordPress 5.03 with BBpress version 2.5.14.
My website is http://club.geef-model.nlThe issue that I experience with my forum is that I don’t receive a notification when I new user is registered.
Most likely it is just one box I have to enable π
but I cannot find it.I hope there is somebody who has the solution for me.
Thank you in advance for your help and response.
With kind regards,
Klaziena Waerts, the NetherlandsMy site is in Dutch and when I must translate it, or change it (for a short while) to English is that no problem at all π
Hi! I tried typing @mention user for reply. but when I try displaying it by query.. it didn’t have the link to the user tag. i just display a plain text