Skip to:
Content
Pages
Categories
Search
Top
Bottom

Another (0,0) sub-forum topic, kind of…?


  • lorcannolan
    Participant

    @lorcannolan

    I’m having a weird “bug” or just unwanted result from something that usually works perfectly.

    (0,0) removed via usual method:

    function remove_counts() {
        $args['show_topic_count'] = false;
        $args['show_reply_count'] = false;
        $args['count_sep'] = '';
    return $args;
    }
    add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );

    Unfortunately this time it is leaving me with the commas still intact despite the separator being target to be removed (I’m not comfortable with coding like most of you guys but years in WordPress you have to pick up a few things).

    Probably easier if you take a look at this point it’s : MCR Biker Community Forum

    I am using a plugin called Youzer to style the forum if that has any effect. Switching themes doesn’t fix.

    Any suggestions?

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    can only suggest that something else is putting it there

    maybe try

    Themes

    As a test switch to a default theme such as twentyfifteen, 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.

    Then come back

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar