Skip to:
Content
Pages
Categories
Search
Top
Bottom

Is bbPress2.6.6 compatible with WordPress 5.7 ?

Published on April 12th, 2021 by Ben

Is bbPress 2.6.6 compatible with WordPress 5.7 ?

Last Updates blank on 2.6.6

Published on April 12th, 2021 by joshpaynedesigns

Ever since 2.6.6 The Last Updates or Last Posts column never shows dates anymore. Even if a topic was just created it still says No Topics. I have tried the default 2021 theme and it’s still an issue. I have also created a staging version of the site with 2.6.5 and it works.

Topic stats

Published on April 12th, 2021 by magistr01

I need to find out where in the bbPress plugin editor I can find the number of answers in the topic discussion forum. I need to correct the incorrect total number of responses on the page.

Thanks for the information.

Martin

Stop visual editor “inheriting” theme colours

Published on April 12th, 2021 by cristofayre

On my post / pages, the Tiny MCE Visual Editor displays as it should, ie a row (or two) of grey and black icons, allowing user to select align right / align left / justify etc. (I mention that in case anyone thinks I’m referring to the ‘basic’ buttons as shown on this forum posting options) As such, I don’t think it’s the theme / plugins causing the problem.

However, once “bbPress” fires up, the buttons go crazy, and ‘inherit’ the CSS styles from the theme. (The vendor who created the “WP-Edit” plugin says in an article that some themes are DESIGNED so that the buttons change to the theme colours; I want to keep the default colours)

In another post, RobinW suggested the “bbpress-pack” which has done a great job getting the forum set up the way I want … but it doesn’t redress the button problem.

I am using:

Theme: dashscroll
Plugins: ARMember (membership plugin)
bbPress
WP-Edit (to change the buttons on the editor)

I THINK there is code I can place somewhere that effectively filters this settting so that it doesn’t take effect … but what I need to filter for, or the code to use I have no idea.

NB: The “Visual” and “Text” buttons also seem to be inheriting the font size / padding of theme as it is also displacing the text on said buttons.

https://atomz.pro/tec-tocc/Forums/forum/atomz-apps/product-directory/

Issues after bbPress 2.6.6 plugin update

Published on April 11th, 2021 by eeyyjohn

Hi,

We are having the following issues after we have updated the bbPress plugin version to 2.6.6.

1.) Topic favorites and subscription button are missing.

We’ve actually checked the template file where those buttons were being displayed and the functions that shows those buttons were not here anymore. We’re wondering if there’s any reason why it was removed on the latest plugin version update.

2.) When user subscribe to a forum, the forum is not listed on the “Subscribe Forums” page under members page. e.g. /members/111/forums/subscriptions/

WordPress version: 5.6.1
BuddyPress version: 7.2.1(latest)

Parent and Child display incorrectly

Published on April 11th, 2021 by cristofayre

WP:5.7
bbpress: Who knows: Most recent download
theme: dashscroll
membership: ARMembership

Not sure whether it’s BBPress, my theme or another plugin … but the ‘child’ forums are all being bunched under the category heading. (Maybe I set it up wrong) I set a forum as a category, and then created the forums as children of that parent:

Atomz/
– Products forum
– Banner forum

and so on

The top line shows the correct format (Forum, Topic, Posts, Last Posts), but the children display as
Products forum (0,0), Banner forum (0,0) …

https://atomz.pro/tec-tocc/the-atomz-forums/ ** This has temporarily been enabled; it’s normally hidden by membership plugin. If you click through to the “The Entrepreneur Club (TEC) you will see “Ecommerce” category … and all the ‘bunched’ children under that.

I’m also wondering if the category will show the totals of posts etc. Confused

order li a content is wrong on rtl

Published on April 11th, 2021 by BackuPs

Please checkout this image

The content in a li a element on forum and topic widget when admin and time are enables id wrong in RTL. There is no way to fix this with css.

bbpress-widgets

Please create the content of each li a on rtl in a reverse order.

Please change widget forum li a php code

Published on April 11th, 2021 by BackuPs

Please change forum widget li a code at line 550 from

					<a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>">
						<?php bbp_forum_title( $widget_query->post->ID ); ?>
					</a>

to

<a class="bbp-forum-title" href="<?php bbp_forum_permalink( $widget_query->post->ID ); ?>"><?php bbp_forum_title( $widget_query->post->ID ); ?></a>

Because it leads to unwanted spaces and tabs in the html and there is no filter to strip them out.

make it the same and consistent as widget_display_topics where li a at libe 797 is done the correct way.

When using both widgets in a same sidebar below each other the li a elements do not align in a vertical way.

Thank you

Widgets throw Notifications on new empty forum with no tags and no replies

Published on April 11th, 2021 by BackuPs

Hi

i you create a new install with just one forum and one topic and no replies and start adding the dafult widgets to the widget area then in the front of the website you get these notifications.

Please add a check for these counts if they are empty so that the notifications are suppressed.

Thank you

Notice: Undefined index: reply_count in /var/docs/server.tst/public/wp-content/plugins/bbpress/templates/default/bbpress/content-statistics.php on line 37

Notice: Undefined index: topic_tag_count in /var/docs/server.tst/public/wp-content/plugins/bbpress/templates/default/bbpress/content-statistics.php on line <i>42

Defoult Page vs Shortcode page

Published on April 11th, 2021 by Ricsca2

By default the forum can be reached on the forums page which is not actually a page.
However, you can also create a page with the shortcode

.
What is the shortcose for if the forum page already exists?
Thank you

Skip to toolbar