Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 1,726 through 1,750 (of 14,294 total)
  • @robin-w

    Moderator

    waiting for an email from someone else, so playing with this – this should work

    #bbpress-forums li.bbp-header {
    	background-color: blue;
    }
    #bbpress-forums li.bbp-footer {
    	background-color: green;
    }

    if you put this in

    dashboard>settings>bbp style pack>custom css

    then it will exceute at the right point

    let me know if it doesn’t work

    @robin-w

    Moderator

    so do you want

    1. forum header and footer color A and topic header and footer color B or
    2. both headers color A and both footers color B ?

    @robin-w

    Moderator

    In suspect if you are posting as you (eg say a keymaster) then it won’t do the check, can’t say for sure without delving into code, but try as a participant

    @robin-w

    Moderator

    Great – glad to have helped

    @robin-w

    Moderator

    there’s always a way, but only so much time I can devote – if I get a moment, I’ll take a look

    @robin-w

    Moderator

    I suspect that you are not a keymaster, they are the ones who see forums.

    only a keymaster can appoint another, so if no-one is a keymaster to appoint you, then install this additional plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>bug fixes

    and you will be able to set yourself as one.

    @robin-w

    Moderator

    I was sure it had a ticket, but can’t find, so I’ve created a new one.

    https://bbpress.trac.wordpress.org/ticket/3538

    Given that you are seeing this, can you change the wording in the bbpress file and see if the error goes away – it should cause no issues, it would just get overwritten by an update. Given that a new version is unlikely to be released anytime soon, it should stop them appearing for you, and would confirm that this is the fix.

    @robin-w

    Moderator

    great – glad to have helped

    In reply to: Forum Issues

    @robin-w

    Moderator

    @robin-w

    Moderator

    I would add that the replies but doesn’t work with threaded replies, but I am not a fan of threaded replies !

    If you are using them come back, but from a quick inspection, it looks like the ‘replies per page’ in the dashboard>settings>forums>replies per page doesn’t work for threaded replies in all cases.

    @robin-w

    Moderator

    so try this code, amending the numbers to what you want

    if (wp_is_mobile()) {
    add_filter ('bbp_get_topics_per_page', 'mobile_topics_per_page') ;
    add_filter ('bbp_get_replies_per_page', 'mobile_replies_per_page') ;
    }
    
    function mobile_topics_per_page () {
    	return '4' ;
    }
    
    function mobile_replies_per_page () {
    	return '3' ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

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

    or use

    Code Snippets

    @robin-w

    Moderator

    Sorry, there are only a very few of us who volunteer to help here, this is free software with free unpaid support and we give what time we are able.

    It is doable, but I know of nothing that does it, let me do some digging when I get a moment.

    @robin-w

    Moderator

    yes, it is bbpress and is a check when a topic/reply is made or edited.

    and no there is no easy way to avoid this, it really needs changing in the core bbpress product as you say to disallowed.

    There is a way to skip this check, and there are hooks that could be used to re-apply it, but it is a ton of work to do, and beyond free help.

    Unless it is really really bugging you, I think we just need to live with it.

    In reply to: Topic Tag moderation

    @robin-w

    Moderator

    great – glad to have helped

    In reply to: Topic Tag moderation

    @robin-w

    Moderator

    add this additional plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Form and look at item 18 which does exactly what you want

    In reply to: MySQL Syntax Error

    @robin-w

    Moderator

    ok, if you get it again, can you record so we can see

    In reply to: MySQL Syntax Error

    @robin-w

    Moderator

    it is always at the same point?

    In reply to: MySQL Syntax Error

    @robin-w

    Moderator

    ok, not quite sure why this occurred, but the bit that says

    ('4185', 'as__bbp_favorites, '312810')

    is lacking a closing ‘ on 'as__bbp_favorites so should read

    ('4185', 'as__bbp_favorites', '312810')

    Is this a one off, or is it now doing this everytime?

    @robin-w

    Moderator

    This while old still works

    AsynCRONous bbPress Subscriptions

    @robin-w

    Moderator

    bbpress is very stable, and the authors tend to release updates at very infrequent intervals.

    It works fine with current versions of WordPress.

    you may like to add this plugin as well

    bbp style pack

    which has lots of additional features to enhance the look and feel of bbpress.

    @robin-w

    Moderator

    ok, given that these are both paid plugins, and that for instance content censor says ‘A content scanner is included which analyzes your entire site to locate specific instances of unwanted content so you can take active steps to remove/edit as necessary.’, then I would approach these providers first for solutions.

    @robin-w

    Moderator

    can you define what you mean by ‘breaking my theme’ please

    @robin-w

    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Breadcrumbs

    @robin-w

    Moderator

    it could be a theme or plugin issue

    Themes

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

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    @robin-w

    Moderator
Viewing 25 replies - 1,726 through 1,750 (of 14,294 total)