I tried that but I must be doing something wrong as it doesn’t work.
I created a bp-custom.php file and put it in the plugins folder (not buddy press).
This is exactly what I wrote
<?php
// hacks and mods will go here
define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );
?>
Where am I going wrong? Help would be much appreciated.