Skip to:
Content
Pages
Categories
Search
Top
Bottom

List Of Shortcodes

Published on February 16th, 2021 by flamuren

How come I cant find a shortcode for the bbpress user profile?

bbPress wrong topic and replies count

Published on February 16th, 2021 by mc9625

On the forum list bbpress doesn’t show any topic nor replies, even if the forum has at least one topic with several replies.

Any clue?

bbpress.min.css clobbers my changes in child theme css

Published on February 16th, 2021 by machine1

Hi,
I am having issues overriding the css in bbpress.min.css using my child theme style.css
I have also tried the method of creating a bbpress.css in the wp-content\themes\<child-theme>\css\ folder, but that hasnt worked.

Using a parent theme and making changes in that style.css seems to work (albeit my dev server has on an older version of wordpress).

Specifically, I am trying to change the sizes of “topic type” and “topic status” dropdowns (or the font) as the text is cut off.

I’m targeting the ID #bbp_topic_status_select directly with !important and still not working.

WP version: 5.6.1
bbpress version: 2.6.6
URL: tinymatch.com.au/forums/forum/general/

Reply order?

Published on February 16th, 2021 by ritailsted

Hi

I just want to know if it is possible to reverse the order of replies? I cannot find that possibility anywhere?

Regards

Rita

Forum display on blog page

Published on February 15th, 2021 by rickeaton

In our wordpress site, our post page is set to Blog in the Homepage settings. We have recently installed bbPress and are setting have set up a forum page with the header “Community Forum”. This correctly displays the bbPress forum tree. However, when you navigate to a forum in the structure, you are directed to the Blog page which then display the forum. This is a problem because the page headers are different. We can’t figure out why this is happening or how to correct it. Any help or tips would be greatly appreciated.

WordPress 5.6.1 bug affects forum text editing mode?

Published on February 15th, 2021 by Mike Witt

I *think* I’m seeing an issue with bbPress (2.6.6) on WP 5.6.1. I’ve only seen it on mobile devices. What happens is that when you start editing a post in text mode there is no echo. If you switch to visual and back to text, the text appears. I’m wondering is this is related to the recently reported bug(s) in WP 5.6.1 involving TinyMCE or editing in general.

Anybody know any more about this, or has anyone else seen a problem with mobile device text posting on WP 5.6.1?

Links being stripped in posts

Published on February 15th, 2021 by dogwomble

Hi there,
I’m trying to work out what’s actually going on here.
Whenever any person (including myself as keymaster) inserts a link, it is stripped from the post when it gets displayed. All othe formatting seems to make it through.
I have added the following code to the theme’s functions.php to try and enable this functionality:

add_action( 'bbp_kses_allowed_tags','pyg_kses_allowed_tags',999,1);
function pyg_kses_allowed_tags($input){
        return array(

                        // paragraphs
                'p' => array(
                        'style'     => array()
                ),
                'span' => array(
                        'style'     => array()
                ),

                // Links
                'a' => array(
                        'href'     => array(),
                        'title'    => array(),
                        'rel'      => array()
                ),

                // Quotes
                'blockquote'   => array(
                        'cite'     => array()
                ),

                // Code
                'code'         => array(),
                'pre'          => array(),

                // Formatting
                'em'           => array(),
                'strong'       => array(),
                'del'          => array(
                        'datetime' => true,
                ),

                // Lists
                'ul'           => array(),
                'ol'           => array(
                        'start'    => true,
                ),
                'li'           => array(),

                // Images
                'img'          => array(
                        'src'      => true,

                        'border'   => true,
                        'alt'      => true,
                        'height'   => true,
                        'width'    => true,
                )

        );
}

I have tried to find other documentation to try and work out why this is occurring and have drawn a blank. Anybody have any other suggestions?

Delete Google +

Published on February 14th, 2021 by Ricsca2

Among the user fields is Gooogle + which has not been active for a long time.
Why doesn’t bbpress take it off?

how to disable code quicktag

Published on February 13th, 2021 by purityboy83

Hi

I use wordpress + bbpress

For example, i need to write a query statement(mysql) on a topic.
ex)
selectid,numberfrom tab

When an grave accent is entered, the [code] tag is automatically inserted.

ref img : https://ibb.co/9bhG177

I want it to be typed exactly as you type it.
So I want to disable the function for the code tag.

I need your help and support

Best Regards,
Hyunho

Avatars sometimes showing off-center with dark background

Published on February 13th, 2021 by dogwomble

Hi there,

I’m having an issue where user avatars are sometimes showing as off-center with a dark background. An example would be https://crispygeek.com/forums/topic/youtube-volume/

I kinda suspect the CSS in the theme is somehow mangling it, which I would like to try and fix – my brain doesn’t seem to want to work out which CSS it is without hurting.

Any ideas?

Skip to toolbar