BuddyBoss Home – Web Support Forums Themes BuddyBoss theme BuddyPress Cover Image Support

Viewing 13 posts - 1 through 13 (of 13 total)
  • Question

    #49788
    @acroyes

    The next version of BuddyPress (2.4) scheduled to be released in two days (October 28, 2015) has cover image support for both Profiles and Groups.

    I’ve tried out BuddyPress 2.4-beta2 with BuddyBoss 4.2.1 and cover photos don’t appear to work.

    Profiles show a “Change Cover Photo” tab where you can set a cover photos, but after uploading, nothing shows up.

    Groups show a “Cover Photo” tab, but it is blank (no content).

    Is BuddyBoss fixing their theme to support BuddyPress 2.4? Can I have access to a beta build? I need this asap for an impending launch.

    Thank you for your effort on this.

    Answers

    #49947

    Anonymous
    @

    Hi @acroyes, We have already discussed it with our developer hopefully it will be implemented in our next update.

    Regards
    Pallavi

    #49962
    @acroyes

    Thanks @pallavi, do you know when that might be? Can I help test it?

    Needing support soon for an impending site launch.

    #50152

    Anonymous
    @

    Hi @acroyes, we have notified it to our developers to work on this before buddypress 2.4.0 release.

    Thanks
    Pallavi

    #50185
    @acroyes

    Thanks @pallavi, you can send them this for a little head start. 🙂
    https://gist.github.com/imath/e5abe98b88166add38d2

    #50361

    Anonymous
    @

    Thanks for your input 🙂

    #55020
    @lsgxtremes

    Hello @pallavi!

    Is this fixed? Cause right now it still
    does not show the cover photos for groups
    after it is uploaded.

    Thanks in advance.

    #55021
    @lsgxtremes

    Here is a video on the same:

    Its been around for quite some time now,
    I hope you get this fixed so that we could
    use this feature.

    Thanks in advance

    #55084
    @vapvarun

    Hi @lsgxtremes, Please update BuddyBoss theme version
    Cover image support is already added.
    Regards
    Varun Dubey

    #55086
    @lsgxtremes

    Well I am already running 4.2.4

    #55137
    @vapvarun

    Hi @lsgxtremes
    I have tried to replicate the issue but it seems working fine to me, might be any of your active plugin is creating conflict with Group, Please try to de activate any group related plugins for a while to debug the issue.

    https://drive.google.com/file/d/0Bzv-k-FcE80ibmhram1RRl9Nb00/view

    Regards
    Varun Dubey

    #55260
    @frankwarwick

    Drop this into your funtions.php
    change the ‘full_path_to_my_image.jpg’

    // ---- start - add a default image to use for xprofile Cover Images
    function your_theme_xprofile_cover_image( $settings = array() ) {
        $settings['default_cover'] = 'full_path_to_my_image.jpg';
     
        return $settings;
    }
    add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_xprofile_cover_image', 10, 1 );
    // ---- end - add a default image to use for xprofile Cover Images
    #55287
    @vapvarun

    Thanks @frankwarwick


    @lsgxtremes
    you can add attached image or any other image with same name inside child theme buddyboss-child/images folder to set your own default image.

    Regards

Viewing 13 posts - 1 through 13 (of 13 total)
  • The question ‘BuddyPress Cover Image Support’ is closed to new replies.