Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 2,676 through 2,700 (of 13,962 total)
  • @robin-w

    Moderator

    this looks like it might do it

    bbPress Move Topics

    whilst it is an old plugin, it is written by Pascal who is a good plugin author, and there have been no major changes other than subscribe since written, and I suspect it does not touch that part.

    @robin-w

    Moderator

    Nothing I know of

    can only suggest you plough through these an see if any will do the trick

    20 Free WordPress Gallery Plugins For Photography Websites 2021

    @robin-w

    Moderator

    is it all topics from one forum, or just some?

    @robin-w

    Moderator

    hmmmm….

    so with a twentytewenty theme and just bbpress you cannot see those roles – yes ?

    @robin-w

    Moderator

    🙂

    @robin-w

    Moderator

    This is a bug in bbpress – yet to be fixed.

    In the meantime install

    bbp style pack

    which should fix

    or

    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

    if( !function_exists( 'bbpress_browser_supports_js' ) ){
    	function bbpress_browser_supports_js() {
    		echo '<script>document.body.classList.remove("no-js");</script>';
    	}
    	add_action( 'wp_footer', 'bbpress_browser_supports_js' );
    }

    @robin-w

    Moderator

    🙂

    In reply to: Issue with Polylang

    @robin-w

    Moderator

    it looks like the ‘free’ version does not have support – few threads are answered – that is of course the plugin authors choice, but suspect you might need to upgrade to pro to get help on this.

    In reply to: Issue with Polylang

    @robin-w

    Moderator

    ok, as I’m not running polylang I can’t really help further.

    I have no doubt it can be fixed, but not by me 🙂

    But I cannot see that anyone else has had issues with this – not saying that it does work for others, just that I cannot find anyone reporting that they have had issues.

    @robin-w

    Moderator

    both those functions have filters, so you could quite happily amend them using a filter, which would then not be affected by plugin updates

    In reply to: BBp style pack

    @robin-w

    Moderator

    Sorry, that file is back and corrupted I cannot say why.

    I can only suggest 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

    In reply to: Issue with Polylang

    @robin-w

    Moderator

    and are you on ploylang pro?

    I can see in settings options for ‘share slugs’ and ‘translate slugs’ that might be needed (or might not be!) and need the pro version.

    and have you raised this issue with polylang ?

    @robin-w

    Moderator

    ok, to save me searching where is ‘I can see where this is being generated in the bbpress plugin PHP code’

    In reply to: Issue with Polylang

    @robin-w

    Moderator

    so typing for instance

    http://domain.com/forums/topic/admin-gui/edit/

    in the url does not work either?

    @robin-w

    Moderator

    ok, can you define what you mean by ‘customisation’? do you mean style, or say entries per page or what ?

    In reply to: Issue with Polylang

    @robin-w

    Moderator

    and have you added topic, reply and forum as custom post types in the polylang settings

    In reply to: Issue with Polylang

    @robin-w

    Moderator

    so I’m presuming that

    http://domain.com/forums/topic/admin-gui/edit/

    would work ie it is the ‘/fr’ that is the problem ?

    @robin-w

    Moderator

    hmmm….not sure what has happened

    perhaps go to

    dashboard>tools>forums>repair forums and run any relevant looking items – ‘recalculate parent forum’ looks like a good one to run as a start

    @robin-w

    Moderator

    ok, I’d suggest running

    dashboard>tools>forums>repair forums>

    and run

    Recalculate engagements in each topic for each user

    and

    Recalculate private and hidden forums

    and see if that helps.

    I still think the core issue is with the import

    If that fails, then run all the rest one at a time

    @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

    ok, but can you try this first

    I would suggest next you create a forum, and one topic for it. Then make the forum hidden, and see if this then works.

    In reply to: BBp style pack

    @robin-w

    Moderator

    just had a look, the bspstyle.css is corrupted – I cannot say why.

    if you can find this in the plugin folder using FTP, then delete it and it should refresh correctly, then come back.

    If that previous sentence means nothing to you, then again come back

    @robin-w

    Moderator

    ok, again my test site works.

    so we need to work out if it is the import, a theme or plugin issue, or something else.

    I would suggest next you create a forum, and one topic for it. Then make the forum hidden, and see if this then works.

    @robin-w

    Moderator

    possibly, so if forums are public or private it all works ok ?

    @robin-w

    Moderator

    having one forum hidden works fine on my test site

Viewing 25 replies - 2,676 through 2,700 (of 13,962 total)