• Resolved VentureCore

    (@manakio2k)


    I hope you will forgive my intrusion, I’m not using this plugin currently but just started incorporating cover images in our clubs theme.

    We run a multisite and use amazon ws3 which doesn’t play well with avatars in bp so we use the following script to take avatars out of uploads folder

    define( 'BP_AVATAR_UPLOAD_PATH', '/nas/content/live/our-path/wp-content/members' );
    define( 'BP_AVATAR_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/wp-content/members' );

    We now need to do the same with our cover photo’s, cover photo’s are being uploaded to the directory but bp is still trying to call covers from the origial path it expects to find the cover photo’s in.

    How would we write the redirect or command to pull cover photo’s from custom directory based on the script above?

    Thanks!

    https://wordpress.org/plugins/buddypress-cover-photo/

Viewing 1 replies (of 1 total)
  • Plugin Author SeventhQueen

    (@seventhqueen)

    hi, please use Buddypress core functionality that will probably work better with this kind of customisations

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Where BP looks for Cover Photo’ is closed to new replies.