Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 3,151 through 3,175 (of 13,969 total)
  • @robin-w

    Moderator

    nothing I know of doe this at the moment

    If it’s a fixed list then just cascade eg

    [bbp-single-topic id=4096]
    [bbp-single-topic id=4097]
    [bbp-single-topic id=4099]
    [bbp-single-topic id=4099]

    if you’re doing it programmatically then just do the ‘echo_shortcode’ in a foreach loop

    or crack open /inclues/common/shortcodes and you can use the code form there to create what you want

    @robin-w

    Moderator

    [bbp-single-topic id=$topic_id] – Display a single topic. eg. [bbp-single-topic id=4096]

    @robin-w

    Moderator

    ok, so what is the bbpress role for the user ID you are using to examine the dashboard?

    @robin-w

    Moderator

    ok try

    dashboard>settings>permalinks and just click save – this resets the permalinks and may help

    @robin-w

    Moderator

    I’ve just upgraded my test site to wordpress 5.8 and all looks 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

    so has it stopped working in front end, or just disappeared from back end or both?

    In reply to: All Replies 502 Error

    @robin-w

    Moderator

    ok, those all look ok.

    All I can suggest is that bbpress has got corrupted on your installation.

    I’d suggest

    deactivate and delete bbpress
    reinstall

    You won’t lose any data if you do that.

    In reply to: All Replies 502 Error

    @robin-w

    Moderator

    what have you got set in

    dashboard>settings>forums and the various slugs are set to what names?

    @robin-w

    Moderator

    I suspect that this is a woocommerce issue. bbpress just uses wordoress login, so it looks like something (eg woocommerce) is hooking to the wordpress login and taking you to shop.

    May well be a setting in woocommerce as to what to do when a user logs in

    @robin-w

    Moderator

    🙂

    @robin-w

    Moderator

    secondary_item_id is a buddypress database item, so looks like a hook might be needed.

    Can I ask you to log the issue with the buddypress support to see if they already know this.

    https://buddypress.org/support/

    If they can’t help, then come back and I’ll try to take a look for you

    @robin-w

    Moderator

    the keymaster role is further down the profile – it is an additional role to the wordpress one.

    If you have keymaster set for you, then 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

    that’s not code from bbpress.

    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

    This should do it

    add_filter( 'bbp_get_breadcrumb', 'rew_remove_xx_breadcrumb' , 10 , 4) ;
    
    function rew_remove_xx_breadcrumb ($trail, $crumbs, $r, $args) {
    	if (strpos($trail,  'Forum Name') !== false) {
        $trail = '' ;
    	}
    	return $trail;
    }

    replace ‘Forum Name’ with the name of the forum you want to exclude

    but it would also get rid of the breadcrumb in any forums for a topic with the forum name as the topic title – ie it is just searching for any occurrence of the text in the breadcrumb string !!

    @robin-w

    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forum Display

    @robin-w

    Moderator

    great – glad you are fixed !!

    In reply to: 404 on Forums

    @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

    In reply to: 404 on Forums

    @robin-w

    Moderator

    try

    dashboard>settings>permalinks and just click save – this resets the permalinks and may help

    @robin-w

    Moderator

    Install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>bug fixes

    and you will see the ability to add back keymaster.

    Once done, you can deactivate and delete the style pack plugin, or you may find the other features useful

    @robin-w

    Moderator

    Check the roles- does the user accessing have the ‘keymaster role’

    dashboard>users>all users

    @robin-w

    Moderator

    try this -old but still works

    bbPress Genesis Extend

    @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

    In reply to: bbPress + Elementor

    @robin-w

    Moderator

    thanks for that great update

    I’ll take a look at the template

    @robin-w

    Moderator

    just run it on my test site, and the counts stay as they should

    @robin-w

    Moderator

    not sure I can help further – would require a deep delve into your website

Viewing 25 replies - 3,151 through 3,175 (of 13,969 total)