Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 6,501 through 6,525 (of 14,247 total)
  • @robin-w

    Moderator

    actually 30 should work, not 40

    @robin-w

    Moderator

    try either – the priority just determines when the function runs – I was suggesting 40 to get it to run after other filters, but 30 may well work – try it

    @robin-w

    Moderator

    ok, so it is not that function.

    you could try just adding this to your child theme functions file

    remove_filter( 'bbp_new_reply_pre_content', 'bbp_filter_kses', 40 );

    let me know if that works

    @robin-w

    Moderator

    I cannot immediately see what is causing this, if you turn off moderation is the problem still there ?

    @robin-w

    Moderator

    ok, thanks for letting us know

    @robin-w

    Moderator

    so have you tried both, ie having it at top level and within the video ?

    In reply to: Footer issues

    @robin-w

    Moderator

    it is theme related

    the non forum pages have

    .social-navigation a {
    	border-radius: 40px;
    	display: inline-block;
    	height: 40px;
    	margin: 0 1em 0.5em 0;
    	text-align: center;
    	width: 40px;
    }

    the forum pages have an additional css class of .no-svg

    .no-svg .social-navigation a {
    	height: auto;
    	width: auto;
    }

    this needs removing, but I cannot say what you need to do to remove it – maybe a page thing

    @robin-w

    Moderator

    ok, so path wise it counts.

    on the <source> issue, less certain how to resolve. the code above looks like it should work, but you might need to add source as a top level as well

    if you need help with that, give me the entire function above

    @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?

    @robin-w

    Moderator

    yes, the function strips HTML tags nearer the end – can you just confirm what steps you are taking to add the video – is this in the default text area?

    as a by the by, the function if looking for http|ftp|https so if that is in your source path, it will count, if not it should not

    @robin-w

    Moderator

    thanks

    @robin-w

    Moderator

    go to

    bbPress

    then on right hand side select ‘advanced view’

    and at the bottom you’ll find previous versions – select 2.5.14

    @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 🙂

    @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.

    @robin-w

    Moderator

    no problem

    @robin-w

    Moderator

    this is related to your theme

    you could put this in your theme custom css area

    @media only screen and (max-width: 600px) {
    .bbp-topic-content p{
    margin : 0 0 0 0 ;
    line-height : 1.2 ;
    }
    }
    In reply to: Can’t find settings

    @robin-w

    Moderator

    try

    dashboard>settings>permalinks and just click save

    that resets the permalinks and may bring forum settings back

    If not, are Forums, Topics and Replies showing in the dashboard?

    @robin-w

    Moderator

    no problem – glad you are fixed !

    @robin-w

    Moderator

    try this

    #bbpress-forums li.bbp-header .bbp-reply-author {
    display : none ;
    }

    @robin-w

    Moderator

    ok change

    <div class="bbp-reply-content"><?php bbp_show_lead_topic()
    			? esc_html_e( 'Replies', 'bbpress' )
    			: esc_html_e( 'Posts',   'bbpress' );
    		?></div><!-- .bbp-reply-content -->

    to

    <div class="bbp-reply-content"><?php bbp_show_lead_topic()
    			? esc_html_e( 'Replies', 'bbpress' )
    			: _e( ‘<div align=”center” style =”color:#ff0000″>Please check out all the replies below,<br> if you find a post helpful please vote using the arrows</div>’, ‘bbpress’ ); 
    ?></div><!-- .bbp-reply-content -->

    You should really put this file into a child theme if you have one

    so you would do the following

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    then upload the new file to this directory so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-replies.php
    bbPress will now use this template instead of the original

    @robin-w

    Moderator

    @stevehammatt presume this is fixed in 2.6.1

    @robin-w

    Moderator

    thanks for letting us know – that is useful feedback


    @johnjamesjacoby
    – I have now seen two cases where clicking save has fixed an issue

    This one was by going into dashboard>forums> and just clicking save

    In another https://bbpress.org/forums/topic/bbpress-2-6-0-update-breaks-forums-index-only-one-level-displayed/ going into the forum, changing the order to 0 and clicking save fixed – I suspect it was just clicking save that fixed it

    @robin-w

    Moderator

    ok, the message in red show what I think is fine on my browser – can you say if you still have an issue with that part.

    On the mobile, you could have

    @media only screen and (max-width: 600px) {
    
    #bbpress-forums .bbp-reply-author {
    	display	: none ;
    }
    
    }

    which would take the author part out for mobiles

    @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

    @robin-w

    Moderator

    interesting – so showroom is right, but lobby should also show sub forums.

    That means there must be a difference between how these are set.

    so can you check each forum

    so start with Showroom – is it a forum or category? then each of the sub forums – what is set as their parent, and what is their visibility?

    then do the same for Lobby and see if you can spot any differences

Viewing 25 replies - 6,501 through 6,525 (of 14,247 total)