Skip to:
Content
Pages
Categories
Search
Top
Bottom

No cover image option in buddypress settings


  • blacklabdigital
    Participant

    @blacklabdigital

    Hi I’m using BuddyPress and trying to get the upload cover image form to appear, however the option for Cover Image Uploads does not appear in the BuddyPress Options form in the settings. Please can you assist me in this matter.

    BuddyPress Settings

Viewing 3 replies - 1 through 3 (of 3 total)

  • rajveersingh007
    Participant

    @rajveersingh007

    Have you install the plugin (BuddyPress Cover Photo)?


    blacklabdigital
    Participant

    @blacklabdigital

    No, I’m running BuddyPress 2.9.1 so it should be self-contained

    Looking at the source code, both items make a call to the function bp_is_active(). For profile cover images, the check is
    if ( bp_is_active( 'xprofile', 'cover_image' ) ) {)

    For groups, if ( bp_is_active( 'groups', 'cover_image' ) ) {}.

    In both cases, the default is true, so I’d guess that your theme or another plugin is filtering that value, using one of these filter hooks:
    bp_is_profile_cover_image_active
    bp_is_groups_cover_image_active
    bp_is_active

    You can quickly check by using something standard like twentythirteen as your theme and deactivating all plugins other than BuddyPress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar