Skip to:
Content
Pages
Categories
Search
Top
Bottom

No back button to parent forum

  • @chrtravels

    Participant

    Hello,

    There doesn’t seem to be a back button to parent forum or sub forum when you drill down.

    Check out this forum:

    Finance

    Go into the cryptocurrency forum. I don’t see a back button on any of the forums though

    Any assistance is appreciated.

    Thanks,
    Chris

Viewing 12 replies - 1 through 12 (of 12 total)
  • @robin-w

    Moderator

    forums have breadcrumbs to help navigation.

    Yours appear to be switch off, possible by your theme?

    @tapiohuuhaa

    Participant

    I have searched a way to get this better too. I know that breadcrumb can be used. I added also a manual made menu to the footer-part of the page.

    Still back button would be nice. Also back button from single discussion to the forum, which lists topics.

    If that could be done, that could be added to the bbp style pack plugin?

    @tapiohuuhaa

    Participant

    The back button would be nice on the bottom of the page just above the footer part of page. It would not needed on the top of the page. Alternatively breadcrumbs would be duplicate on the bottom of the page.

    See a XenForo forum:
    https://www.matkapuhelinfoorumi.fi/threads/tablettia-ostamassa-mikä-tabletti-hankinnassa.65833/

    @robin-w

    Moderator

    as a temporary, add this to your functions file

    add_action( 'bbp_template_after_forums_index' , 'rew_add_breadcrumb'); 
    add_action( 'bbp_template_after_single_forum' , 'rew_add_breadcrumb'); 
    add_action( 'bbp_template_after_single_topic'  , 'rew_add_breadcrumb'); 
    
    function rew_add_breadcrumb () {
    	bbp_breadcrumb(); 
    	
    }

    I’ll look to add it to style pack shortly

    @tapiohuuhaa

    Participant

    I added it to the end of the functions.php of bbp style pack. No chage.

    @tapiohuuhaa

    Participant

    sorry – there was some delay. Works as expected! Thank’s

    @tapiohuuhaa

    Participant

    A request.

    When you update your plugin, IMO would be better to forward the “Create New Topic” link to #new-post.
    Now I must go back to set the title. Forwarding to #new-post I get the title field.

    @tapiohuuhaa

    Participant

    You can see the differency here
    https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/suomen-kuvalehti/

    On the right bottom corner of the main menus is (double) arrow down, which has the link
    #new-post

    That goes to the right place

    Clicking + ALOITA UUSI KESKUSTELU
    goes
    https://www.sanaristikkofoorumi.net/wordpress/forums/forum/sanaristikot/suomen-kuvalehti/#bsptopic

    That goes a little bit too far.

    @robin-w

    Moderator

    thanks, yes that looks a better idea – I’ll add it to my next changes

    @tapiohuuhaa

    Participant

    Sorry about last post – Finally I found this topic and I put the temporary fix working again.

    @robin-w

    Moderator

    it’ll be in one of the next 3 releases, so keep the current code, and look at the ‘what’s new’ tab on updates

    @sadi999

    Participant

    I am also showing this error and trying to update but I am failed to update.

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar