Edit a Cover Photo

can anyone suggest me a plugin (Edit Cover Photo) for ELGG 1.12, i did try the old version but it isn't working.
Here is the error {
WARNING: Deprecated in 1.8: Do not rely on $vars["config"] or $CONFIG being available in views Called from [#17] :
-> [#16] C:\xampp\htdocs\elgg\engine\classes\Elgg\DeprecationWrapper.php:119
-> [#15] C:\xampp\htdocs\elgg\engine\classes\Elgg\DeprecationWrapper.php:67
-> [#14] C:\xampp\htdocs\elgg\mod\timeline_avatar\views\default\page\elements\header.php:112
}

Need a working cover photo for elgg and which is compatible with V 1.12

  • clayanon, sorry for long wait. I have been busy for a some time.  For your error, replace line 112 with this code

       $pleaseloadverifiedimage = elgg_get_site_url().$verified_user_image_path;

    A new version of Elgg Cover Photo is coming out and hope you will not have that problem anymore.

    Thanks.

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking