By Jason Conn on Sunday, 15 October 2017
Posted in General Issues
Replies 1
Likes 0
Views 326
Votes 0
Hello all... I would like to know if there is a way to disable or hide (besides display: none) cover image on stream items pulled into stream from site articles?
Hey Jason,

I am really sorry for the delay of this reply as it is a weekend for us here. If you really want to, you can edit the file /media/com_easysocial/apps/user/article/article.php and locate the codes below at line 189,

[gist]
$article->image = $this->processContentImage($article->content);
[/gist]

Change it to,

[gist]
$article->image = false;
[/gist]
·
Sunday, 15 October 2017 23:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post