Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 1,426 through 1,450 (of 11,571 total)
  • Author
    Search Results
  • #206031
    Robin W
    Moderator

    I’ve just trued it in my test site, and it seems to work ok.

    I presume you mean that on then topic or reply form, the user is clicking the IMG link and entering the details?

    and is it just an image within a post, or is the whole post not showing?

    #206024

    In reply to: Private forums

    Robin W
    Moderator

    Suggest you test it

    #205948
    Robin W
    Moderator

    last active time on a topic would pick up if there had been replies.

    I loaded your code onto my site, and it worked fine.

    I’m not sure what other help you want

    1. topic will do what you want, it is saying that there are new topics within the period
    2. I don’t understand this question, works fine on my test site]
    3. yes it is counting any new topics or topics where there have been new replies – is that nit what you want?

    #205945
    Chuckie
    Participant

    @robin-w

    I am struggling with your other request. Something isn’t right. I have moderation still switched ON …

    If I try to insert a video (only one video) as a non-admin and hit enter the video won’t play. When I edit the post the content looks like this:

    <video controls="controls" width="300" height="150">
    **source src="pathtovideo/pts-test-video.mp4" type="video/mp4" /**</video>

    bbPress has escaped the < and > symbols.

    If I log back in as admin and perform the same task. I get a functional video link:

    <video controls="controls" width="300" height="150">
    <source src="pathtovideo/pts-test-video.mp4" type="video/mp4" /></video>

    I know it is a side issue but I don’t understand how to fix that and until I do I can’t complete the testing you wanted.

    #205938
    Robin W
    Moderator

    If you want to remove moderation, I think this will do it

    add_filter( 'bbp_bypass_check_for_moderation', '__return_true' );

    Put this in your child theme’s function file – or use

    Code Snippets

    If someone could test and report back, that would be useful. I have no time availability to do this 🙂

    #205937
    Robin W
    Moderator

    I’m just looking at that code are to try and understand it.

    Yes, admins and moderators skip the moderation rules.

    Thanks for the useful testing of the first part – ie the links.

    Images and videos are just links as far as I can see, so should obey the same rules as above and be included in the count.

    so 1 links, I video and 1 image = 3 links.

    can you retest based on that and see if just 1 image is going into pending, or if it is the combination.

    #205903
    Chuckie
    Participant

    @johnjamesjacoby

    Please look at the associated, more active discussion on this subject. There are lots of users who now have to approve every post. I have provided comments in that discussion instead.

    I suggest you review that discussion. True, there are complaints, which are all to easy to roll of the tongue, but the point it things have changed. I don’t want to repeat my feedback so please see the other thread.

    I personally need to find a way to control things going into pending. It should only do so if it thinks it needs moderation. Not all posts. The other discussion I found the function that changed the way posts are moderated so so thing must be askew there.

    If your forum is working ok then are you on WordPress 5.3? What are your WordPress discussion settings set to for moderation? It might be an idea to become a admin on one of our sites. Best way to test because I expect this is a common solution.

    See: https://bbpress.org/forums/topic/need-users-to-be-able-to-posts-without-posts-being-approved/

    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.

Viewing 25 results - 1,426 through 1,450 (of 11,571 total)
Skip to toolbar