Skip to:
Content

BuddyPress.org

Ticket #8502: 8502.patch

File 8502.patch, 1.1 KB (added by imath, 5 years ago)
  • src/bp-templates/bp-nouveau/includes/functions.php

    diff --git src/bp-templates/bp-nouveau/includes/functions.php src/bp-templates/bp-nouveau/includes/functions.php
    index abbca46ca..b5a44e6e8 100644
    function bp_nouveau_get_appearance_settings( $option = '' ) { 
    638638        $default_args = array(
    639639                'avatar_style'       => 0,
    640640                'global_alignment'   => 'alignwide',
    641                 'user_front_page'    => 1,
     641                'user_front_page'    => 0,
    642642                'user_front_bio'     => 0,
    643643                'user_nav_display'   => 0, // O is default (horizontally). 1 is vertically.
    644644                'user_nav_tabs'      => 0,
    function bp_nouveau_get_appearance_settings( $option = '' ) { 
    660660
    661661        if ( bp_is_active( 'groups' ) ) {
    662662                $default_args = array_merge( $default_args, array(
    663                         'group_front_page'        => 1,
    664                         'group_front_boxes'       => 1,
     663                        'group_front_page'        => 0,
     664                        'group_front_boxes'       => 0,
    665665                        'group_front_description' => 0,
    666666                        'group_nav_display'       => 0,       // O is default (horizontally). 1 is vertically.
    667667                        'group_nav_order'         => array(),