In breadcrumbspress/core/expand/BuddyPress.php, on line 192 this fails:
$item = buddypress()->groups->nav->get( $key );
nav is no (longer?) a property of the groups object. On registering the navigation, the groups-component registers a main_nav array and a sub_nav array. These are properties of the buddypress()->groups object, nav no longer is. So it results in an error ( trying to invoke the get( $key ) method of a null object ). Maybe first check if nav is object before trying to get the key? Or use the main_nav or sub_nav arrays.
For the rest: I like the plugin.
]]>Hi there,
I just found your plugin, and it looks good for my project, but I am facing an issue.
Home > Resource > Learning to Drive > Archives for 'Getting Ready to Learn' Resource Category
I don’t want to show the text – [Archives for ‘Getting Ready to Learn’ Resource Category] but just show [Getting Ready to Learn].
Home > Resource > Learning to Drive > Getting Ready to Learn
I didn’t able to find any settings for that. Is there any option or setting for that?
]]>Hi,
Nice plugin. I have managed to find the right place(s) to manually integrate it to my customised setup, but one small issue is that I have replaced the nav menu items on the Members sections with icons, and to do this I had to remove the names of those pages by using a Buddypress function that lets you change the display names, which I changed to blank, and then put a background image; this means that the breadcrumbs are either blank or showing a number that is being read from the count of messages, notifications, friend requests etc that is included in each tab. Is there any way to fix this without me losing my preferred icons, perhaps some filter or hook? In the meantime I am looking for an alternative way to do what i have already done – the main reason is that on mobile the tabs take up a lot of screen space, so I might try replacing the nav on mobile with a dropdown menu if I can. The breadcrumbs will help a bit with navigation too. But if you have a ready made solution that would be great. Also one other query – any idea if or when you will integrate the Blocksy theme? Thanks.