BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Breadcrumbs missing from group forums
Tagged: bbpress, Breadcrumbs, buddypress, groups
- This topic has 3 replies, 2 contibutors, and was last updated 9 years, 9 months ago by Alyssa.
Question
February 9, 2015 at 4:00 pm #35706@milenaHi,
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
February 10, 2015 at 11:34 am #35759@alyssa-buddyboss
AlyssaParticipant@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.February 10, 2015 at 12:12 pm #35769@milenaHi @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!
February 11, 2015 at 12:10 pm #35813
- The question ‘Breadcrumbs missing from group forums’ is closed to new replies.