WDS-BuddyPress-Project-Framework
WDS-BuddyPress-Project-Framework copied to clipboard
this plugin breaks cover photos
I installed this plugin and Buddypress cover photos stopped working.
Very possible that recent developments for BuddyPress may have introduced some issues with the code in the repo here. It hasn't been updated recently on our end.
Biggest question is what and why things are breaking.
I am not sure. I installed the framework plugin and the cover photo disappeared. I uninstalled it and it came back. Just wanted to give you guys a heads up.
Thanks for the response.
I'm curious if this part is having an effect: https://github.com/WebDevStudios/WDS-BuddyPress-Project-Framework/blob/master/inc/bp-custom.php
yeah that custom code should not be in there
Has anyone figured out a fix for this?
This plugin is outdated. The files in the template folder need to be replaced with current bp core files. The code in bp-custom.php needs removed.
I love the idea of this plugin, but after removing the code from bp-custom.php the cover image is still broken. I also replaced all the files in /templates with updated BP files. That didn't fix the issue either.
Any plans to update this plugin to fix this?
I just fixed it.
Just copy code of function "bp_legacy_theme_cover_image( $params = array() )" in buddypress-functions.php to clp_cover_image( $params = array() ) in bp_custom.php of this plugin.
Enjoy...