Changing Where BP looks for Cover Photo
-
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', 'https://' . $_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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing Where BP looks for Cover Photo’ is closed to new replies.