• If I use the following in my bp-custom.php file to change the default group slug :

    define( 'BP_GROUPS_SLUG', 'othername' );

    The Wiki’s CSS breaks.

Viewing 1 replies (of 1 total)
  • Thread Starter crazywhistlepig

    (@crazywhistlepig)

    By the way this can be fixed by changing line 19 in /bp-wiki/includes/bp-wiki-cssjs.php from:

    if ( $bp->current_component == 'groups' ) {

    to

    if ( $bp->current_component == BP_GROUPS_SLUG ) {

    FYI. Maybe that can be rolled into the next update? THANKS!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: BuddyPress Wiki Component] Changing default group slug breaks CSS’ is closed to new replies.