Thread Starter
jkd77
(@jkd77)
When BuddyPress Settings > Group Forums (Legacy) is turned off, the below test fails and prevents the rest of the Defaul Data settings form from being output:
if ( bp_is_active( ‘forums’ ) && bp_forums_is_installed_correctly() )
When I turn Group Forums on, the Default Data settings form outputs fine.
Thread Starter
jkd77
(@jkd77)
One last detail. When BuddyPress Settings > Group Forums (Legacy) is turned on, this error is output:
You can’t import anything forums-related, because Forum Component is not installed correctly. Please recheck your settings.
It seems BuddyPress Group Forums is being phased out in favor of bbPress.
Thread Starter
jkd77
(@jkd77)
disregard all previous issues. There was a single conflicting plugin. Thanks!