By Marc Olivier on Monday, 15 August 2016
Likes 0
Views 627
Votes 0
Hello

It seems that for every easysocial profil, Avatar and poster photoalbum are automatically created. Is there a way to prevent that from happening and/or erase those album for other profil to see with keeping the avatar picture on the profile picture (same for the poster).

thanks
Marco
Hi Marc,

it seems that for every easysocial profil, Avatar and poster photoalbum are automatically created. Is there a way to prevent that from happening and/or erase those album for other profil to see with keeping the avatar picture on the profile picture

Avatar and poster photo album are automatically created if you upload picture for your avatar and cover photos. It is because the photos album is use to stored all uploaded photos for later use like Facebook and etc.

But, you can do some modification/replace uploaded attachment at this file ...\media\com_easysocial\apps\event\photos\widgets\events\view.html.php.

//add and replace this code at this line 94
$options = array(
'core' => false
);

$albums = $model->getAlbums($event->id, SOCIAL_TYPE_EVENT, $options);


Note: For further use, you need to backup this file for update/upgrade purpose as this will set to default settings and any modification done will be lost.
·
Monday, 15 August 2016 12:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok thanks for your help
Marco
·
Monday, 15 August 2016 21:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 15 August 2016 22:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post