The paragraph/break was there before the social icons were installed (Super Socializer). It’s just more obvious now.
I thought paragraph/break was part of bbPress, but maybe I put them in there last year. I’ve been going through theme files and don’t see anything which should cause this.
The into text and picture of hands is just a widget, which goes away after signup/login. I tested, and this isn’t the issue.
Any suggestions for this strange issue?
I tested and it seems to work great. Thank you very much.
I think this will help greatly.
ok, this is untested for functionality, but doesn’t error
add_filter( 'bbp_get_topic_subscribers', 'rew_filter_subscrbers' );
add_filter( 'bbp_get_forum_subscribers', 'rew_filter_subscrbers' );
function rew_filter_subscribers ($users) {
$role = 'my_custom_role' ;
$filtered_ids = array();
foreach ( (array) $users as $user_id ) {
$user_info = get_userdata($user_id);
$user_roles = $user_info->roles ;
if (!in_array ($role, $user_roles)) {
array_push($filtered_IDs, $user_id);
}
}
return $filtered_ids ;
}
Do you know how to put this in to your child theme’s functions file?
If so you will need to change my_custom_role in this line
$role = 'my_custom_role' ;
to the role name that you are using
If you don’t know how to use functions file, then come back
Solved the problem
Basicly you have to uninstall the plugin
and install the latest beta and upload it manually
the problem was caused by the the php version 7.1…
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
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
Sorry…
Thank you I will test bbp-topic-count 🙂
Sad for this :
1) Button to allow users to report a message to the moderator
2) Shows the total topics, replies and total count under the avatar on each topic/reply view in bbpress
Because this plugin https://wordpress.org/plugins/bbp-topic-count/ not tested up to : WordPress 4.8
is tested to 4.8 – it says so and I wrote it !!
can’t help with 1 – It should work, try it on your test site
1) Button to allow users to report a message to the moderator
because this plugin https://en-gb.wordpress.org/plugins/bbpress-report-content/ tested up to : WordPress 4.0.18 and now the wordpress version is 4.8…
2) Shows the total topics, replies and total count under the avatar on each topic/reply view in bbpress
Because this plugin https://wordpress.org/plugins/bbp-topic-count/ not tested up to : WordPress 4.8
where can I download the latest Release Candidate 4?
thanks
ok, not quite sure what is happening
1. are you using caching software? If so purge
2. try dashboard>settings>permalinks and just click save – this will reset the links
if both those fail, then 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
I installed bbpress in my site and followed instructions to create a new forum page from the main menu on my front page. Then I followed a tutorial to drop the log-in, register, and lost password widgets on my main sidebar that appears on every page, including the forum page. The problem I’m having is that when I test the registration from another computer, WordPress tells me that it cannot register new users? Did I do something wrong, or is it a temporary problem on WP end? I would assume I set something up wrong.
Thanks.
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,
My GD bbPress Toolbox Pro plugin has users online status tracking feature, enhanced statistics block for forum front end, enhanced statistics widget (and a lot of other features):
https://plugins.dev4press.com/gd-bbpress-toolbox/
If you want to test plugin (admin side and front end), you can request a demo here:
https://www.dev4press.com/request-demo/
Regards,
Milan Petrovic
Could be theme or plugin affecting this
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
Thank you @robin-w, sad that BBpress does not offer it of origin…
Thank you @pinkishhue, but this plugin tested up to : WordPress 4.0.18
now the wordpress version is 4.8…
I’ve disabled all of the un-related plugins, still same behavior.
All of my plugins are at the latest version, running the latest version of wordpress as of July 1, 2017.
Plugins that are active:
bbPress Version 2.5.12
bbPress Messages Version 2.0.7
Currently disabled:
gd bbPress Version 2.4
@lalitavalon I haven’t tested it but you could try the ‘display posts shortcode’ plugin, set the post type to replies and the category to the forum ID? Not sure if that would work exactly but worth a try.
Display Posts Shortcode
the code only shows 50
put this in your functions file (untested, but should work)
add_filter ('bbp_before_has_forums_parse_arguments', 'rew_show_all' ) :
function rew_show_all ($args) {
$args['posts_per_page'] = -1 ;
return $args ;
}
I found a bug with bbPress RC3 and BuddyPress. Tested with a fresh install using WordPress 4.8, and with only bbPress 2.6 RC3 and BuddyPress 2.8.2 activated. On the activity page the drop down box has duplicates. I’m running PHP 7.0.

Just lost and regained forums on one of my sites. Host support wrote:
We had upgraded php to 7.1 earlier this week. It appears that BBPress may not currently be compatible with the latest PHP. We have rolled back to PHP 5.6 and the forums are working again. However, to make sure that all sites are working on the suggested standards set by the WordPress core team, we will be upgrading all instances to PHP 7.1 within the next two months. It is possible that BBPress may make updates improving the compatibility in that time, but it is never a bad idea to be proactive on that front.
So what’s the deal with BBPRess PHP version compatibility please?
Hello,
I’m trying to make a link to a latest topic in forum page. I achieved topic name by bbp_forum_last_topic_title function, but can’t figure out how to get a link for latest topic.
I’ve tried to pull out something like this, but it links to forum index.
<p><a href="<?php echo $link; ?>"><?php bbp_forum_last_topic_title(); ?></a></p>
Widget issue in bbpress ( Version 2.6-rc-3 )
I have setup “Maximum topics to show: 3” on Recent topics, Recent replies
http://prntscr.com/fofhyb
But it doesn’t really work. it seems to display all.
http://prntscr.com/foffbz
I have just switched to v2.5.12 and tested. It works fine.
http://prntscr.com/fofj3j
I am not sure if it’s already reported or I have missed something.
BTW, Thank you for all of your work. I am so excited to use 2.6!
Can you please tell me when it should be released? maybe in a week?
Cheers!!
Hello,
i must edit the template from my last topics overview. Later it`s must show like:
Result
But now its look like: Now
I have add the bbpress.css to my theme and have chance some thinks (you can see, I have delete the counts, etc.). But I must add the big profile image (now I have only a very small picture who pixelated when I chance the size). Additionally I want to add the date and the time when the post are written and the first line of the content.
–> I think for this i must edit the template files.
Have you any idea which template file i must edit (I have tested some but without any result)?
Thanks for your help.
Hi,
I have created a plugin for adding polls into bbPress topics (front end editing from the topic form):
https://plugins.dev4press.com/gd-topic-polls/
If you want to test plugin (admin side and front end), you can request demo here:
https://www.dev4press.com/request-demo/
Regards,
Milan Petrovic