Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change Cover Image Path


  • eVersatile
    Participant

    @eversatile

    How can I change the url and path for cover image uploads for profiles and groups?
    I am using a external container to store media, but have come across errors when uploading to buddypres. I used this solution to for avatars:

    $dir = '/var/www/..../wp-content/uploads';
     $uri = get_bloginfo('siteurl') .'/wp-content/uploads';
     define( 'BP_AVATAR_UPLOAD_PATH', $dir );
     define( 'BP_AVATAR_URL', $uri );

    I can not find a solution for cover images.

  • You must be logged in to reply to this topic.
Skip to toolbar