BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Breadcrumbs missing from group forums

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #35706
    @milena

    Hi,

    In group forums – the forum and the topics do not have breadcrumbs- making it very difficult for the users to understand where they are.
    All the regular forums, not group related have breadcrumbs.

    See the group forum page from the demo:
    https://www.buddyboss.com/demo/buddyboss/groups/braveheart/forum/

    And this is a topic from that forum, looks the same
    https://www.buddyboss.com/demo/buddyboss/groups/braveheart/forum/topic/test-forum/

    How can this be fixed? Is there a code that Can be added to bbpress template to save in the child theme?

    Thank you

    Answers

    #35759

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena we do not remove breadcrumbs from these pages. In fact, it appears BuddyPress has omitted them on purpose. Perhaps you could try this plugin: https://wordpress.org/plugins/group-forum-crumbs/
    If that doesn’t work or suit your needs then you will need to contact BuddyPress for further support on this.

    #35769
    @milena

    Hi @tjchester,

    thank you! I’ve been searching for something exactly like that 🙂

    as the author says

    This is a tiny plugin that simply re-enables breadcrumbs for BuddyPress group forums.

    so, it’s just this snippet of code (if anybody is looking for it too)

    /* nothing fancy */
    add_filter( 'bbp_no_breadcrumb', '__return_false', 20 );

    Question is- is it better to add this as a plugin, or just add this the code to my functions.php?

    Do you, or anybody else know- what is better for the page loading time?

    thank you!

    #35813

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena adding to the child theme would be the best route imo.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Breadcrumbs missing from group forums’ is closed to new replies.