Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/29/2020 04:02:35 PM (5 years ago)
Author:
imath
Message:

Move Avatars & Cover from xProfile to Members component : step 5

  • Adapt Cover functions to relate to the Members component.
  • Deprecate functions no more used.
  • Add the handler to change the cover into the Members component.

See #8156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress-functions.php

    r12524 r12558  
    147147            'name'     => 'cover_image',
    148148            'settings' => array(
    149                 'components'   => array( 'xprofile', 'groups' ),
     149                'components'   => array( 'members', 'groups' ),
    150150                'width'        => $width,
    151151                'height'       => $top_offset + round( $avatar_height / 2 ),
Note: See TracChangeset for help on using the changeset viewer.