Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 2,751 through 2,775 (of 13,965 total)
  • In reply to: Subscription Mails

    @robin-w

    Moderator

    ok, thanks – I’ve just retested on my test site, and can see no issue.

    I’ll have a think

    In reply to: Subscription Mails

    @robin-w

    Moderator

    ok, so I am wondering if something else is interfering.

    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

    In reply to: Subscription Mails

    @robin-w

    Moderator

    great – thanks, just checking what was happening.

    hmmm….. so presumably if you press the ‘send test message’ on the ‘subscription emails’ tab, this come through correctly -ie with your changes?

    In reply to: Subscription Mails

    @robin-w

    Moderator

    can you give an example of a ‘default wordpress notification’ please

    @robin-w

    Moderator

    so it works with 2019 theme, but not your chosen one – yes ?

    if so what is your theme?

    @robin-w

    Moderator

    find
    wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-access.php

    transfer this to your pc and edit the text as desired

    and save

    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 transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/feedback-no-access.php

    bbPress will now use this template instead of the original

    untested, but of you add

    <?php bbp_get_template_part( 'form', 'user-login' ); ?>

    to the end of that form, it should also show a login

    @robin-w

    Moderator

    just trying to be helpful.

    sorry, I know of nothing that does this

    @robin-w

    Moderator

    buddypress uses bbpress for it’s forums

    @robin-w

    Moderator

    no idea, but I googled around and found this

    https://www.hostinger.co.uk/tutorials/wordpress-broken-permalinks

    I’d suggest taking a look at your htaccess file, but it’s not a speciality of mine, so proceed with caution 🙂

    @robin-w

    Moderator

    @robin-w

    Moderator

    just looked back, and it is not something that has been asked for more than a couple of times.

    It is a problem that needs solving, but I’m just a helper here, and beyond free help to do the work required to create a method.

    @robin-w

    Moderator

    Just that one post, or do similar long posts get truncated? might be worth trying to create one as a test user and see

    @robin-w

    Moderator

    ok, let’s seee if it happens again, and if so try the permalink solution

    @robin-w

    Moderator

    I appreciate your frustration, but not sure ‘fault’ is the correct word.

    bbpress has changed something – but the ‘fix’ when it comes may not ‘fix’ you, as your site is adding a no-js class (from either the ‘Publisher’ theme or a plugin) which then isn’t overwritten as is normal practice by a test within your theme or the plugin.

    you could try adding this to the custom css of your theme

    .no-js {
    display : inline !important
    }

    to override the bbpress setting

    @robin-w

    Moderator

    Untested, but find
    wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php

    transfer this to your pc and edit

    change line 31

    from

    <?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>

    to

    <?php if ( bbp_current_user_can_access_create_topic_form() && (bbp_get_forum_id() != '2927') ) : ?>

    and save

    where 2927 is the forum you don’t want to show the form for

    then 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 transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-topic.php

    bbPress will now use this template instead of the original

    If you want multiple forums, you could create and array and test against that

    @robin-w

    Moderator

    ok, since I can’t get to either divi or a child theme without paying money, I can’t help – sorry

    @robin-w

    Moderator

    so do you want to hide the new topic form every time this particular forum displays (easier), or just for this particular shortcode on a page (more difficult) ?

    @robin-w

    Moderator

    It’s not something I’ve tried so no idea how hard it might be.

    There is a lot to tie up, replies need to link to topics, which need to link to forums, and all need to link to users. Since the export takes these individually, I am struggling to see how that might work.

    so my gut feel is that it is not at all easy 🙂

    @robin-w

    Moderator

    @oscowordpress1 – it does on my test site

    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

    @robin-w

    Moderator

    also could you list what other plugins you are using, and what theme

    @robin-w

    Moderator

    it’s great that you have taken the time to understand the standard tests required, they do solve 80% of issues which is why we ask for them, we don’t do it to annoy you.

    the issue may well be a 3 plugin combination thing – so bbpress in combination with another plugin and jetpack, which is why ideally you would carry out the tests.

    Given that you cannot, then there are two elements to user access – the wordpress level and the bbpress level

    eg ‘administrator’ for wordpress and ‘keymaster’ for bbpress.

    I think you best bet would be to set up a user and work through the combinations to see what works and what doesn’t – eg does admin and participant work, but not subscriber and keymaster, does admin work with moderator etc etc. That would help decide what the override that is allowing ‘admins’ to see stuff is.

    Then come back and report

    @robin-w

    Moderator

    your theme/developer has added the ‘no-js’ class to the very top, hence why the other codes are not working.

    can you try this snippet

    add_action( 'wp_footer', 'rew_supports_js' );
    
    function rew_supports_js() {
    	echo '<script>document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + " js ";</script>';
    }

    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

    There are quite few posted most days – I get rid of them usually within a few hours, but thanks for your concern.

    @robin-w

    Moderator

    link to your site?

    @robin-w

    Moderator

    so is this a theme you have built using divi, or a theme that you have bought that uses divi?

Viewing 25 replies - 2,751 through 2,775 (of 13,965 total)