Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 1,176 through 1,200 (of 13,961 total)
  • @robin-w

    Moderator

    Thanks.

    I’d suggest as as a test switch to a default theme such as twentytwenty or twentytwentyone (don’t use 2022 or 2023), and see if this fixes.

    If so, then you’ll need to raise it with the theme breakdance as it is a paid product

    @robin-w

    Moderator

    what theme are you using?

    @robin-w

    Moderator

    I just had a quick look at the yoast code, and this is deliberate.

    a comment in the yoast code says :

    If breadcrumbs are active (which they supposedly are if the users has enabled this settings),
    		 * there's no reason to have bbPress breadcrumbs as well.

    @robin-w

    Moderator

    You are using the w3 caching plugin.

    At a guess, I’d say you need to clear the cache, so the correct version can load.

    @robin-w

    Moderator

    did a search and found this as a possible solution

    turn off Yoast’s breadcrumbs at:
    /wp-admin/admin.php?page=wpseo_titles#top#breadcrumbs

    If it works, then please come back and confirm

    In reply to: How to add search bar?

    @robin-w

    Moderator
    function bbptoolkit_show_search_form(){
    	if ( bbp_allow_search()) {
    			?>
    			<div class="bbp-search-form">
    				<?php bbp_get_template_part( 'form', 'search' ); ?>
    			</div>
    			<?php
    		}
    	}
    	
    add_action( 'bbp_template_before_single_forum', 'bbptoolkit_show_search_form' );
    add_action( 'bbp_template_before_single_topic', 'bbptoolkit_show_search_form' );

    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

    Not that I know of, sorry.

    @robin-w

    Moderator

    ok, 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

    @robin-w

    Moderator

    did they used to and have stopped or has this never worked?

    In reply to: Template

    @robin-w

    Moderator

    ok these are instructions from 12 years ago, and are not applicable for the current version of bbpress.

    If you just enable the ‘anyone can register’, then users can register from either the topic/reply forms, or you can use a register page – ie create a page – call it whatever you want and put the shortcode [bbp-register] in it. Then add this page to your menu.

    In reply to: Template

    @robin-w

    Moderator

    I am not sure where you are seeing

    “Before adding the page, it is important to select the bbPress template page for User Register. This can be done by clicking on the drop-down Template menu on the right hand section of the screen and selecting bbPress – User Register.”

    Can you say when/wher this appears eg

    dashboard>settings>xx>yy

    @robin-w

    Moderator

    I suspect your issue is related to whatever membership plugin you are using.

    In any case legislation in many countries requires you to allow users to ‘unsubscribe’ so they do not receive emails, so a subscription system needs to exist to allow for this.

    Not sure I can help further.

    In reply to: users autoconfirming?

    @robin-w

    Moderator

    bbpress just uses the WordPress (or whatever custom plugin you are using) registration/login, and your problem is almost certainly site specific, so beyond generic help from here.

    @robin-w

    Moderator

    fixed in latest release

    @robin-w

    Moderator

    link to a live example on your site

    In reply to: Moderation BUG Found

    @robin-w

    Moderator

    great – glad you are fixed

    In reply to: Moderation BUG Found

    @robin-w

    Moderator

    dashboard>settings>discussion>comment moderation and amend the number of links

    @robin-w

    Moderator

    if you have bbpress subscriptions turned in, then users have the option to subscribe to any topic and receive replies.

    @robin-w

    Moderator

    This may be what you want

    Private groups

    In reply to: Replies are blank!!

    @robin-w

    Moderator

    Heyb thanks for reporting back on that – good news !!

    @robin-w

    Moderator

    from memory I have not written that one with pagination as the bbpress one does that for pages where you want lots to show, but does just have 15 as the only option

    [bbp-topic-index]

    @robin-w

    Moderator

    I have done some initial testing.

    On the test site that is running slow, it seems to be related to subscriptions and emailing.

    I’d like confirmation that this is indeed the issue for you both as well before I spend time investigating further.

    If you are able to help can you go to

    bbpress test

    and download a small testing plugin.

    Then in your site, go to dashboard>plugins>add new and upload the plugin you just downloaded.

    When activated, this plugin will stop emails on new topics, which is what I want to prove is the issue. So you’ll need to activate, do the test and then deactivate. During the period when it is activated subscribers will not get emails for new topics, so you may want to time your tests to a quiet time on your site.

    So when you are ready activate this plugin, then create a new topic and see if it runs back to the usual speed.

    Once you have tested, immediately deactivate this plugin, or your users will not get any new topic emails.

    At the moment this is only testing new topics not replies, so no point in testing replies yet !!

    @robin-w

    Moderator

    thanks – as I say I’ll tye and look through in then next few days, but I am away at the weekend

    In reply to: bbpress toolkit error

    @robin-w

    Moderator

    some elements need your theme to not overwrite them. If they are causing particular issues, come back and I’ll take a look, but I will need to be able to see them on your site.

Viewing 25 replies - 1,176 through 1,200 (of 13,961 total)