@supermagicien – thanks so much for posting back, it is always good to get feedback and updates !
Really glad you are now working on the latest bbpress 🙂
Good evening Robin,
I come to give some (good) news.
I recently cleaned up and removed a plugin that was out of date, so I was able to upgrade to the latest version of BBPRESS without any problems this time.
One problem that was persisting was posts and new topics disappearing, then thanks to you I understood that they were awaiting moderation, but I was not satisfied, I did not want to do moderation and let people post, I followed the advice of this topic: https://bbpress.org/forums/topic/random-replies-being-marked-pending/
and now everything seems to work. 👍
if you’ve cloned the forum widget, you can set a class – the test is
if ( bbp_is_forum_closed(forum_id)) ...
and
if ( bbp_is_topic_closed (topic_id)) ...
interesting..it looks ok on my test site, but I can see it doesn’t on yours.
I should state that I am just a bbpress user who helps out here, not the plugin author.
2 choices
1. amend the actual widget file – yes that is said by many to be bad practice, but bbpress does not do frequent releases, and if it is your site and you know what you changed, is probably the quickest and easiest answer
2. clone the widget to your theme’s child functions file. so take the whole function that starts
class BBP_Forums_Widget extends WP_Widget {
Now you’ll need to rename it, so change BBP_Forums_Widget wherever quoted to something unique, and change names/title in these lines
public function __construct() {
$widget_ops = apply_filters( 'bbp_forums_widget_options', array(
'classname' => 'widget_display_forums',
'description' => esc_html__( 'A list of forums with an option to set the parent.', 'bbpress' ),
'customize_selective_refresh' => true
) );
parent::__construct( false, esc_html__( '(bbPress) Forums List', 'bbpress' ), $widget_ops );
}
/**
* Register the widget
*
* @since 2.0.0 bbPress (r3389)
*/
public static function register_widget() {
register_widget( 'BBP_Forums_Widget' );
}
you can then amend the offending line.
I’m pretty sure that the link in the ‘latest activity’ widget in my style pack takes you to the reply
bbp style pack
once activated you’ll find a latest activity widget with lots of settings you can use.
bbpress only uses wordpress login, so doesn;t change anything in this area
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
OK, so tested in my test site
User with subscriber and participant access creates a reply
the goes in and edits reply
reply is still seen
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
Hello,
I would like to have a text break on .bbp-author-name especially mobile devices.
I use latest version bbpress and wordpress.
Can you help?
Thanks Silke
I’m using bbpress for the first time to create a general discussion page. Therefore, before launching it publically I myself created a forum and one topic inside that forum for a testing purpose.
But I see that the topic count of that forum showing zero even though I created one topic by myself.
Although the topic is showing fine when I open the forum, it isn’t counting it on the forum index page.
Is there anything I’m doing wrong?, or Is it an issue with bbpress?
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
Hello,
I have the latest version of WordPress and BBPress installed on my website but for some reason the topics aren’t showing and it’s just a blank page when you click on General Discussion.
Does anyone know how to fix this?
URL: https://www.motorhype.co.uk/forum/
Thanks in advance
The next version is ready. As you’ll read above originally I was going to rely on a plugin for the main menu. I realized that’s silly and added a built in simple responsive menu to the latest version (v1.1.1).
Also, I’ve decided that the theme will actually be called “Rain” and not “Flutterum.” Because I could create other themes in the future, all under the Flutterum umbrella.
Hopefully the free “Rain” theme will be in the WordPress Themes repository soon. Until then, you can download it at Flutterum.
I’m using the latest WordPress and installed the latest BBpress.
Installed fine but can the life of me work out what is the URL link to access BBpress within WordPress as a user. http://www.domain.com/forums ?
Very simple question why is this not mentioned in the installation notes.
hmmm…
Titles are not put in that part as default – bbpress uses the theme/page to do that, so I would not expect to see an <h2> tag after the <div id="bbpress-forums" class="bbpress-wrapper">
do you have a theme or plugin that is altering bbpress display?
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
it shows fine in my test site
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
untested but this should do it
add_filter ('bbp_current_user_can_publish_topics' , 'rew_disallow_anon') ;
function rew_disallow_anon ($retval) {
if ( ! is_user_logged_in() ) $retval=false ;
return $retval ;
}
19 posts in total (1 + 18), I set the limit per page at 10.
he created me a second page identical to the 1st
tests page 19 posts
Hello everyone,
I need clarification.
I have set the topics pagination to “10”.
In the tests carried out I exceed these figures and the pgination is not done.
I feel like I missed a setting but I don’t know where.
Does anyone have the answer?
I read in the support that it was because of the “threads” but I do not see what it is about and it is already a long time ago for the fixes which I imagine are more topical.
Thank you.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
Hi
If add a link to “topic and reply”, the embed function does not work.
ref img
https://ibb.co/qxXG125
site.com is an example for screenshots.
I entered the actual URL
error error embed
Oops! That embed can’t be found
ref img
https://ibb.co/grXr9dV
It was a site that has been without problems for months.
I just discovered it by accident.
The same is happening at the internal test site.
I installed the “Health Check & Troubleshooting” plug-in from the test site
and activated the Troubleshooting mode.
and only 2 plugin activate
– bbPress
– bbPress Permalinks with ID
The problem still occurs.
It’s a well-used feature, site, but suddenly a problem arises and I’m confused.
I must need to help
wordpress 5.5.3
PHP-7.4
Thanks
Best Regards,
Hyunho
Hi All,
Iam totally new to bbpress and i tried the search functionality and when i click search it brings me to Archives and the formatting is totally off and below is what I see. Is that how the search results looks like in ALL TEXT? I have replaced the IP and email address with X.
Thanks
Archives
Search Results for ‘test’
Home › Forums › Search › Search Results for ‘test’ Viewing 6 results – 1 through 6 (of 6 total) Author Search Results February 23, 2021 at 12:45 pm #231 In reply to: test TW XXXXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test February 23, 2021 at 12:45 pm #230 Topic: test in forum Private: Forum 1 XXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test […]