Could you provide a list? How is your setup configured?
Im using rtmedia and buddypress together new version and buddypress legacy templates of the version 2.9.4 in my theme, everything is working fine when you remove two php lines in two files which you can find here in the forums.
I think the new buddypress is much faster, the speed is much better than before.
The bp group documents plugins does not work in my installation (wp 4.9.6) with bp version 3.0. Switched to 2.9.4. as well and the plugin works smoothly. Can you tell what is wrong?
@vapvarun I saw that post, but thought my issue was different because I do not use forum functionality.
@geertbaven code might be written inside the template file of the theme
theme-name/buddypress/groups/single/home.php
You will need to remove bp_is_group_forum() code; you are not using forums that’s why it’s creating an issue.
Inside the latest version above code is removed, in core discussion developers had talked about it to put it back.
@vapvarun thanks for the clarification, excellent!
Hey, I get the same error “Call to undefined function bp_is_group_forum()” on the actual forum page with bbPress activated. This is coming from the BuddyPress Usernames Only plugin. Any idea why that might be happening?