Published on May 20th, 2024 by neofilm
A lot of people over the years have had the same problem with bb press not being responsive in that the topics, posts and last post columns are squished in mobile. Considering that the majority of people these days are using mobile devices it’s just mind blowing that this one thing has to be this chronic issue for so many people, probably most. There’s one person who has a solution that’s super complicated with like creating a directory folder… and then there’s some people that use CSS but I haven’t seen where it actually works, and so on. Is bb press ever gonna be responsive one obvious way?
Does somebody have some css I can plop in and just make these columns go away so the forum Description can spread out nice and somebody could actually read it properly instead of having so much wasted real estate? Or maybe some function.php I can put in my Code Snippets plugin? Surely somebody has a way to do this with snippets. Bbpress is so great overall, why ruin a good thing by making it so difficult to deal with this blatantly obvious chronic issue?
And it could just be that these are completely removed or just for mobile. But, really, completely removed would be fine and probably best.
Published on May 18th, 2024 by Jester
Hi!
I want to hide a specific forum from being shown in the forums overview.. (I do not provide a link to ../forums, but users could easily find it by simply cutting the ‘official’ forums URLs down to ../forums)
So this specific forum should ONLY be accessible by clicking a very hidden link (a single “.” within a specific thread). But it should still be accessible by anyone, who is clever enough to find that hidden link. All this is part of a ‘game’, so to speak..
Any ideas about how to do that would be greatly appreciated!
Published on May 18th, 2024 by enkoes
Hi, I enable both full visual and text editors in my forum using bbp Style Pack. I found that the colour picker for text doesn’t work for every post I tested.
To better describe the issue, pls see screenshots below:
Before submission:


After submission:

It seems that the html code for text colour is not sent after submission.
Regards.
Published on May 17th, 2024 by tceg
Hi,
I just want to know if it’s possible to stop the wordpress author page from being redirected to mydomain.com/bb-members/user?
Any help would be appreciated, thank you.
Published on May 17th, 2024 by Robert
Hi
We’re getting strange PHP Error messages relating to forum posts that don’t exist like this one. Should we be concerned?
Many thanks
Robert
WordPress database error Duplicate entry ‘8702-67865’ for key ‘PRIMARY’ for query INSERT INTO ggx_gdbbx_tracker (user_id, topic_id, forum_id, reply_id, latest) VALUES (8702, ‘67865’, ‘11504’, ‘72638’, ‘2024-05-15 06:40:25’) made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), apply_filters(‘template_include’), WP_Hook->apply_filters, bbp_template_include, apply_filters(‘bbp_template_include’), WP_Hook->apply_filters, bbp_template_include_theme_compat, BBP_Shortcodes->display_topic, bbp_get_template_part, bbp_locate_template, load_template, require(‘/plugins/bbpress/templates/default/bbpress/content-single-topic.php’), do_action(‘bbp_template_after_single_topic’), WP_Hook->do_action, WP_Hook->apply_filters, Dev4Press\Plugin\GDBBX\Features\ActivityTracking->latest_users_topic, Dev4Press\Plugin\GDBBX\Database\Main->track_topic_visit, Dev4Press\v47\Core\Plugins\DBLite->__call, call_user_func_array
Published on May 16th, 2024 by neighborhoodnurturers0
Hi. So the member if he/she tries creating a group with the same name that already exists, the member is told “Group name exists, cannot make”, and stops group creation. Can you send how to implement this on buddyboss budypress? If you can also force a format type for words so no duplicates are ever made this way in input group-name ID input field, would also be great. Say you want to make a group for each flower that exists. 3 different users right now can make a group for Rose, Rse, Roseee, but these are in essence duplicates. What is the workaround here or can you send some code to help with this?
Published on May 16th, 2024 by neighborhoodnurturers0
Autocomplete dropdown depending what’s typed for towns in the US that locks in a certain format when clicked in the input box that can’t be changed in the group name input. That’s it! Think Google maps dropdown, but when you click a town, it shows country state and town in input field when you click a town 😃?
Published on May 16th, 2024 by neighborhoodnurturers0
Ability to create posts with tags? Then allow members of groups searchbytagtoo? Making posts in groups for buddyboss or buddypress
Published on May 15th, 2024 by Chris Ostmo
The bbp_get_all_child_ids() function in bbpress/includes/common/functions.php is returning Trashed posts, which should objectively not be the case. There’s no world in which trashed posts should appear unless someone is intentionally digging in the trash.
Line 1997 is currently this:
$not_in = array( 'draft', 'future' );
It should be this instead:
$not_in = array( 'draft', 'future', 'trash' );
I have tested that as a manual change, but obviously, this needs to be bbpress’ default behavior, not my locally-hacked override.
Alternatively, you could add a third argument for overrides, but I think this is just an oversight.
Thank you.
Published on May 14th, 2024 by getfree
hiya,
we noticed that when editing a post there was no longer the option to use the toolbar for example to add an image, but it was showing normally when creating the post. After some googling I finally tried the usual “disable all plugins and enable them one by one” just to notice that the culprit was the bbP Live Preview plugin.
Have you guys noticed the same? Any idea how to have both features (toolbar and live preview) working at the same time? 🙂
Thanks!