Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 1,451 through 1,475 (of 11,582 total)
  • Author
    Search Results
  • Advansys
    Participant

    I have the same problem, although I haven’t rolled back yet to test the earlier version. When doing a search, the summary of hits is displayed (twice – I guess that’s for top and bottom of results list) and yet there is no search results content listed for these hits.

    i.e. the search results looks like this:

    Viewing 15 results – 1 through 15 (of 28 total)

    Viewing 15 results – 1 through 15 (of 28 total)

    Robin W
    Moderator

    strange, just tried setting various orders in my test site, and it seems to work fine – so I canlt replicate your issue.

    But as long as you are happy that you are fixed, then I’ll not dig further

    #205808
    mrmillercoach
    Participant

    After applying the latest BuddyPress plugin update to bbPress 2.6.0 the Forums List Widget now displays the forums in reverse order on the dashboard.

    I updated the bbPress to 2.6.1 but this did nothing.

    https://community.careerpivot.com

    #205803
    Chuckie
    Participant

    By the way, your forum shows differently. At all times it is showing a list of actual topics and not a list of forums inside a category and pulling out the most recent topic info per forum. So your context is different. Please go to my forum and create an account and a test message and / or a reply in one of the forums and you will see.

    Andrew

    #205771
    hardel
    Participant

    I think I’m having a similar issue. I have widgets for latest posts and replies. They are displaying in the sidebar as +5 hours old, but when you click the topic, it shows the correct time…

    #205741
    bttmrc
    Participant

    Well sir, you are nothing short of amazing.

    It worked perfectly as far as I tested

    #205733
    boberry
    Participant

    Strangely it is working now. I had a user who is actually an admin who could not type into the reply box under an established topic. The cursor wouldn’t even appear and could not click the submit button. I just did all the tests you asked and they all worked. Very strange.

    #205730
    Robin W
    Moderator

    suggest you create a test ‘user’ and see if you can reply.

    If not, then let us know exactly what ‘not able to post replies to posts in the forums’ means

    eg can you create topics? – can you access the reply form? – can you press submit ? do you get an error? etc.

    #205679
    hyo1990
    Participant

    Hi there,

    I’ve updated the plugin BB Press to the latest version (2.6.1), but the subforums display situation isn’t solved (We have 2 forums (Defense of the ancients & Legion Tower Defense) with subforums associated – The 1st one displays them in a incorrect way, and the 2nd doens’t display at all)

    Tried searching the previous topics, but coulnd’t find any information regarding it (after the release of 2.6.1)

    Thanks in advance

    Wordpress: version 5.3
    BBPress: version 2.6.1
    Website: https://firstbloodgaming.com/forums/ (which is the affected page)

    #205659

    In reply to: Child CSS

    hydrogriff
    Participant
    • Yes. W3TC with CSS minification.
    • Yoast SEO. As far as I know, it doesn’t interact with CSS files.
    • No.
    • No.

    Related change test: Tested with both screen and all. Did not work.

    Additional information:

    I have dequeued bbpress stylesheets for non-bbpress pages, using the below code.

    
    function dequeue_bbpress_style() {
        if ( class_exists('bbPress') ) {
          if ( ! is_bbpress() ) {
            wp_dequeue_style('bbp-default');
            wp_dequeue_style( 'bbp_private_replies_style');
            wp_dequeue_script('bbpress-editor');
          }
        }
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_bbpress_style', 99 );
    

    I hope this helps.

    I also noted another issue where the replies were not loading (both topic replies and threaded replies) for any topics.

    #205657

    In reply to: Child CSS

    Subforums are not listed.

    The subforums not being listed will be fixed in 2.6.1.

    A few more questions:

    • Using any caching plugins?
    • Using any SEO plugins that might be interacting with CSS files?
    • Using a right-to-left language?
    • Overriding any constants? (WP_CONTENT_DIR, WP_PLUGIN_DIR, WP_THEME_DIR, etc…)

    Anything else about your WordPress installations you can share?

    The only related change I can find, is: https://bbpress.trac.wordpress.org/ticket/3012

    If you’re able to edit that file in bbPress directly, and revert it back, and test, that would be super helpful to confirm or disconfirm if that does it.

    #205630
    quoctai101
    Participant

    Hi,

    I’m currently using BuddyPress, bbPress, and Image and video gallery from Google Drive (all are latest updated). The plugin “Image and video gallery from Google Drive” provides a shortcodes is [sgdg path=”MyPath”]. I tried installing “bbPress – Do Shortcode” and it worked. However, the javascript file for loading is missing. Anyone can help me out please?

    #205619

    In reply to: Child CSS

    raydelvec
    Participant

    Same problem. I changed the CSS on my forum about a year ago, uploading the custom styles to Active Theme > css > bbpress.css

    Then upon this latest update, they all reverted back.

    It is fixed when you copy/paste the CSS code from that file into either main style.css or the Appearance > Customize > Additional CSS

    I also use Autoptimize which wraps the bbpress.css code into one file.

    I would like to know what’s causing the issue even though this is a workaround.

    #205617
    creativersis
    Participant

    Hi everyone. I was wondering if anyone else is having this problem and how did you solve it. We have bbpress on the website and we (used to) hold for moderation only topics, but all the replies could go through. Now, with the latest bbpress update replies are also held for moderation even though only topics are selected in settings. Any clues on how to fix this? Thank you

    #205604

    In reply to: Child CSS

    hydrogriff
    Participant

    @johnjamesjacoby, I can confirm this as well. The following things are broken for me.

    • Child CSS won’t load.
    • Subforums are not listed.

    Love the moderation features though. But still I have to rollback to earlier version to have a functioning forum. What happened this time? Usually production releases come out well-tested by the bbPress team. This is a bit disappointing.

    Hammy Havoc
    Participant

    Hi everybody!

    I’m having some problems importing from the latest phpBB into the latest bbPress.

    I get the following error:

    1. No passwords to clear
    2. No users to import

    Everything else appears to import as expected.

    #205587
    PDidee
    Participant

    Since the latest update to 2.6.0 I’ve noticed that I am unable to click into the visual editor on replies to posts. Text tab works but the text area for the visual editor isn’t working at all. I can’t click into the space and type anything there. I’m using the following code to use the visual editor…

    function bbp_enable_visual_editor( $args = array() ) {
    $args['tinymce'] = true;
    $args['teeny'] = false;
    return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    function bbp_tinymce_paste_plain_text( $plugins = array() ) {
    $plugins[] = 'paste';
    return $plugins;
    }
    add_filter( 'bbp_get_tiny_mce_plugins', 'bbp_tinymce_paste_plain_text' );

    function bavotasan_bbpress_upload_media( $args ) {
    $args['media_buttons'] = true;

    return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bavotasan_bbpress_upload_media' );

    function add_theme_caps() {
    $role = get_role( 'subscriber' );
    $role->add_cap( 'upload_files' );
    }

    add_action( 'admin_init', 'add_theme_caps');

    #205568
    ico33
    Participant

    1) My site is in italian, and BBpress was obviously in italian. Now some words or sentences are in english and others are in italian. A sort of mash-up (latest replies widget, and other elements). ANything to do?

    2) in mobile view, the username in the replies are partially covered from the previous reply.

    #205542
    Pascal Casier
    Moderator

    Hi,
    I created this plugin that works with v2.5 in a single site environment. I did not test it yet with v2.6! But if it can give ideas, I just leave it here:

    bbPress Move Topics

    #205503
    scmsteve
    Participant

    Nothing to apologize for, glad you were able to get it fixed (or will), and that it wasn’t my fault. 🙂 Thanks for the quick reply and for taking care of it. Just testing before pushing this newer version to our live site, I’ll keep you posted on any other issues I find as well.

    #205495
    Chuckie
    Participant

    I don’t really know what to do as I only came on board within the last month. So 420 tweaks – ooer!

    I have been providing feedback about features but sometimes they seem to go unanswered (not just for me). I understand why. But you specifically want feedback. Is that feedback in the repository?

    scmsteve
    Participant

    I pulled down the latest from the repo because I saw quite a bit of work was going on… Very excited to see the movement, and wanting to get in on the testing to be sure things are working ok. Maybe I jumped in the middle of some commits and that is my problem, but…

    I am updating an earlier v2.6 dev release, which was working fine. But after doing the update and starting to test, a rather large error showed up on the first page where the shortcode [bbp-forum-index] is showing the list of forums, but none of the subforums under them.

    I was trying to track this down via WP-CLI, but doing the shortcode from there, or even calling bbp_list_formums() is returning nothing at all, so the context must not be set up properly. I can’t figure out how to use that as a debugging path, and don’t really know offhand what is the right way.

    If this isn’t the right location in the forums here, please let me know which section is better. 🙂

    #205458
    safetoto777
    Participant

    If you are using bbpress plugin in your wordpress account bbpress plugin will update you once they have latest bbpress version update

    #205457
    kgoleholdings
    Participant

    Hi

    Are we going to see any updates to the latest version of BB Press any time soon?

    #205446
    Milan Petrovic
    Participant

    My plugin GD Mail Queue: https://wordpress.org/plugins/gd-mail-queue/ solves the issue of BCC, and it can capture BCC emails and add them to the queue that is processed in the background as individual emails, so each notification is sent as a separate email, and it won’t get flagged by many email servers. The plugin has many more features, with the goal to replace other SMTP and mailing plugins. It has log, turning emails to HTML, email tests, SMTP configuration and more.

Viewing 25 results - 1,451 through 1,475 (of 11,582 total)
Skip to toolbar