Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cover Photos for Profiles


  • TracyLove3000
    Participant

    @tracylove3000

    Is there a plugin to allow members to upload a cover photo (like Facebook, Google+, & Twitter) on their profile?

Viewing 1 replies (of 1 total)

  • timvango
    Participant

    @timvango

    You may use this plugin: http://buddydev.com/plugins/bp-custom-background-for-user-profile/

    And change

    <style type="text/css">
    body.is-user-profile{
        background: url(<?php echo $image_url;?>);
    	background-repeat: <?php echo $repeat_type; ?>;
    }
    </style>

    to

    <style type="text/css">
    .my-account div#item-header, .my-activity div#item-header{
    background:url(<?php echo $image_url;?>);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    }
    </style>

    in the bp-custom-background-for-user-profile.php file.
    It may not work good with every theme!

Viewing 1 replies (of 1 total)
  • The topic ‘Cover Photos for Profiles’ is closed to new replies.
Skip to toolbar